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 : 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 pag

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 Sen

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 ex

Re: What already redirecting error?

2009-09-19 Thread Martin Makundi
l investigate this more on our test server.. If I can get 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 >>&g

Re: What already redirecting error?

2009-07-18 Thread Martin Makundi
f 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 >> >>

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 &g

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 : > 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:

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 Makundi wrote: > I don't have a clue where that occured... > > ** > Martin > > 2009/7/17 Alex Objelean : >> >> Show us your

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 : > > Show us your code. > > Alex Objelean > > > MartinM wrote: >> >> At least I do not know of any such redirects... >> >> ** >> Martin >> >> 2009/7/17 Igor Vaynberg : >>> you are triggering a redirect after something el

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 : >> you are triggering a redirect after something else has already done so. >> >> -igor >> >> On Fri, Jul 17, 2009 at 1:38 AM, Martin >> Makundi wr

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 : > you are triggering a redirect after something else has already done so. > > -igor > > On Fri, Jul 17, 2009 at 1:38 AM, Martin > Makundi wrote: >> Hi! >> >> What is this error and how can I avoid it? Don't even k

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 Makundi 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] ERROR RequestCycle  - > Alrea