Re: POST parameters lost during InterceptException

2012-03-30 Thread Satrix
nt say anything about the exception. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-parameters-lost-during-InterceptException-tp4518350p4518736.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: POST parameters lost during InterceptException

2012-03-30 Thread Martin Grigorov
this message in context: > http://apache-wicket.1842946.n4.nabble.com/POST-parameters-lost-during-InterceptException-tp4518350p4518639.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To

Re: POST parameters lost during InterceptException

2012-03-30 Thread Satrix
ethod it goes to (private void internalInvoke(final Component component, final Object target)) and it ends up in catch section of this method. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-parameters-lost-during-InterceptException-tp4518350p4518639.html Sent fro

Re: POST parameters lost during InterceptException

2012-03-30 Thread Satrix
Hmm, one question where shall I setup a breakpoint ? Cause I've no idea how to debug only the org.apache.wicket.RestartResponseAtInterceptPageException.InterceptData#set(). Regards, Satrix -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-parameters-lost-d

Re: POST parameters lost during InterceptException

2012-03-30 Thread Martin Grigorov
ntercept 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. >>> >>>

Re: POST parameters lost during InterceptException

2012-03-30 Thread Andrea Del Bene
://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

Re: POST parameters lost during InterceptException

2012-03-30 Thread Martin Grigorov
ers 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

POST parameters lost during InterceptException

2012-03-30 Thread Satrix
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