HI,
I am trying to get the key values for a hashmap row from a collection of
hashmaps.I want to access the specific key value from the hashmap eg:
I want to access the key value "nameId" from the hashMapQuestionRow
directly.How can i do that ? I am doing it this way right now.Is there an
easier way to do it.
<logic:iterate id="hashMapQuestionRow" name="ac"
property="hashMapQuestionRows" >
<% int count=0;%>
<logic:iterate id="item" name="hashMapQuestionRow">
<logic:equal value="nameId" property="key" name="item" >
<%--<bean:write name="item" property="value" /> --%>
<bean:define id="nameId" name="item" property="value" />
</logic:equal>
</logic:iterate>
<input type="hidden" name="questionIDs" value="<bean:write
name="nameId" />">
</logic:iterate>
Thanx,
Vijay
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>