Hi guys,

I may have stumbled upon a problem while testing my site with JavaScript
disabled. I created a simple extension of WebPage with one form containing a
label, and an AjaxFallbackButton to verify the problem.

When JavaScript is enabled (and the form validates, obviously), the call
order is

Form.onSubmit()
AjaxFallbackButton.onSubmit(AjaxRequestTarget target, Form<?> form)

... and when JavaScript is disabled, the order is

AjaxFallbackButton.onSubmit(AjaxRequestTarget target, Form<?> form)
Form.onSubmit()

While researching this problem to see if anyone else encountered the same
thing, I found 

http://apache-wicket.1842946.n4.nabble.com/AjaxFallbackButton-inconsistend-submit-order-td1845016.html

Is my much simpler scenario also a (known) bug?
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AjaxFallbackButton-onSubmit-call-order-tp2067805p2067805.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to