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,

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 I am trying to us

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

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
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].eligMipSubgrpCd.options[<%=y%>]