Re: [T5] Render Informal Parameters in BeanEditorForm

2007-11-24 Thread Howard Lewis Ship
In that case, the informal parameters are the block parameters used to override the editor row for a particular property. In your case, you may want to "explode" BeanEditForm into a Form and a BeanEditor component, which will give you more precise control over the rendered markup. On Nov 24, 200

[T5] Render Informal Parameters in BeanEditorForm

2007-11-24 Thread Adam Ayres
I am using the BeanEditForm with informal parameters but they do not seem to be rendering correctly. In my page template I have: And the rendered output becomes: ... I noticed that the BeanEditorForm has the SupportsRenderInformals annotation on it, but does not render them