Hi All,
I was wondering is there any way to read and store value of beans in JSP
using Struts 1.3.8. I need this to pass the parameter as follow.
<logic:iterate id="group" name="groupList">
<tr class="gradeA" id='<bean:write name="group" property="groupId" />'>
<td style="text-align: center"><input type="checkbox" value="ON"
name="del" /></td>
<td><html:link action="/getGroupDetail?id=*I need to get group id
here*"><bean:write name="group" property="groupName" /></html:link> </td>
</tr>
</logic:iterate>
Thanks,
Anjib
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org