If you mean for "jsps using EL tags" the JSTL tags, then a quick fix can
be to make your EL expressions use scope="request" and make the <s: ...>
tags (Struts 2.x) use the expression "%{#request.varInScope}" to get to
them.
If you mean the EL tags from Struts 1.x, then you are going to have to
change a lot more and take each case indivually to use JSTL (or Struts
2.x tags). The latter work (in my opinion is more work)
Swathi Ram wrote:
I recently upgraded to Struts 2.0.11, and all my jsps using the EL tags don't
work anymore.
I'm using these along with displaytags, to pass values of checkbox lists or
field values to the action class.
Is there any other way to do this.
For example, in a table list of users, if the checkbox is checked then the
userid must be passed to the action class.
Thanks.
--
Alberto A. Flores
http://www.linkedin.com/in/aflores
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]