Hi,

Does anyone why:

<s:fielderror un_defined_attribute="test"/>
generates error:
 Attribute un_defined_attribute invalid for tag fielderror according to TLD

But 

<s:textfield name="amount" key="form.label.amount" un_defined_attribute="test"/>
Does not generate an error and creates below html:
<input id="transferAccount_amount" type="text" un_defined_attribute="test" 
value="" name="amount"></input>

is it hard coded some where ?!

 
~Regards,
~~Alireza Fattahi

Reply via email to