Re: double select tag

2015-02-18 Thread Christoph Nenning
document.getElementById(itemCategory).value = itemCategory; Are you sure that itemCategory is present in the html table and can be accessed by JavaScript? I am trying to get a double select tag to work for the 1st time and am having some problems. The JSP involved comprises a

Re: double select tag

2015-02-18 Thread Patrick Kelly
Christoph - I think so. It was not throwing any javascript errors in Firefox javascript console. It was defined in the doubleselect statement below and i could see it in the generated html in view page source. s:doubleselect label=Select room and item name=claimContent.itemRoom id=itemRoom

Re: double select tag

2015-02-18 Thread Christoph Nenning
Christoph - I think so. It was not throwing any javascript errors in Firefox javascript console. It was defined in the doubleselect statement below and i could see it in the generated html in view page source. s:doubleselect label=Select room and item name=claimContent.itemRoom

Re: double select tag

2015-02-18 Thread Patrick Kelly
Christoph, the html code used when the Edit link gets clicked looks like the following. So the iterator has run and has pulled back a bunch of records. Then for any of the items on the list you can click edit which will extract the relevant data fields for the selected record and populate the

RE: double select tag

2015-02-18 Thread Martin Gainty
Date: Thu, 19 Feb 2015 09:20:07 +1100 From: patrick.ke...@riverdynamics.com To: user@struts.apache.org Subject: Re: double select tag Christoph, the html code used when the Edit link gets clicked looks like the following. So the iterator has run and has pulled back a bunch of records

RE: Double Select Tag

2011-02-23 Thread Jose Luis Martinez Avial
...@gmail.com Subject: Re: Double Select Tag On Tue, Feb 22, 2011 at 8:50 PM, Jerson John wrote: Could u send me some sample code for it ...Appreciate ur help I think probably searching for ajax autocomplete will bring up hundreds of examples; I'd try that first. Dave

RE: Double Select Tag

2011-02-22 Thread Jerson John
Hi JL, Could u send me some sample code for it ...Appreciate ur help Many Thanks and Regards, -Original Message- From: jlm...@gmail.com [mailto:jlm...@gmail.com] Sent: Tuesday, February 22, 2011 12:41 PM To: Jerson John; 'Struts Users Mailing List' Subject: Re: Double Select Tag

Re: Double Select Tag

2011-02-22 Thread Dave Newton
On Tue, Feb 22, 2011 at 8:50 PM, Jerson John wrote: Could u send me some sample code for it ...Appreciate ur help I think probably searching for ajax autocomplete will bring up hundreds of examples; I'd try that first. Dave -

Re: Double Select Tag

2011-02-21 Thread jlmagc
Well, there are diferent options for this: 1) Load all the posibles values of the second select into javascript arrays when loading the page, and the populate the second select using javascript once the user has made a selection in the first select 2) Once the user has selected an element in the

RE: Double Select Tag

2011-02-21 Thread Jerson John
...@gmail.com] Sent: Tuesday, February 22, 2011 12:19 PM To: Struts Users Mailing List Subject: Re: Double Select Tag Well, there are diferent options for this: 1) Load all the posibles values of the second select into javascript arrays when loading the page, and the populate the second select using

Re: Double Select Tag

2011-02-21 Thread jlmagc
directly. It's pretty simple, so you should be able wo work something out of it. I will look and send it tomorrow. --Mensaje original-- De: Jerson John Para: 'Struts Users Mailing List' Para: Yo Asunto: RE: Double Select Tag Enviado: 21 Feb, 2011 23:29 Thanks a lot for this quick reply

RE: Double Select Tag

2011-02-21 Thread Jerson John
Thanks a lot for ur help Many Thanks and Regards, Jerson -Original Message- From: jlm...@gmail.com [mailto:jlm...@gmail.com] Sent: Tuesday, February 22, 2011 12:41 PM To: Jerson John; 'Struts Users Mailing List' Subject: Re: Double Select Tag Not right now, but you will find plenty