I am implementing a page by extending the DispatchAction class. I have a value that i pass on the request to the second method, which does some logic then forwards to the next jsp, but I can't retain the value on the request for the new jsp. I set it in the method using setAttribute, but when i enumerate the parameterNames, i see no params passed. What am i missing?
TIA, Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

