I am using a DispatchAction to switch between tasks.
For one of my methods, I forward to another Action (a simple action, not a dispatch action)
Unfortunatly, the form and the request parameters that I can retrieve in the dispatch action's method are not available in the second action parameters list.
Is there a way to forward form and request parameters too ?
thanks, ionel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

