Just a general question.

I want someone using JetSpeed to be able to use all it's features in
"default" mode... with a default set of Portlets, etc.  

The thing is that I am using multiple screens and within 

org.apache.turbine.actions.SessionValidator 

we are calling:

---------------------------------------------------------------------------
        if ( (data.user == null) || (! data.user.hasLoggedIn()) )
        {
            data.setMessage(TurbineResources
                            .getInstance().getString("login.message"));
            data.setScreen(TurbineResources
                           
.getInstance().getString("screen.homepage"));
        }
----------------------------------------------------------------------------

This forces the user to always use the default screen (which usually
within Turbine has a login prompt) and doesn't allow them to hit any
other screens.

Do we want this as the default behavior?  It is easy to write your own
SessionValidator (and this is probably what I am going to do).

This initially strikes me as unusual.  However, I have been wrong
before.

Kevin

-- 
Kevin A Burton
Senior Software Engineer
Kendara Inc
http://www.kendara.com
Mobile:  408-910-6145
Linux - The revolution will NOT be televised


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

Reply via email to