hi i have vector of vector and i can easily iterate using <s:iterate> in between <s:iterate>
but the problem is that some of the element in vector of vector is null like ------------------------------------ <s:iterator value="attributelist" id="attriblist"> <tr> <td><s:property value="attrName"/></td> <td><s:property value="attrValue"/></td> <td><s:property value="attrType"/></td> <td><s:property value="attrForIndiName"/></td> <td><s:property value="userTypeName"/></td> <td><s:property value="userInput"/></td> <td><s:property value="remark"/></td> <td> <%int srno=1; %> <s:iterator value="attrMatrixValue"> <%=srno++ %> <s:if test="attrMatrixValue ==null"></s:if> <s:else> <s:property /> <br> </s:else> </s:iterator> <%srno=1; %> ----------------- how i can put condition for that i am not good in ognl please help me -- View this message in context: http://www.nabble.com/hw-to-use-if-tag-tp19856372p19856372.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]