You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by sharath karnati <ka...@yahoo.com> on 2008/06/25 22:52:33 UTC

weird problem in

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> 


      

Re: weird problem in

Posted by Lukasz Lenart <lu...@googlemail.com>.
And the problem is?


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org