Brett McLaughlin wrote:
<snip>
> Can you give me a pseudo code example?  I'm not sure I get you here.
> IMHO we can do something with JSP from Turbine (not just using it as an
> API) but I want to see your example before diving into that really...
<snip> 

Sure:

<java>

- from within an included jsp object

import org.apache.turbine.actions.LoginUser;

LoginUser login = new LoginUser();

RunData data = Turbine.getRunData(req, res);

login.build( data );

so now you can use data.getUserFromSession.hasLoggedIn() from a "legacy"
JSP application.

Cool.

Kevin


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to