Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

help required in using < S:set

ravi_eze

2008-08-23

Replies: Find Java Web Hosting

Author LoginPost Reply

hi,

The below i need the getSubCategories(xxx) method of action class to be
called. ANy idea where i am doing wrong below here. The method is not
getting called here.

(2) i nee the inner loop also to get executed. Any ideas how this can
happen.

(1)  <s:iterator status="catStat" id="catId" value="categoriesList" >
   <s:set name="subCatList" scope="page" value="getSubCategories(#catId)"
></s:set>
   abc abc abc
   <s:property value="subCatList.size()" />

(2)    <s:iterator status="subCat" value="#subCatList" >
     subMap.put("<s:property value="#subCat.getId()"/>","<s:property
value="#subCat.getUrl()"/>","<s:property value="#subCat.getName()" />");
   </s:iterator>

 </s:iterator>


Ravi
--
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.