Re: How to set action path from Action.

2003-12-10 Thread Antony Paul
tony Paul - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 09, 2003 9:31 PM Subject: Re: How to set action path from Action. > The different entry points should each be

Re: How to set action path from Action.

2003-12-09 Thread Ted Husted
The different entry points should each be represented by their own ActionForwards. The Action class decides to forward the user to "science" or "biology". The ActionForward supplies the page and directory. Generally, it is helpful to think of the ActionForwards as boxes on a flowchart. The Acti

Re: How to set action path from Action.

2003-12-09 Thread Ashish Kulkarni
Hi have you tried using DispatchAction, may be it can help you, i use to forward action to different jsp depending on what button on clicked by the user. Ashish --- Antony Paul <[EMAIL PROTECTED]> wrote: > Hi, > After user login based on the dept of user user > has to forwarded to > pages in d

How to set action path from Action.

2003-12-09 Thread Antony Paul
Hi, After user login based on the dept of user user has to forwarded to pages in different directories. How to do it ?. There are 5 departments. This directory and page to be used in other parts to identify the home page and directory of user so at other times user can be redirected. Putting a