fyi,
it doesn't add the class normally.
It works when adding t:mixins="renderInformals"
I'm on 5.3.2


On 25/04/2012, at 11:22 PM, Lance Java wrote:

> 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
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to