Re: Chaining DispatchAction method actions

2005-02-21 Thread Dakota Jack
> After update, I need forwarding/redirecting data back to > Person action with method=list. No, you don't. Just put the required code into the update and forward to wherever you want to forward. Why forward when you need more processing? Do the processing, then forward. Jack -- "You can l

Chaining DispatchAction method actions

2005-02-21 Thread Stjepan Brbot
Hi, I have one DispatchAction type action [/Person.do] with the following methods "list","populate" and "update": 1) Code inside "list" method populates the list of all users, sets this list inside request and redirects this request on [PersonList.jsp] page which makes persons presentation. Each