So it was a bug that we could use EL expressions in struts tag ?
Eric Rank pisze:
I ran in to this same problem. The Struts tags no longer accept EL. It
was a bug fix. More detail here:
https://issues.apache.org/struts/browse/WW-2107
You can still use OGNL though:
<s:if test="%{value_here}">
Eric Rank
-------------
Senior Web App Engineer
www.referencevault.com
On Jan 3, 2008, at 3:39 AM, Michał Letyński wrote:
Hi, I did an update from version 9 to 11. And after that i got a lot
of errors in jsp:
/"According to TLD or attribute directive in tag file, attribute test
does not accept any expressions"
/I have many expressions in s:if test=${value_here}, s:submit
src="${imgPath}/save_attachment.gif"" etc.
From version 11 is not possible to put expression into tags ?!?!?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]