RE: logic:redirect w/ query string

2005-10-04 Thread Doug Thomas
quot;params" /> Error message: "Define tag can contain only one of name attribute, value attribute, or body content" Any suggestions? Thanks, Doug -Original Message- From: Kishore Senji [mailto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 2:29 PM To: Doug Thomas

Re: logic:redirect w/ query string

2005-10-03 Thread Kishore Senji
> /> > > Is this possible? Yes, If you use and tags as in

RE: logic:redirect w/ query string

2005-10-03 Thread Doug Thomas
truts Users Mailing List Subject: Re: logic:redirect w/ query string You could specify paramId, paramName, paramProperty attributes in the exact similar way to . Please take a look at http://struts.apache.org/userGuide/struts-logic.html#redirect

Re: logic:redirect w/ query string

2005-09-30 Thread Kishore Senji
You could specify paramId, paramName, paramProperty attributes in the exact similar way to . 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> > >

logic:redirect w/ query string

2005-09-30 Thread Doug Thomas
How do I create a logic:redirect element with a query string> I have: Where ERRORNOTIFY is defined in 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 t