On Monday, January 6, 2003, 2:59:41 PM, Rick wrote:

RR> Did you try:

RR>  <logic:iterate id="permission" name="permissions" indexId="idx">
RR>    <logic:equal name="permissionsSize" value="idx">
RR>           blah blah...
RR>    </logic:equal>
RR>  </logic:iterate>

Sorry to have tried to help so soon, the above that I gave you won't
work. With a scriplet it wouldn't work like:

<logic:iterate id="permission" name="permissions" indexId="idx">
   <logic:equal name="permissionsSize" value="<%= String.valueOf(idx ) %>">
      blah blah...
   </logic:equal>
</logic:iterate>

To avoid the scriplet though I think you are going to have to use the
logic-el tag, but possibly someone else has a better solution.

-- 

Rick
mailto:[EMAIL PROTECTED]


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

Reply via email to