Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Laurie Harper
Dave wrote: Laurie Harper holoweb.net> writes: Looks like your mail client munged Brantley's message: his suggestion was not a bare '&' but the entity character reference '&' (i.e. the four-character sequence ampersand-a-m-p-semicolon). Try that. Actually, I understood that, however, any ins

Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Dave
Laurie Harper holoweb.net> writes: > > > Looks like your mail client munged Brantley's message: his suggestion > was not a bare '&' but the entity character reference '&' (i.e. the > four-character sequence ampersand-a-m-p-semicolon). Try that. > > L. > Actually, I understood that, howeve

Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Laurie Harper
Dave wrote: Brantley Hobbs itos.uga.edu> writes: Try changing your ampersand to "&" or "%26" Thanks for trying, but, & simply gives me the previous compiler error, and % 26 is not converted to an & at run time. Looks like your mail client munged Brantley's message: his suggestion was not

Re: Syntax for multiple parameter with global forward

2005-10-14 Thread Dave
Brantley Hobbs itos.uga.edu> writes: > > Try changing your ampersand to "&" or "%26" > > B. Thanks for trying, but, & simply gives me the previous compiler error, and % 26 is not converted to an & at run time. - To unsubsc

RE: Syntax for multiple parameter with global forward

2005-10-14 Thread Brantley Hobbs
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 for