Re: Dynamic attributes on s:textfield are not been parsed for OGNL expressions

2012-10-13 Thread JOSE L MARTINEZ-AVIAL
Never mind. It is supported in Struts 2.3.4. Thanks JL 2012/10/13 JOSE L MARTINEZ-AVIAL > Hi, > I'm using Struts2 in combination with Dojo (1.6) for the client side. > The issue I have is that I want to setup an attribute regExp with an OGNL > expression, but the OGNL expression is not been

additional params for tags in JSP

2012-10-13 Thread J. Garcia
Hi, If I want to have an additinal attribute, say, in a textfield tag, in a JSP, and use it in the freemarker template for the corresponding tag, text.ftl: - can it be done without extending the tag library? - how are the additional attributes passed in the JSP? - how are they retrieved in the cor