You could specify paramId, paramName, paramProperty attributes in the exact
similar way to <html:link/>.

Please take a look at
http://struts.apache.org/userGuide/struts-logic.html#redirect

On 9/30/05, Doug Thomas <[EMAIL PROTECTED]> wrote:
>
> 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