* Thomas R. Corbin:

> or do you need to have each tab have it's own form?
>
> And if each  tab has it's own  form, does the user  need to save
> their data before switching tabs?
>
> Would the submit button be on each form, on each tab, or outside
> the tabs entirely?

If all the  tab's contents are generated in the  page, you can put
the form around all the tabs,  so that each tab can contribute its
respective  input fields.   Otherwise,  if tab  contents are  only
rendered after  an Ajax  callback, you'd be  safer putting  a form
inside every tab.

That depends on your code actually.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to