See wicket-auth-roles for inspiration (or if you have wicket in action
available, skip to chapter 11.

Martijn

On Tue, Dec 9, 2008 at 7:07 PM, Sean W <[EMAIL PROTECTED]> wrote:
>
> Greetings,
>
> I'm building an multiple-page wicket application. My Session class holds
> permission values dictating which pages the current user of the session can
> access. (These permission values are set when a user logs in)
>
> My question is: If the user tries to access a page to which they do not have
> access, we discover this in the page's constructor, but how can you forward
> this request to another page in the constructor (to block access to the
> page)? Perhaps there is a better way to do this?
>
> Thanks!
> -Sean
> --
> View this message in context: 
> http://www.nabble.com/Page-access-security---forwarding-in-constructor-tp20920192p20920192.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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

Reply via email to