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
h E: patrick.ke...@riverdynamics.com < mailto:patrick.ke...@riverdynamics.com> W: www.riverdynamics.com <http://www.riverdynamics.com/> On 18/02/2015 7:20 PM, Christoph Nenning wrote: document.getElementById("itemCategory").value = itemCategory; Are you sure that itemCategory is present

Re: double select tag

2015-02-18 Thread Christoph Nenning
.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 > >

Re: double select tag

2015-02-18 Thread Patrick Kelly
sent 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 list in the top half of the page where an iterator fetches data from the database which is displayed in the list li

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.

double select tag

2015-02-17 Thread Patrick Kelly
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 list in the top half of the page where an iterator fetches data from the database which is displayed in the list like so: The bottom half of the screen comprises a

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
: Double Select Tag Enviado: 21 Feb, 2011 22:50 Hi, Can some one help me on double select tag with Hibernate...I am having two classes AssetCat,AssetSubCat and My first list should be assetcat list and according to the Assetcat selection I need to populate the second list which is assetsubcat

Double Select Tag

2011-02-21 Thread Jerson John
Hi, Can some one help me on double select tag with Hibernate...I am having two classes AssetCat,AssetSubCat and My first list should be assetcat list and according to the Assetcat selection I need to populate the second list which is assetsubcat listPlease advice me on this...I try to google