problem in accessing the path involving pagination using display tag
- by sarah
Hi All,
I am using display tag for pagiantion and display of the data in table format the code is like
<display:column title="Select" style="width: 90px;">
<input type="checkbox" name="optionSelected" value="<c:out value='${userList.loginName}'/>"/>
</display:column>
…