I'm in one action class and I'm want to forward to another DispatchAction
class.  The second DispatchAction class requires a 'method' parameter which
is used to determine which method to call within the DispatchAction.  How
can I set the method parameter in the first action class so it can be used
by the DispatchAction?  

Right now, I trying request.setAttribute("method",
"getChangesSinceLastCertified") just before forwarding, but I'm getting a 
"HTTP Status 400 - Request[/recertify] does not contain handler parameter
named method".  

Thanks.


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to