>
> Can I, or can I not get access to the ACL directly after the user has
> posted their login form or not?  I can post the exact original question
> again, but, Jon, you said the answer was in the archives, I've searched
> and read and found nothing on that particular topic, setRedirectURI
> vs setTemplate yes, but not my question.
>
> I want the user to log in, login form post to authentication action,
> from then-on the login template does setTemplate to the main screen,
> problem is the first time the data.getUser() is available but
> data.getACL()
> is not.
>

Do you  have your action related properties set?
action.login
action.accesscontroller
etc.

Turbine checks to see if the action is set to the action.login value to make
sure it is called prior to SessionValidator and AccessController actions.
And these are called prior to the Page/Screen, so the ACL should be set.
Please track down why it isn't in your case and let us know.



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to