You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Marco Maier <Ma...@ics-software.de> on 2002/09/06 08:52:05 UTC

logic:equal with string arrays

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>