Jon Stevens wrote:
>
> on 7/18/2000 12:53 PM, "Steve Ruby" <[EMAIL PROTECTED]> wrote:
>
> > If a user requests a template A and some descision is made
> > in screens/A.java to redirect the user. Is there somewhat
> > to just process the redirected URL rather than returning 302
> > and redirecting the brower?
>
> we just went over this. check the archives. :-)
>
> -jon
Thanks, I found setTemplate, it was what I needed, but.....
how do you handle the situation where.
User POSTS login screen to login action,
action sets user
page accesses ACL
The ACL isn't available until after the page is refreshed (standard
cookie problem I realize), However the User object is available
right away as part of the session. Is there any way to get access
to the ACL right away.
I was going a client-side redirect after the user was logged in
to the page where the ACL needed to be accessed, all was fine
but redirects are not working in tomcat with the isapi plug-in.
I noticed that the screens that some with turbine dont' have this
problem because after the user logs in he is presented with a menu
and access is not checked until the user tries to go to one
of the restricted pages.
Thanks for any suggestions.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]