Re: AjaxFallbackButton and setDefaultFormProcessing(false)

2008-11-04 Thread Michael Sparer
you could try nesting two forms - the inner form would then be the username that gets submitted by the ajaxbutton. if you then submit the outer form eventually the inner form gets resubmitted as well ... AFAIK and in case you're wondering: wicket supports nested forms (HTML doesn't) and converts

Re: AjaxFallbackButton and setDefaultFormProcessing(false)

2008-11-03 Thread Timo Rantalaiho
On Mon, 03 Nov 2008, jpswain wrote: > I'm building a registration page for my wicket app, and I'm having trouble Building... Designing, rather :) http://www.bleading-edge.com/Publications/C++Journal/abstract.htm > What I want is to have an AjaxFallbackButton next to desired-username to see > i

AjaxFallbackButton and setDefaultFormProcessing(false)

2008-11-03 Thread jpswain
I'm building a registration page for my wicket app, and I'm having trouble getting an AjaxFallbackButton to work the way I would like it to. I have several fields for the user to fill out on my registration page, including email, password, desired-username, etc. What I want is to have an AjaxFal