Re: help with ListMultipleChoice and ajax tab

2009-07-01 Thread Eyal Golan
Ernesto,Thanks a-lot. I keep forgetting about AjaxSubmitLink - That was the answer. I thought about the JS option. Using a module from wicketstuff for it is no option as in our company licensing takes way too much time. Creating my own JS for this would have taken lots of time. So, AjaxSubmitLink

Re: help with ListMultipleChoice and ajax tab

2009-06-30 Thread Ernesto Reinaldo Barreiro
I see two possible solutions... 1- Replace AYAX link with an AJAX submit link, so switching tabs will do a submit of your selected choices. 2- Have "visual" tabs where both tabs are rendered at the same time and switching between them is just hiding/showing them via JavaScript. That way no data i

help with ListMultipleChoice and ajax tab

2009-06-30 Thread Eyal Golan
Hi, I have a tab panel that has two tabs. The tabs are Ajaxified using some examples I found here and in the web. Basically in the tab panel we did this: @Override protected WebMarkupContainer newLink(String linkId, final int index) { final WebMarkupContainer c = new TabbedIndicatin