Charl,

Try adding redirect="true" to force that URL to redirect the client's
browser so that forward isn't going internally to Struts.  If you do, just
remember to put anything important in the Session scope or it'll be lost
during the HTTP redirect (for that particular forward).

Regards,
David

-----Original Message-----
From: Charl Gerber [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 16, 2004 8:12 AM
To: [EMAIL PROTECTED]
Subject: Parsing error processing resource path


Hi,

I have an action defined with a

<forward name="success" path="/Query?op=q&pop=o&id=7"
/>

Ie, forwarding to a 'normal' servlet.

This causes struts to throw "Parsing error processing
resource path". If I replace the path with something
more normal (without the parameters), it works. Any
ideas why struts cannot parse this path string?

Thanks


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


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

Reply via email to