RE: Submit form from ajaxlink not a part of the form

2011-01-28 Thread Brown, Berlin [GCG-PFS]
@wicket.apache.org Cc: berlin.br...@gmail.com Subject: Re: Submit form from ajaxlink not a part of the form add(new ajaxsubmitlink(submit, form)); -igor On Thu, Jan 27, 2011 at 7:46 PM, Brown, Berlin [GCG-PFS] berlin.br...@primerica.com wrote: So, I was able to submit a form WITHOUT ajax.  Now, how

RE: Submit form from ajaxlink not a part of the form

2011-01-28 Thread Brown, Berlin [GCG-PFS]
I got it. But I passed function() { return true; } ... To the post and preconditions. -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Friday, January 28, 2011 12:52 AM To: users@wicket.apache.org Cc: berlin.br...@gmail.com Subject: Re: Submit form from

Re: Submit form from ajaxlink not a part of the form

2011-01-27 Thread Igor Vaynberg
add(new ajaxsubmitlink(submit, form)); -igor On Thu, Jan 27, 2011 at 7:46 PM, Brown, Berlin [GCG-PFS] berlin.br...@primerica.com wrote: So, I was able to submit a form WITHOUT ajax.  Now, how can I submit a form with ajax but from a link not associated with that form.  I tried the following.