I'm afraid this isn't something the BeanEditor can handle. You might be able to accomplish this using a local property override and a PropertyEditor component to "drag in" the default property editor block
On Wed, Jul 16, 2008 at 4:02 AM, Michael Capper <[EMAIL PROTECTED]> wrote: > > 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] > > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
