Re: Tag s:textfield does not parse OGNL expressions for dynamic attributes

2012-07-24 Thread Lukasz Lenart
This a dynamic attribute ? Which version of Struts 2 ? Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/7/24 JOSE L MARTINEZ-AVIAL : > Hi, > I have the following textfield: >name="userLoginName" theme="simple" >id="userLoginName" >

Re: Tag s:textfield does not parse OGNL expressions for dynamic attributes

2012-07-24 Thread Maurizio Cucchiara
In addition to what Lukasz said, which plugins are you using (f.e. JavaTemplateEngine could behaviour differently)? Sent from my mobile device, so please excuse typos and brevity. Maurizio Cucchiara Il giorno 24/lug/2012 07.01, "JOSE L MARTINEZ-AVIAL" ha scritto: > Hi, > I have the following t

Re: Tag s:textfield does not parse OGNL expressions for dynamic attributes

2012-07-24 Thread JOSE L MARTINEZ-AVIAL
Struts 2.2.3. The only plugings are Tiles and Json. According to the TLD the tag s:textfield supports dynamic attributes, and it does (the attribute is created in the HTML code), but the value of the attribute is not parsed for OGNL expressions. Thanks JL 2012/7/24 Maurizio Cucchiara > In addit

Re: Tag s:textfield does not parse OGNL expressions for dynamic attributes

2012-07-24 Thread Lukasz Lenart
Yes, it supports but without OGNL expression within, please try 2.3.4 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/7/24 JOSE L MARTINEZ-AVIAL : > Struts 2.2.3. The only plugings are Tiles and Json. According to the TLD > the tag s:textfield supports dynamic attributes, an