<forward name="foo" path="/do/foo?bar=10"/>
Now it's come time where I want to have more than one parameter specified in the struts-config.xml file.
I tried:
<forward name="foo" path="/do/foo?bar=10&id=10"/>
However the second parameter ends up being null.
How do you correctly specify more than one parameter?
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

