2009/2/13 papinu <[email protected]>: > > If I use a same code that was post at the beginning I got an exception: > According to TLD or attribute directive in tag file, attribute name does not > accept any expressions
Right, the Struts 2 tags do not accept EL but only OGNL. See the Struts 2 documentation to know how to move a property from a scope to the Value Stack. IIRC it is <s:property>. Anyway this is a Struts 2 question and you post it there: http://struts.apache.org/mail.html Ciao Antonio
