Re: Trigger ajax-form submit when changing tabs

2008-01-17 Thread Fabio Fioretti
If I understand your problem correctly, you could override the newLink() method of the AjaxTabbedPanel to return an AjaxSubmitLink instead. Something like the following: tabPanel = new AjaxTabbedPanel("tabs", tabs){ @Override protected WebMarkupContainer newLink(String linkId, final int index) {

AW: Trigger ajax-form submit when changing tabs

2008-01-17 Thread Stefan Lindner
be a good starting point. Stefan -Ursprüngliche Nachricht- Von: Steffen Fritzsche [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. Januar 2008 13:21 An: users@wicket.apache.org Betreff: Trigger ajax-form submit when changing tabs Hi, I have the following problem. I created a

Trigger ajax-form submit when changing tabs

2008-01-17 Thread Steffen Fritzsche
Hi, I have the following problem. I created a three individual forms each within its own Tab (implementing AbstractTab). Each is submitted via ajax according to the Ajax-FormPage example. All forms are backed by the same Model-Object representing a simple Product wrapped in a BoundCompoundProperty