Have you tried this: <display:table name="people" requestURI="" pagesize="${row}" sort="list" id="jobResults" class="candSearchResults" >
<display:column><s:checkbox theme="simple" name="checked" fieldValue="%{#attr.jobResults.userId}" /></display:column> <display:column property="preferedName" title="Name" sort="true" /> <display:column property="userName" title="Username (e-mail)" sort="true" maxLength="10"/> </display:table> Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: Swathi Ram <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <user@struts.apache.org> > Date: Wed, 12 Dec 2007 10:11:04 -0800 (PST) > To: <user@struts.apache.org> > Subject: Re: substitute for JSP EL tags in struts 2.0.11 > > > Thanks Alberto, > > Below is my code > <display:table name="people" requestURI="" pagesize="${row}" sort="list" > id="jobResults" class="candSearchResults" > > <display:column><s:checkbox theme="simple" name="checked" > fieldValue="${jobResults.userId}" /></display:column> > <display:column property="preferedName" title="Name" sort="true" /> > <display:column property="userName" title="Username (e-mail)" sort="true" > maxLength="10"/> > </display:table> > > > When the checkbox is checked then I should be able to get the corresponding > userid value in the action class. > Any idea how I can achieve that. > > Thanks > > > > > > > > > > > Alberto A. Flores wrote: >> >> 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] >> > > -- > View this message in context: > http://www.nabble.com/substitute-for-JSP-EL-tags-in-struts-2.0.11-tp14298760p1 > 4300593.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > This email and any attachments ("Message") may contain legally privileged and/or confidential information. If you are not the addressee, or if this Message has been addressed to you in error, you are not authorized to read, copy, or distribute it, and we ask that you please delete it (including all copies) and notify the sender by return email. Delivery of this Message to any person other than the intended recipient(s) shall not be deemed a waiver of confidentiality and/or a privilege. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]