Jquery plugins struts2 jquery远程选项卡和sj:div

Jquery plugins struts2 jquery远程选项卡和sj:div,jquery-plugins,struts2,Jquery Plugins,Struts2,我的行动,行动。。。。返回jsp。。。用表格 <sj:tabbedpanel id="remotetabs" selectedTab="2" animate="true" collapsible="true" sortable="true"> <sj:tab id="tab1" href="myAction.action" label="Search"/> </sj:tabbedpanel> 如果我使用IE8,div使用ajax调用test.j

我的行动,行动。。。。返回jsp。。。用表格

<sj:tabbedpanel id="remotetabs" selectedTab="2" animate="true" 
  collapsible="true" sortable="true">
    <sj:tab id="tab1" href="myAction.action" label="Search"/>
</sj:tabbedpanel>
如果我使用IE8,div使用ajax调用test.jsp,test.jsp获取表单参数并返回fine

使用FIREFOX,div使用ajax调用test.jsp,但test.jsp不获取任何表单参数,并返回


为什么test.jsp不能使用FIREFOX获取表单参数?

修复了一些格式错误的html。我猜firefox是更严格的

修复了,有一些格式错误的html。我想firefox更严格

<s:form id="searchForm"   >

  fields..........

 <sj:div  formIds="searchForm" href="test.jsp"  />

</s:form >