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 method isn't available in servlet api) regards -- Un saludo