Is <logic:iterate> the only struts/jstl tag that can access a standard java
collections elements?

I want to get the 1st element which is a bean, but I have no getter or
setter methods to extract this bean, so I guess the bean[x] syntax falls
flat there. <logic:iterator> however doesn't need this syntax and works fine
on a standard java collection.

I guess this may be a case for my first foray into custom tags.

--
Mike W


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

Reply via email to