Hi All,

I would like to compare a element of an object array with the
logic:equal tag.
Something like that...

<bean:define id="specialEvalRights" name="loginForm" 
property="view.specialEvalRights" type="java.lang.String[]"/>

<logic:equal name="specialEvalRights" property="0" value="true">
[...]
</logic:equal>

but this doesn't work. I know that this works with HashMap's.
But how can I achieve this with string arrays?

TIA

Marco


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

Reply via email to