After the ajax request completes, for each target in the target list this
will run:

dojo.byId("id").innerHTML = text;

try updating the div content like that, and see what happens. This is a dumb
question, but are you using the same id for more than one div?

musachy

On 4/24/07, Harring Figueiredo <[EMAIL PROTECTED]> wrote:

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




--
"Hey you! Would you help me to carry the stone?" Pink Floyd

Reply via email to