Doubleselect tag doubleEmptyOption

2009-11-03 Thread Jipu Jiang
Dear all, Did anyone used the doubleEmptyOption parameter of the doubleselect tag in struts2? I have used it to create an empty option for the second select box. However no empty option is added. In addition, the doubleHeaderKey and doubleHeaderValue parameters are also seems has no effect at all

struts2 doubleselect tag doesn't support multiselect?

2009-07-14 Thread FreshAir
tion would be highly appreciated. Thank you in advance! -- View this message in context: http://www.nabble.com/struts2-doubleselect-tag-doesn%27t-support-multiselect--tp24478477p24478477.html Sent from the Struts - User mailing list archive at Nabble.com. -

Doubleselect tag quesitons

2008-09-09 Thread Jipu Jiang
display the options linked to this parameters. In case of tertiary options exist, i need a doubleselect tag. But I cant get the second select box to show it's contents. I believe I know the reason is because the doublelist cant find a list or map to show. But I don't know how to deal

Trouble using maps with doubleselect tag

2008-05-23 Thread Jukka Välimaa
Hi all, Ignore the earlier message, it was sent accidentally before I was finished writing. I have the following code in my jsp page: For some reason, this leaves the second selectbox completely empty. If I change hourMap into a list, everything works fine. Any idea what might be wrong?

Trouble using maps with doubleselect tag

2008-05-23 Thread Jukka Välimaa
Hi all,

RE: Doubleselect tag

2008-02-12 Thread Stanley, Eric
List Subject: Re: Doubleselect tag Hey brah -- I actually have not been back to it yet, but I think your remarks about the dot notation is on the mark! Scott On Feb 1, 2008 4:04 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > I'll drop the m on the

Re: Doubleselect tag

2008-02-01 Thread stanlick
Hey brah -- I actually have not been back to it yet, but I think your remarks about the dot notation is on the mark! Scott On Feb 1, 2008 4:04 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > I'll drop the m on the Manning site in a couple minutes. > > "anning"? > >

Re: Doubleselect tag

2008-02-01 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > I'll drop the m on the Manning site in a couple minutes. "anning"? Did you get the #request issue worked out? I probably missed your followup. d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Doubleselect tag

2008-02-01 Thread stanlick
eply :) > > -Ryan > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 01, 2008 9:39 AM > To: Struts Users Mailing List > Subject: Re: Doubleselect tag > > Greetings-- > > I have added an example of doing this at > S2iA&l

RE: Doubleselect tag

2008-02-01 Thread Stanley, Eric
Could you please show me the classes state and city? I think that would help. And thanks for the reply :) -Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 9:39 AM To: Struts Users Mailing List Subject: Re: Doubleselect tag

Re: Doubleselect tag

2008-02-01 Thread stanlick
Greetings-- I have added an example of doing this at S2iAthat I think describes this usage a little better. Scott On Jan 31, 2008 5:07 PM, Stanley, Eric <[EMAIL PROTECTED]> wrote: > I'd like to have a pair of selects, the first

Doubleselect tag

2008-01-31 Thread Stanley, Eric
I'd like to have a pair of selects, the first one controlling the content of the next. I understand that the tag makes this possible. I just can't make it work. I tried just copying the example: And it does not work either. It populates both selects automatically, and the second select never c