2
<sj:tabbedpanel id="remotetabs" selectedTab="2" animate="true" 
  collapsible="true" sortable="true">
    <sj:tab id="tab1" href="myAction.action" label="Search"/>
</sj:tabbedpanel>

myAction.action.... returns jsp... with a form

<s:form id="searchForm"   >

  fields..........

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

</s:form >

If I use IE 8, the div calls test.jsp with ajax and test.jsp gets the form parameters and returns fine.

Using FIREFOX, the div calls test.jsp with ajax BUT test.jsp DOES NOT get any of the form parameters, and returns.

WHY does test.jsp NOT get the form parameters using FIREFOX?

4

1 回答 1

0

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

于 2014-07-17T20:07:18.010 回答