How do I create a logic:redirect element with a query string>

I have:

<logic:redirect forward="ERRORNOTIFY" />

Where ERRORNOTIFY is defined in <global-forwards> of the struts-config.xml
file and forwards to notifyError.jsp.

I need to generate the following URL:

notifyError.jsp?errMsg=some+error+message

How to append the query string to the URL is the question.

Doug



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

Reply via email to