Hi,

I have question about usage <logic:equal> inside <logic:iterate>. I am
trying to do the following:
...
                 <logic:iterate id="currency"
collection="<%=hashData.get("currency")%>">
                   <logic:equal name="instrument" property="currency"
value='<bean:write name="currency" property="code"/>'>
                        ...
                   </logic:equal>
                 ...
                </logic:iterate>
...

I definitely have value in <bean:write name="currency" property="code"/>,
but <logic:equal> refuses to work when "value" there is set with
<bean:write>, however it works fine if ve have some constant or jsp variable
there, but I need it to be work with value from the loop presented by
<logic:iterate>. 
Your suggestions will be deeply appreciated.

Thanks,

Eugene


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

Reply via email to