> Standard scenario, a user can be logged in or out. I
> want to determine which
> Tile is included based on whether they're logged in.
> This can be determined
> from a bean in the session scope.
> 

[snip]

> From loggedinout.jsp (this is the file that I want
> do do away with):
> <logic:equal name="loggedin" value="loggedin"
> scope="session"><tiles:insert
> page="/tiles/loggedin.jsp"/></logic:equal>
> <logic:notEqual name="loggedin" value="loggedin"
> scope="session"><tiles:insert
> page="/tiles/loggedout.jsp"/></logic:notEqual>

Have you tried implemented the code on Page 42 of this
document:

http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf

http://tinyurl.com/2snxm


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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

Reply via email to