RE: adding parameters to a url - help please

2009-09-11 Thread C N Davies
: Saturday, 12 September 2009 12:43 AM To: struts Subject: RE: adding parameters to a url - help please Thank you Wes. I thought I could have gotten around it without Javascript. The problem is, I have no idea how to get that started. Can anyone provide me with sample javascript that could p

RE: adding parameters to a url - help please

2009-09-11 Thread Farshad Rabbani
Thank you Wes. I thought I could have gotten around it without Javascript. The problem is, I have no idea how to get that started. Can anyone provide me with sample javascript that could potentially assist me in getting this done? I would like to have both the id and the value from the sele

Re: adding parameters to a url - help please

2009-09-11 Thread Wes Wannemacher
You'll have to use javascript, the tags' output is rendered server side, when the jsp page is rendered. -Wes On Fri, Sep 11, 2009 at 11:02 AM, Farshad Rabbani wrote: > > Hi, > > > >      I would like to be able to add whatever is the currently selected option > from my selection box as a parame

adding parameters to a url - help please

2009-09-11 Thread Farshad Rabbani
Hi, I would like to be able to add whatever is the currently selected option from my selection box as a parameter to the url shown below. I am able to attach the id as a parameter but I cannot figure out how to do the same for the selection box. I would greatly appreciate any