I am using the BeanEditForm with informal parameters but they do not
seem to be rendering correctly.

 

In my page template I have:

 

<t:beanEditForm object="myObject" class="fooBar" />

 

And the rendered output becomes:

 

<form id="form" name="form" method="post"
action="/myPage.beaneditform.form">

...

</form>

 

I noticed that the BeanEditorForm has the SupportsRenderInformals
annotation on it, but does not render them anywhere, or pass them along
in some way to the embedded Form component (which does render informal
parameters).  Please let me know if there is something I am missing or
if this should be filed as an issue.

 

Thanks,

Adam

Reply via email to