Try changing your ampersand to "&" or "%26"

B.

> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Dave
> Sent: Friday, October 14, 2005 9:48 AM
> To: user@struts.apache.org
> Subject: Syntax for multiple parameter with global forward
> 
> At first I had my global forward defined:
> 
>     <forward name="prefer-demographics" path="/ProfileDispatch.do?
> method=profileupdate&type=demo"/>
> 
> But the compiler complained and I changed it to:
> 
>     <forward name="prefer-demographics" path="/ProfileDispatch.do?
> method=profileupdate;type=demo"/>
> 
> This path doesn't behave correctly. After I click on the link and
faulty
> link
> is in the address bar I can change the semi-colon to to ambersand, and
> then it
> works.
> 
> Is it possible to define a global forward with two parameters?
> 
> Thanks,
> Dave
> 
> 
> 
> ---------------------------------------------------------------------
> 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