Re: What already redirecting error?

2011-01-13 Thread Arjun Dhar
Hi, I have a very very Dynamic Form. In the public void onSubmit() {...}, due to some Change in a Drop Down the entire Form changes. To keep it simple I just decided to Re-Load the entire page. but looks like from onSumbit() you cannot call getRequestCycle().redirectTo(...) or you get the

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
I think Form.replace() is your friend Cheers Hans Am 13.01.2011 um 20:17 schrieb Arjun Dhar dhar...@yahoo.com: Hi, I have a very very Dynamic Form. In the public void onSubmit() {...}, due to some Change in a Drop Down the entire Form changes. To keep it simple I just decided to

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

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
Show us your code. Alex Objelean MartinM wrote: 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

Re: What already redirecting error?

2009-07-17 Thread Martin Makundi
I don't have a clue where that occured... ** Martin 2009/7/17 Alex Objelean alex_objel...@yahoo.com: Show us your code. Alex Objelean MartinM wrote: At least I do not know of any such redirects... ** Martin 2009/7/17 Igor Vaynberg igor.vaynb...@gmail.com: you are triggering a

Re: What already redirecting error?

2009-07-17 Thread Igor Vaynberg
pull the call hierarchy on org.apache.wicket.protocol.http.BufferedWebResponse.redirect and see what paths lead to your code. -igor On Fri, Jul 17, 2009 at 11:05 AM, Martin Makundimartin.maku...@koodaripalvelut.com wrote: I don't have a clue where that occured... ** Martin 2009/7/17 Alex

Re: What already redirecting error?

2009-07-17 Thread Martin Makundi
None lead to my code, that's my point. The only thing I have used is setResponsePage(). ** Martin 2009/7/17 Igor Vaynberg igor.vaynb...@gmail.com: pull the call hierarchy on org.apache.wicket.protocol.http.BufferedWebResponse.redirect and see what paths lead to your code. -igor On Fri,