Hi,

I have a page which uses a tabbedPanel with three tabs.  In each of
the three tabs, I load a separate div:
<s:tabbedPanel id="profileTabs">
        <s:div id="profile_personal" label="Personal"
href="%{viewProfileUrl}" theme="ajax" cssClass="tab"></s:div>
        <s:div id="profile_privacy" label="Privacy"
href="%{viewUserPrefsUrl}" theme="ajax" cssClass="tab"></s:div>
        <s:div id="profile_game_prefs" label="Game Prefereces"
href="%{viewGamePrefsUrl}" theme="ajax" cssClass="tab"></s:div>
</s:tabbedPanel>

In each of the tabbed divs, there is a form which uses the ajax theme
and targets the div in which the for resides.  E.g.,

<s:form action="updateProfile" theme="ajax" >
<s:textfield name="user.firstName" label="First name" />
...
<s:submit theme="ajax" targets="profile_personal" value="Save" />
</s:form>

Under IE (6 & 7), when I modify the data in the form fields and submit
the form, somehow the original form data (before my modifications) is
being sent to the server.  Has anyone seen this before?

Thanks.

-rob

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to