MyAshok wrote:
I do have the same issue. on click of submit, the loadingtext  is displaying
but the result in a new page as i am redirect to a action.
Any solutions? please asap.

<action name="activateSubscriber" class="subscriberAction"
                        method="activateSubscriber">
                        <result name="success" 
type="redirect-action">viewPartners</result>
                </action>
Waiting for reply......


If it's performing a full-page redirect, then your form did a plain old post/get to the action, not ajax. You will need to isolate why the request wasn't sent via XHR. That means it's a client-side problem, not a struts.xml problem.

As a guess, without any context, if you've only tested in IE so far, turn off the loadingText message.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to