DropDowns....

2004-02-28 Thread Daniel
Whats the best way for implement this situation: 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 sending this inf

RE: DropDowns....

2004-02-28 Thread Guillermo Meyer
- From: Daniel [mailto:[EMAIL PROTECTED] Sent: Sábado, 28 de Febrero de 2004 10:19 a.m. To: Struts Users Mailing List Subject: DropDowns Whats the best way for implement this situation: On the window I have 2 dropdown, the second depends of the first dropdown value, then I'll back t

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

dropdowns being reset

2002-12-12 Thread david . heagney
Hi, I have a page in my STRUTS app which dynamically populates a dropdown list: Month -- <% for (int i=1; i <= 12; i++) { %> <%= getMonthName (i) %> <% } %> getMonthName() returns the month as a string based in the passed integer, 1 - 12. If the user submits the form and leaves out a r

RE: dropdowns being reset

2002-12-12 Thread shirishchandra . sakhare
preselect a element. I think may be as u are using html:ootion in a loop, u are having this problem. regards, Shirish -Original Message- From: david.heagney [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 1:17 PM To: struts-user; david.heagney Subject: dropdowns being reset Hi

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

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

/ /OREF:CPT9CFB3 RE: dropdowns being reset

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

Anyone, Please! A table with column of dropdowns

2003-07-24 Thread atta-ur rehman
tter/setter for block type on the Form object. When i submit the form with different block types selected in different rows the selected values are correctly populated to the Form's block type property. The only problem, when page is shown after submission, all the dropdowns have same value se

RE: Anyone, Please! A table with column of dropdowns

2003-07-24 Thread Wendy Smoak
n the Form object. When i submit the form with different block > types selected in different rows the selected values are correctly > populated to the Form's block type property. The only problem, > when page is shown after submission, all the dropdowns have same > value selected i

Re: Anyone, Please! A table with column of dropdowns

2003-07-24 Thread atta-ur rehman
ent: Thursday, July 24, 2003 10:07 AM Subject: RE: Anyone, Please! A table with column of dropdowns > ATTA wrote: > > Basically I've an HTML table one of its column gives user to > > select Block Type. Block Type is a list of reference values > > that are shown in an html:

RE: Anyone, Please! A table with column of dropdowns

2003-07-24 Thread Wendy Smoak
ATTA wrote: > and by the way, we're using struts 1.0.2. I don't know if indexed properties work with 1.0, but I think that's what you need to use. Otherwise, how do you expect Struts to know which of the multiple values in your String[] goes with each of the select lists? -- Wendy Smoak Applica

Re: Anyone, Please! A table with column of dropdowns

2003-07-24 Thread atta-ur rehman
ATTA - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 10:29 AM Subject: RE: Anyone, Please! A table with column of dropdowns > ATTA wrote: > &g

RE: Anyone, Please! A table with column of dropdowns

2003-07-24 Thread Wendy Smoak
> yes, that's a good question. i guess the same way struts passes all the > correct selections to the Form object on submission ;) By magic. ;) But in this case, who knows what order the request parameters came in, who knows what order they are stored in the String[], so it's fairly impossible to

Re: Anyone, Please! A table with column of dropdowns

2003-07-24 Thread atta-ur rehman
quot;Wendy Smoak" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 11:33 AM Subject: RE: Anyone, Please! A table with column of dropdowns > > yes, that's a good question. i guess the same way