Vasumathi wrote:
HI Anyone can tell how to write the properties value of HashMap in <bean:write> using <logic:iterate>
This sort of question is best asked on the users list; the dev list is intended for discussion of the development of the Struts projects rather than on how to use them.
To answer your question, you want something similar to the following: <logic:iterate id="entry" collection="myMap"> key: <bean:write name="entry.key"/> value: <bean:write name="entry.value"/> </logic:iterate> L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]