Hi, I would like to make a page has ajax validation and also display as tabbedPanel.
I am using struts 2.0.11, and learned from http://java-x.blogspot.com/2006/11/struts-2-validation.html that to use ajax validation, in the jsp file, I can not have <s:head theme="ajax"/>. But to display tabbedPanel, I need to have <s:head theme="ajax"/> in the jsp. So I can not make tabbedPanel and ajax validation work on one page. Does anyone have any experience about this? Any help are appreciated. Thanks, Mei