Try adding the following attribute:
t:mixins="renderInformals"

If it works, there's a bug ;)

On Wednesday, 25 April 2012, Felix Scheffer <fschef...@netzgut.net> wrote:
> Hi,
>
> i am using a BeanEditForm and added a class attribute to it, i.e.:
>
> <t:beaneditform t:id="entity"  ...  class="form-horizontal" >
>   ...
> </t:beaneditform>
>
> but the class attribute does not appear in the actual html code:
>
> <form enctype="application/x-www-form-urlencoded"
> onsubmit="javascript:return Tapestry.waitForPage(event);" action="..."
> method="post" id="form">
>
> BeanEditForm has the @SupportsInformalParameters annotation, so am i
> missing something or is this a bug?
>
> Tapestry version is 5.3.3
>
> Thanks a lot!
>
> Felix Scheffer
>

Reply via email to