RE: DropDowns....

2004-03-01 Thread Guillermo Meyer
Mailing List; [EMAIL PROTECTED] Subject: Re: DropDowns 1-This tag is free for comercial applications 2-At JDBC provider example, there is a select statement inside param tag into xml file, there is a possibitity of this select statment will be created inside my java code and xml file read it? 3

Re: DropDowns....

2004-03-01 Thread Daniel
this value for other JDBC dropdown ??? obrigado Daniel S. - Original Message - From: "Guillermo Meyer" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Saturday, February 28, 2004 10:24 AM Subjec

Re: DropDowns....

2004-02-28 Thread Rick Reumann
On Saturday 28 February 2004 8:19 am, Daniel wrote: > On the window I have 2 dropdown, the second depends of the first dropdown > value, then I'll back to the class action with the first dropdown value for > populate the second. After choice the value at second dropdown, I'll > qualify for sendin

RE: DropDowns....

2004-02-28 Thread Guillermo Meyer
Take a look at http://providers.sourceforge.net/ and see ComboSelectTag. This tag allows you to create 2 or more dependant drop down lists using Struts and javascript. With this tag, you do not need to reload the page in the onchange of the first select. Cheers. Guillermo. -Original Message--

Re: dropdowns being reset

2002-12-12 Thread Justin Ashworth
n the roles Collection, it is displayed as selected. Hopefully this clears things up. If not, reply to the list and cc to me and hopefully myself or somebody else can try to clear up any specific questions. Justin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAI

Re: dropdowns being reset

2002-12-12 Thread Justin Ashworth
List" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 8:07 AM Subject: RE: dropdowns being reset > > Is there any way you could mail me sample code for this Options tag? > > Thanks, > David > > > > shirishchandra.sakhare@ubs. >

/ /OREF:CPT9CFB3 RE: dropdowns being reset

2002-12-12 Thread avasey
12/12/2002 03:07 Subject: RE: dropdowns being reset PM

RE: dropdowns being reset

2002-12-12 Thread david . heagney
: 12/12/2002 12:33Subject: RE: dropdowns being reset Please respond to "Struts

RE: dropdowns being reset

2002-12-12 Thread shirishchandra . sakhare
try using html:options instead..and supply it with the collection or array of indexes... because if in html:select u specify property attribute, and the property is there in the request(which should be the case when u forward the request back to same jsp with errors..),the same is used to prese