Re: Passing parameters to a struts action in URL

2007-01-19 Thread Nick Tucker
t; > Thanks, > > Nuwan. > > > - Original Message - > From: "Joe Yuen" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" ; "Struts Users > Mailing List" > Sent: Thursday, January 18, 2007 9:28 PM > Subject: RE: Passing

Re: Passing parameters to a struts action in URL

2007-01-18 Thread Nuwan Chandrasoma
t;Joe Yuen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Struts Users Mailing List" Sent: Thursday, January 18, 2007 9:28 PM Subject: RE: Passing parameters to a struts action in URL In my action class: public ActionForward execute(ActionMapping mapping,

Re: Passing parameters to a struts action in URL

2007-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, Joe Yuen wrote: > Does anyone have an idea as to why this URL > > http://localhost:8080/Chisq/Insurance.do?action=edit&personid=1001 > > works in Firefox but not in IE6? In my action class, I can see a personid in > Firefox but in IE personi

RE: Passing parameters to a struts action in URL

2007-01-18 Thread Joe Yuen
k for one browser and not the other?? -Original Message- From: Ross, Scott [mailto:[EMAIL PROTECTED] Sent: Thu 1/18/2007 1:26 PM To: Struts Users Mailing List Subject: RE: Passing parameters to a struts action in URL I don't think this is a URL issue. What is your code to

RE: Passing parameters to a struts action in URL

2007-01-18 Thread Ross, Scott
I don't think this is a URL issue. What is your code to retreive the variables from the URL? -Original Message- From: Joe Yuen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 4:12 PM To: Struts Users Mailing List Subject: Passing parameters to a struts action in URL Does an