Re: Trying to submit form with id that is not in document.

2010-10-29 Thread Martin Grigorov
.apache.org > > Subject: Re: Trying to submit form with id that is not in document. > > > > On 2010-10-29 14:06, Maris Orbidans wrote: > > > Hi > > > > > > I have a modal window with a panel inside it. After I refresh the panel > > > via ajax all

RE: Trying to submit form with id that is not in document.

2010-10-29 Thread Maris Orbidans
Yes, it worked. Thanks a lot. I hope developers will fix the issue. Maris > -Original Message- > From: Leszek Gawron [mailto:lgaw...@apache.org] > Sent: 29 October 2010 14:20 > To: users@wicket.apache.org > Subject: Re: Trying to submit form with id that is not in documen

Re: Trying to submit form with id that is not in document.

2010-10-29 Thread Leszek Gawron
On 2010-10-29 14:06, Maris Orbidans wrote: Hi I have a modal window with a panel inside it. After I refresh the panel via ajax all buttons inside the panel stop working. Submit doesn't work and there is this message in ajax debug window: ERROR: Wicket.Ajax.Call.submitFormById: Trying to submit

Re: "Trying to submit form with id '...' that is not in document." ?

2010-05-28 Thread King Caffeine
Thanks for the answer Jeremy, I actually tried both: having the submit button inside and outside the form. It didn't make a difference. I don't think I'm replacing the form - I'm re-rending it on error (so you can see the feedbackmessage), but I don't think that counts as "replacing" it. Also, w

Re: "Trying to submit form with id '...' that is not in document." ?

2010-05-28 Thread Jeremy Thomerson
On Fri, May 28, 2010 at 8:45 PM, King Caffeine wrote: > Hi, > > I'm using a panel inside a modal window. > Inside the panel is a form, and the form has a FeedBackPanel and two text > fields, one required. > I'm using an IndicatingAjaxButton to submit the form. > > Filling out the form with valid v

"Trying to submit form with id '...' that is not in document." ?

2010-05-28 Thread King Caffeine
Hi, I'm using a panel inside a modal window. Inside the panel is a form, and the form has a FeedBackPanel and two text fields, one required. I'm using an IndicatingAjaxButton to submit the form. Filling out the form with valid values and submitting it works fine. The problem occurs when there's