shashi_struts wrote:

HI
I am working on the concept in which i stored string as key and arraylist as value in 
the hashtable.The arraylist stores a class name A which have two parameter name and 
value


I tried too much but not succeed to print the value in key,value in wirte manner.





http://jakarta.apache.org/struts/userGuide/struts-logic.html#iterate


|<logic:iterate id="entry" name="myMap">
   <bean:write name="entry" property="key"/>
   <logic:iterate id="subelement" name="entry" property="value">
      <bean:write name="subelement"/>
||    </logic:iterate>
||</logic:iterate>

Hth,

Tib
|



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to