This may help:
http://struts.apache.org/struts-action/struts-taglib/index.html

You may also want to consider using the jstl tags. i think the struts
logic tags may be depreciated in favor of jstl. the jstl tags to solve
your problem are <c:forEach> and <c:if> and the documentation is here:
http://java.sun.com/products/jsp/jstl/reference/docs/index.html

dave

On Wed, 2006-05-10 at 21:40 -0700, josh t wrote:
> Thanks. Does anyone know where I can get some good reference material on 
> Struts Tags?
> 
> "Patil, Sheetal" <[EMAIL PROTECTED]> wrote:  Hi there 
> 
> As my best knowledge your And supports for either int or boolean
> 
> -----Original Message-----
> From: josh t [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 11, 2006 7:41 AM
> To: user@struts.apache.org
> Subject: Basic 
> Greetings everyone:
> 
> Objective: Retrieve an object from the session that contains a
> Collection of String for userRoles. Iterate through userRoles, and if
> one of the roles equals "SUPER" include a href.
> 
> 
> So this is what I have, but doesn't seem to be correct:
> 
> ............................................................
> 
> name="" 
> property="userRoles" scope="session"> 
> 
> 
> test
> 
> 
> 
> 
> .............................
> 
> Note: I can get the session value just fine, when i do the following:
> " 
> scope="session" />
> Can you please let me know what I'm doing wrong within the iterte
> block? 
> 
> 
> ---------------------------------
> Get amazing travel prices for air and hotel in one click on Yahoo!
> FareChase 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
>               
> ---------------------------------
> Blab-away for as little as 1ยข/min. Make  PC-to-Phone Calls using Yahoo! 
> Messenger with Voice.


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

Reply via email to