-
May 6th, 2011, 10:36 AM
#1
not redirecting to jsp after AJAX call
i am doing AJAX flow action from jquery.it is calling action.update() method;but after executing the method its not redirecting to thanku jsp.
after update method is over it should redirect to thanku page.
$.ajax({
url: '${flowExecutionUrl}&_eventId=save_update&ajaxSour ce=true',
});
<view-state id="display_template">
<transition on="save_update" to="update" />
</view-state>
<action-state id="update">
<evaluate expression="action.update()" />
<transition on="updatesuccess" to="thanku" />
</action-state>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules