Kent,

You can svn update my wicket-advanced example.  It's got the code in it.

On Mon, May 18, 2009 at 8:24 AM, Kent Larsson <kent.lars...@gmail.com> wrote:
> It sounds very interesting! If you would like to share it some day I
> would be curious to know how you did it. Why do you consider it not
> complete if it's not possible to do it any better due to how Wicket
> handles redirectToInterceptPage?
>
> Best regards, Kent
>
>
> On Fri, May 15, 2009 at 7:17 PM, James Carman
> <jcar...@carmanconsulting.com> wrote:
>> On Fri, May 15, 2009 at 8:24 AM, Kent Larsson <kent.lars...@gmail.com> wrote:
>>> Sounds like a nicer solution!
>>>
>>> I'll look into doing something like that myself, being a Wicket newbie
>>> it might take me a while though. Are there any examples of doing
>>> anything similar available somewhere?
>>
>> Well, I've got a working solution, but it's not quite complete, IMHO.
>> I've got it redirecting to the login page whenever you try to invoke a
>> @Secured method.  But, once you login, it doesn't exactly go back and
>> try to do what you were trying to do.  It will just take you back to
>> the page where you were trying to do it (a limitation of how Wicket
>> handles the redirectToInterceptPage).  My solution uses an aspect to
>> enforce the @Secured annotations.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to