Results 1 to 2 of 2

Thread: Simple question

  1. #1
    Join Date
    Aug 2004
    Posts
    29

    Default Simple question

    Hi I have been experimenting with spring webflow and got a simple webflow that displays a 'user details' form and then invokes the 'AddUserAction'
    add a new user.

    I want the end-state of this flow to redirect me to my "/actions/ListUsers" view. The '/actions/ListUsers' is instrumented using standard Spring MCV
    as an AbstractController.

    I have tried:

    <end-state id="finish" view="/actions/ListUsers"/> and other variants
    but it does not work since I am not being redirected.

    Hani

  2. #2
    Join Date
    Aug 2004
    Posts
    29

    Default

    Ofcourse, post a question find the answer.

    <end-state id="finish" view="redirect:/actions/ListUsers"/>

Similar Threads

  1. Simple configuaration question
    By soniks in forum Container
    Replies: 10
    Last Post: Mar 10th, 2006, 12:05 PM
  2. Very simple question
    By rogerf in forum Container
    Replies: 19
    Last Post: Oct 10th, 2005, 06:33 PM
  3. simple question
    By yukster in forum Security
    Replies: 6
    Last Post: Sep 19th, 2005, 07:58 AM
  4. simple question about use quote in value
    By jackyliuq in forum Container
    Replies: 2
    Last Post: Jun 10th, 2005, 02:17 PM
  5. Replies: 1
    Last Post: Apr 6th, 2005, 09:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •