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
--
View this message in context:
http://www.nabble.com/help-required-in-using-%3C-S%3Aset-tp19121396p19121396.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]