Re: Problem with html:select

2006-02-03 Thread Michael Jouravlev
Apparently, "preselect" was a bad term. The better one would be "position selection bar". To preselect as in "to mark as selected" use "properties" array. Michael. On 2/3/06, Kumar Kadiyala <[EMAIL PROTECTED]> wrote: > Thanks for the clarification. How would I preselect > more than one value usin

Re: Problem with html:select

2006-02-03 Thread Kumar Kadiyala
Thanks for the clarification. How would I preselect more than one value using html:select? Kumar --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 2/3/06, Michael Jouravlev <[EMAIL PROTECTED]> > wrote: > > On 2/3/06, Kumar Kadiyala <[EMAIL PROTECTED]> > wrote: > > > Hello, > > > > > > I am r

Re: Problem with html:select

2006-02-03 Thread Michael Jouravlev
On 2/3/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 2/3/06, Kumar Kadiyala <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I am running into a problem with the html:select tag. > > I have the "multiple" attribute set so that the list > > renders as a multi select list box. I am using the > >

Re: Problem with html:select

2006-02-03 Thread Michael Jouravlev
On 2/3/06, Kumar Kadiyala <[EMAIL PROTECTED]> wrote: > Hello, > > I am running into a problem with the html:select tag. > I have the "multiple" attribute set so that the list > renders as a multi select list box. I am using the > value attribute of this tag and if I specify an Array > as the value,

Problem with html:select

2006-02-03 Thread Kumar Kadiyala
Hello, I am running into a problem with the html:select tag. I have the "multiple" attribute set so that the list renders as a multi select list box. I am using the value attribute of this tag and if I specify an Array as the value, the initial selection in the list box is not correct. I looked in

Re: problem with html:select / html:options

2005-10-13 Thread Sunil_Sahu
Troy, I think it should work like this Hope it helps Sunil Troy Bull <[EMAIL PROTECTED]> 10/13/2005 11:33 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject problem with html:select / html:options Hi

Re: problem with html:select / html:options

2005-10-13 Thread Dave Newton
Troy Bull wrote: and if I try this on the same page what I can't figure out is how to make this work: http://struts.apache.org/userGuide/struts-html.html#options Note the differences between property and labelProperty, and marvel at the power of documentation! ;) Also

problem with html:select / html:options

2005-10-13 Thread Troy Bull
Hi I am trying to use the struts taglibs as much as I can and I have the following situation. I have a collection object filled with DTO beans stored in session. The following prints out the list as I would expect: and if I try this on the same page what I can't figure

Re: Problem with html:select

2005-07-14 Thread lk
Balasubramaniam, Sezhiyan wrote: I usually set the JavaScript add-options statements using logic-iterate and on the event of user clicks a button; this function will be called which will populate the select box. function refreshSelect() { document.forms[0].eligMipSub

RE: Problem with html:select

2005-07-11 Thread Balasubramaniam, Sezhiyan
some item[s] before submits the form. Bala -Original Message- From: lk [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 9:55 AM To: user@struts.apache.org Subject: Problem with html:select Hi, I have a that at begin is empty. Using a javascript and clicking over a button the select

Problem with html:select

2005-07-11 Thread lk
Hi, I have a that at begin is empty. Using a javascript and clicking over a button the select field can be populated? The problem is that if I try to read in my Action class the "select" it seems to be empty. (I use (ArrayList)((DynaValidatorForm)form).get("chosen") to get the ArrayList tha