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
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
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
> >
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,
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
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
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
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%>]
8 matches
Mail list logo