On Fri, Mar 30, 2012 at 10:44 AM, Andrea Del Bene <adelb...@ciseonweb.it> wrote:
> Why not calling continueToOriginalDestination() after user has  logged in?
> Do you think this could work?

This is what should be used after successful authentication.

>
>> Hi,
>>
>> Try debugging at
>>
>> org.apache.wicket.RestartResponseAtInterceptPageException.InterceptData#set().
>> The post parameters should be preserved there and used later around
>> line 200 (MAPPER.mapRequest()).
>>
>> On Fri, Mar 30, 2012 at 10:05 AM, Satrix<satrix...@gmail.com>  wrote:
>>>
>>> Hello,
>>>
>>> Let me describe my problem. Easy scenario, I have two pages. Login Page
>>> and
>>> Order Page. In order to access Order Page you need to be logged in. If
>>> you
>>> are not then my SimplePageAuthorizationStrategy will intercept that and
>>> redirect user to Login Page and here is my problem because I send post
>>> parameters to Order Page and after the redirection they are lost.
>>>
>>> I use Apache Wicket 1.5.5 and SimplePageAuthorizationStrategy.
>>>
>>> Any idea how can I resolve such a problem ?
>>>
>>> Regards, Satrix
>>>
>>> --
>>> View this message in context:
>>> http://apache-wicket.1842946.n4.nabble.com/POST-parameters-lost-during-InterceptException-tp4518350p4518350.html
>>> Sent from the Users forum mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> 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
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to