RE: multiple request / query parameters in struts-config.xml

2003-06-15 Thread Andrew Hill
Mailing List Subject: Re: multiple request / query parameters in struts-config.xml hmm, actually I just looked at my config file and I didn't forget the ';'. I only forgot it when posting this question. Any other suggestions? Andrew Hill wrote: forward name=foo path=/do/foo?bar=10amp;id=10

multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10/ Now it's come time where I want to have more than one parameter specified in the struts-config.xml file. I tried: forward name=foo path=/do/foo?bar=10ampid=10/ However the second parameter ends up

RE: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Andrew Hill
/ query parameters in struts-config.xml I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10/ Now it's come time where I want to have more than one parameter specified in the struts-config.xml file. I tried: forward name=foo path=/do/foo?bar=10ampid=10

Re: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
June 2003 14:23 To: Struts Users Mailing List Subject: multiple request / query parameters in struts-config.xml I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10/ Now it's come time where I want to have more than one parameter specified in the struts

Re: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
doesnt need it) -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, 13 June 2003 14:23 To: Struts Users Mailing List Subject: multiple request / query parameters in struts-config.xml I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10