2 Replies Latest reply on Sep 11, 2007 8:24 AM by webhunter

    processaction takes to edit page instead of view page

    webhunter

      i have the preferences in the edit page (doEdit) once I submit the form, the requests goes to the server processAction is invoked, but once again the edit page is displayed. here I want the view page(doView) to be invoked so that it can display the preferences.

      I tried using both actionURL and renderURL in the form action url. both seem to be redirecting to the edit page(from where the request was generated).

      Is there anyway to redirect to view page after the processaction is invoked?

      thanks,