Re: Testing ajax form behavior still confused me.

2009-09-02 Thread pete swulius
Okay, I'm on the trail of what is happening, but don't have the full answer yet. I doubt this is a defect, but rather a misuse of nested forms ajax components on my part. Though I don't feel like I know enough about wicket to make the call. What I know is: the wrong AjaxButton is being

Re: Testing ajax form behavior still confused me.

2009-09-02 Thread pete swulius
Wicket 1.4.1 resolved my issue. I still had fun tracing through the wicket code though. It's pristine in there. --pete

Testing ajax form behavior still confused me.

2009-08-31 Thread pete swulius
Hello everyone! I have read a lot of forum posts and defects/feature requests around testing form posts with ajax and am still confused. The simple question I have is, How do I invoke the behavior associated with an AjaxButton as well as the form processing logic, like validation? An even

Re: Testing ajax form behavior still confused me.

2009-08-31 Thread Martin Makundi
The simple question I have is, How do I invoke the behavior associated with an AjaxButton as well as the form processing logic, like validation? Clicking the button always results in form processing if you hae defaultFormProcessing=true. You can click the button via ajax using