Re: DispathAction Chain

2005-07-27 Thread Ed Griebel
Hello Luis- I would recommend to break out the logic in WomenDispatchAction.findAll() into a "helper object" (or call it business object, DAO, etc.), then call the method from both actions. If you've played around with actions calling actions, you can see that getting everything populated correctl

DispathAction Chain

2005-07-27 Thread Luis Gervaso
I need to call a DispatchAction inside other action problem: ¿How can i set the appropiate parameter inside the first action? ex: i am inside insert() of PeopleAction and i need to call findAll() of WomenDispatchAction in other words: i need req.setParameter("method","findAll"); (but this met