Hi All, In .jsp file, I'm having following <s:iterator> tag <s:iterator value="userCommentsList" id="usercomment"> <tr>
<td align="center"> <s:property value="#usercomment.projectNm" /> </td> <td align="center"> <s:property value="#usercomment.subject" /> </td> <td align="center"> <s:property value="#usercomment.comments" /> </td> <c:if test="${deploymentVersion!='All'}"> <td align="center"> <s:date name="#usercomment.closingDate" format="MM/dd/yyyy" /> </td> </c:if> </tr> </s:iterator>