RE: Appending html:option to a html:link

2004-07-01 Thread McCormack, Chris
uld get queryString = "?foo&cheese"; if you see what I mean) hth Chris McCormack -Original Message- From: Chris Roderick [mailto:[EMAIL PROTECTED] Sent: 01 July 2004 14:14 To: Struts Users Mailing List Subject: RE: Appending html:option to a html:link Thank you for your repl

RE: Appending html:option to a html:link

2004-07-01 Thread Chris Roderick
> Sent: 01 July 2004 15:07 > To: Struts Users Mailing List > Subject: RE: Appending html:option to a html:link > > Dont think its possilbe unless you use a bit of javascript. > As its lunchtime I have knocked out a bit of a solution in javascript (not tested). > &

RE: Appending html:option to a html:link

2004-07-01 Thread McCormack, Chris
uot;+newValue; } function doLink(link){ location.href=link+queryString; } DHTML Java click meh -Original Message- From: Chris Roderick [mailto:[EMAIL PROTECTED] Sent: 01 July 2004 13:49 To: [EMAIL PROTECTED] Subject: Appending html:option to a html:link Hi

Appending html:option to a html:link

2004-07-01 Thread Chris Roderick
Hi, I have a JSP page that has a list of hml:links, each with a map of attributes appended e.g.: chart (where attributes is a map). On the same page, I have a html:select e.g.: DHTML Java When a user clicks on the link, I would like to append the currently se