Folks,

I have a form with a submit button as follows

<s:form action="member_login.action" theme="ajax" validate="true">
   <s:textfield key="username" />
   <s:password key="password" showPassword="false"/>
   <s:submit key="button.save" theme="ajax" targets="RightPaneWindow" />
   <s:reset key="button.reset"/>
</s:form>

On the page itself, I have an IFrame with the div="RightPaneWindow";
however, the updated  div is the div in which the form is in.

Any idea?

Thank you in advance,

Harring Figueiredo

Reply via email to