Hi,
i want to decorate some fields of a BeanEditForm in use. With decorate i
mean keep the old but wrap some html around it (e.g. a <hr/>, or wrap it in
a ) like

<t:BeanEditForm....>
  <t:parameter name="firstgroupitem">
    <hr/>
    <t:body/>
  </t:parameter>
  ...
</t:BeanEditForm>

Consider the <t:body/> as a placeholder for whatever would render the
original data.

How would this be done?

The field in question is a palette magicked in by the AppPropertyEditBlocks.

Greetings from Karlsruhe,
Mike
-- 
View this message in context: 
http://www.nabble.com/-T5--BeanEditForm-how-to-add-to-%28decorate%29-the-default-renderer-of-a-field--tp18485061p18485061.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to