Re: Can RequestDispatcher be used in an Action class

2005-11-24 Thread Laurie Harper
Mon Cab wrote: Thanks Lorrie. I hadn't realized that one could return a null mapping. More than likely I will redirect to the referring url using a dispatcher. Does that sound like the best way to redirect to the referring URL/URI? This url would more than likely be another "blaBla.do" pag

Re: Can RequestDispatcher be used in an Action class

2005-11-24 Thread Mon Cab
Thanks Lorrie. I hadn't realized that one could return a null mapping. More than likely I will redirect to the referring url using a dispatcher. Does that sound like the best way to redirect to the referring URL/URI? This url would more than likely be another "blaBla.do" page. I am presumi

Re: Can RequestDispatcher be used in an Action class

2005-11-24 Thread Laurie Harper
Mon Cab wrote: I am trying to build a login page which will direct the user to a different page depending on what action they were trying to perform before they logged on. I was thinking of using a passing a request parameter in the request for the login page which could be used by a request