I have the following forward within an action in struts-config.xml:

<forward name="success" path="/do/campaign/entry?op=view&reload=1"/>

However tomcat doesn't seem to like it, so I changed it to:

<forward name="success" path="/do/campaign/entry?op=view&amp;reload=1"/>

This however doesn't seem to do the right forward.

How do I have a query string with more than param in struts-config.xml?

thanks,
sriram




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to