Hi cheers,

currently i am using belowjsp code to display my list "DataList" details.
now i want to add pagination using displaytag 1.2.

<table width="100%" border="0" cellpadding="0" cellspacing="0">
 <s:if test="minDataList.size > 0">
  <s:iterator value="DataList" status="min_status"  >
   <tr>
    <td><s:property value="name"/></td>
    <td><s:property value="id"/></td>
   </tr>
  </s:iterator>
 </s:if>
</table>

i have followed some steps but not getting any out put.

can any one help me to achieve this?

thnaks
murugesh

Reply via email to