I'm trying to use RequestDispatcher within an action class to allow internal processing by another servlet. Two odd things are observed:
1) all parameters set on the request object via setAttribute() are ignored
2) given #1 above, I pass the parameters along on the url string using the usual delimiters (?,&,&,...etc) but only the first parameter is used...the others are ignored.
Is this a turbine issue?
Thanks, Bruce
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
