Re: Help for Struts2 with JSTL

2006-12-14 Thread Martin Gainty
Hello Nagraj If the variable is not on the ValueStack (an example of items stored in ValueStack would include the Action instance) then use the # so assuming StateList.id is set in Session use Anyone else? M --- This e-ma

Help for Struts2 with JSTL

2006-12-14 Thread Nagraj Rao
Hi Needed some help on struts2 for getting the id of a list i have in my sessionScope (say StateList). This individual object in this list is State which has fields "id" and "name". I'm using the following code to get a checkbox rendered with its id being the id of the state