Re: What already redirecting error?

2011-01-13 Thread Arjun Dhar
this message in context: http://apache-wicket.1842946.n4.nabble.com/What-already-redirecting-error-tp1890181p3216471.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: What already redirecting error?

2011-01-13 Thread Arjun Dhar
DOH! the answer to Q1) was RestartResponseException. As mentioned in the above post Am still curious to know the answer to Q2) if someone already knows! thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/What-already-redirecting-error-tp1890181p3216501.html Sent

Re: What already redirecting error?

2011-01-13 Thread Hans Lesmeister
()? ..or somewhere close? (This is better as I can use the FeedbackPanel to convey messages after the form has changed) thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/What-already-redirecting-error-tp1890181p3216471.html Sent from the Users forum mailing list archive

Re: What already redirecting error?

2009-09-19 Thread Martin Makundi
it to repeat I will make a jira with quickstart (if it's not just my fault ;). ** Martin Date: Sat, 18 Jul 2009 07:58:26 +0300 Subject: Re: What already redirecting error? From: martin.maku...@koodaripalvelut.com To: users@wicket.apache.org None lead

RE: What already redirecting error?

2009-07-18 Thread Russell Simpkins
noticed the unsecure request for a page, it redirected to the login.htm page, but that was re-directing too. Russ Date: Sat, 18 Jul 2009 07:58:26 +0300 Subject: Re: What already redirecting error? From: martin.maku...@koodaripalvelut.com To: users

Re: What already redirecting error?

2009-07-18 Thread Martin Makundi
;). ** Martin Date: Sat, 18 Jul 2009 07:58:26 +0300 Subject: Re: What already redirecting error? From: martin.maku...@koodaripalvelut.com To: users@wicket.apache.org None lead to my code, that's my point. The only thing I have used is setResponsePage

What already redirecting error?

2009-07-17 Thread Martin Makundi
Hi! What is this error and how can I avoid it? Don't even know why it comes: 2009-07-17 11:43:22,804 181242389 [btpool0-503] ERROR RequestCycle - Already redirecting to '?wicket:interface=:0:9:::'. Cannot redirect more than once org.apache.wicket.WicketRuntimeException: Already redirecting to

Re: What already redirecting error?

2009-07-17 Thread Igor Vaynberg
you are triggering a redirect after something else has already done so. -igor On Fri, Jul 17, 2009 at 1:38 AM, Martin Makundimartin.maku...@koodaripalvelut.com wrote: Hi! What is this error and how can I avoid it? Don't even know why it comes: 2009-07-17 11:43:22,804 181242389 [btpool0-503]

Re: What already redirecting error?

2009-07-17 Thread Martin Makundi
At least I do not know of any such redirects... ** Martin 2009/7/17 Igor Vaynberg igor.vaynb...@gmail.com: you are triggering a redirect after something else has already done so. -igor On Fri, Jul 17, 2009 at 1:38 AM, Martin Makundimartin.maku...@koodaripalvelut.com wrote: Hi! What is

Re: What already redirecting error?

2009-07-17 Thread Alex Objelean
...@wicket.apache.org -- View this message in context: http://www.nabble.com/What-already-redirecting-error--tp24530668p24538774.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: What already redirecting error?

2009-07-17 Thread Martin Makundi
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/What-already-redirecting-error--tp24530668p24538774.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: What already redirecting error?

2009-07-17 Thread Igor Vaynberg
, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/What-already-redirecting-error--tp24530668p24538774.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: What already redirecting error?

2009-07-17 Thread Martin Makundi
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/What-already-redirecting-error