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

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 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. > > requiredLabel="true" list="#itemList.keySet()" > doubleName="claimCon

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. Patrick Kelly PatrickKelly PrincipalConsultant *River**Dynamics* E: patrick.ke

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 compri

RE: Double Select Tag

2011-02-23 Thread Jose Luis Martinez Avial
es("OPTIONS/OPTION") for (i=0;imailto:davelnew...@gmail.com] Sent: Tuesday, February 22, 2011 8:55 PM To: Struts Users Mailing List Cc: Jerson John; jlm...@gmail.com Subject: Re: Double Select Tag On Tue, Feb 22, 2011 at 8:50 PM, Jerson John wr

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-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

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

Re: Double Select Tag

2011-02-21 Thread jlmagc
ajax 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

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
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