Author Login
Post 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)