in strut 1.X, 
   <logic:present name="XXXX">
             <logic:iterator name="XXXX">.....
   </logic:present>
   <logic:notPresent name="XXXX">
            search result  not exist 
   </logic:present>
 
but, in struts 2, 
       how can i use the same method to check <s:iterator is not empty? in 
other words, i did not find equivalent <s:present to achive the same effect as 
struts 1.x at above.
 
please advise
 
tks in advance
 
john


      

Reply via email to