Re: [Wicket-user] Stateful AjaxTabbedPane?

2006-07-07 Thread Jan Willem Janssen
Hi, > look at the source code for AjaxTabbedPanel, what you will > have to do is override newLink just like it does, but instead > of returning AjaxFallbackLink return a AjaxSubmitLink, and > then switch the tab or not based on presense of form errors That works! Great! Thanks a lot, --

Re: [Wicket-user] Stateful AjaxTabbedPane?

2006-07-07 Thread Igor Vaynberg
look at the source code for AjaxTabbedPanel, what you will have to do is override newLink just like it does, but instead of returning AjaxFallbackLink return a AjaxSubmitLink, and then switch the tab or not based on presense of form errors -IgorOn 7/7/06, Jan Willem Janssen <[EMAIL PROTECTED]> wrot

[Wicket-user] Stateful AjaxTabbedPane?

2006-07-07 Thread Jan Willem Janssen
Hi, I'm looking into the possiblities of creating a sort of stateful AjaxTabbedPane in which each tab-panel contains FormComponents. The behaviour I want to achieve is to keep all changed form-values upon switching tabs. How would I achieve this? TiA, -- Jan Willem Janssen, M.Sc. software en