Re: is there drawdown select box in struts?

2002-03-05 Thread Arron Bates

Remove the size=10 and watch what happens... :)

The size directly maps to Html, where you're telling it how many rows 
you want it to span. Has nothing to do with how many options you have, 
that part will look after itself.

Arron.

Struts Newsgroup (@Basebeans.com) wrote:

Subject: Re: is there drawdown select box in struts?
From: zb cong [EMAIL PROTECTED]
 ===
thanks for your answer

see my code

 html:select property=singleSelect size=10 
html:option value=Single 0Single 0/html:option
html:option value=Single 1Single 1/html:option
html:option value=Single 2Single 2/html:option
html:option value=Single 3Single 3/html:option
html:option value=Single 4Single 4/html:option
html:option value=Single 5Single 5/html:option
html:option value=Single 6Single 6/html:option
html:option value=Single 7Single 7/html:option
html:option value=Single 8Single 8/html:option
html:option value=Single 9Single 9/html:option
html:option value=Single 10Single 9/html:option
html:option value=Single 11Single 9/html:option
html:option value=Single 12Single 9/html:option
  /html:select

it give me a single select list box,but i want a single select dropdown
box,could you help me to modify my code?
thank you again

Arron Bates [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED];

You do mean dropdown don't you?...

The html:select tag will do both lists and single select drop down
boxes, in the same way that the Html select tag does both.

Arron.

Struts Newsgroup (@Basebeans.com) wrote:

Subject: is there drawdown select box in struts?
From: zb cong [EMAIL PROTECTED]
===
hello

i find that the html:select is a list select box,i wanna drawdown
select box?

how can i do?
thank you very much!




--
To unsubscribe, e-mail:

mailto:[EMAIL PROTECTED]

For additional commands, e-mail:

mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:

mailto:[EMAIL PROTECTED]

For additional commands, e-mail:

mailto:[EMAIL PROTECTED]






--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: is there drawdown select box in struts?

2002-03-04 Thread @Basebeans.com

Subject: Re: is there drawdown select box in struts?
From: zb cong [EMAIL PROTECTED]
 ===
thanks for your answer

see my code

 html:select property=singleSelect size=10 
html:option value=Single 0Single 0/html:option
html:option value=Single 1Single 1/html:option
html:option value=Single 2Single 2/html:option
html:option value=Single 3Single 3/html:option
html:option value=Single 4Single 4/html:option
html:option value=Single 5Single 5/html:option
html:option value=Single 6Single 6/html:option
html:option value=Single 7Single 7/html:option
html:option value=Single 8Single 8/html:option
html:option value=Single 9Single 9/html:option
html:option value=Single 10Single 9/html:option
html:option value=Single 11Single 9/html:option
html:option value=Single 12Single 9/html:option
  /html:select

it give me a single select list box,but i want a single select dropdown
box,could you help me to modify my code?
thank you again

Arron Bates [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED];
 You do mean dropdown don't you?...

 The html:select tag will do both lists and single select drop down
 boxes, in the same way that the Html select tag does both.

 Arron.

 Struts Newsgroup (@Basebeans.com) wrote:

 Subject: is there drawdown select box in struts?
 From: zb cong [EMAIL PROTECTED]
  ===
 hello
 
 i find that the html:select is a list select box,i wanna drawdown
 select box?
 
 how can i do?
 thank you very much!
 
 
 
 
 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
 
 



 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]






--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: is there drawdown select box in struts?

2002-03-04 Thread Jonathan James

remove the 'size=10'


- Original Message -
From: Struts Newsgroup @[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 04, 2002 3:25 AM
Subject: Re: is there drawdown select box in struts?


 Subject: Re: is there drawdown select box in struts?
 From: zb cong [EMAIL PROTECTED]
  ===
 thanks for your answer

 see my code

  html:select property=singleSelect size=10 
 html:option value=Single 0Single 0/html:option
 html:option value=Single 1Single 1/html:option
 html:option value=Single 2Single 2/html:option
 html:option value=Single 3Single 3/html:option
 html:option value=Single 4Single 4/html:option
 html:option value=Single 5Single 5/html:option
 html:option value=Single 6Single 6/html:option
 html:option value=Single 7Single 7/html:option
 html:option value=Single 8Single 8/html:option
 html:option value=Single 9Single 9/html:option
 html:option value=Single 10Single 9/html:option
 html:option value=Single 11Single 9/html:option
 html:option value=Single 12Single 9/html:option
   /html:select

 it give me a single select list box,but i want a single select
dropdown
 box,could you help me to modify my code?
 thank you again

 Arron Bates [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED];
  You do mean dropdown don't you?...
 
  The html:select tag will do both lists and single select drop down
  boxes, in the same way that the Html select tag does both.
 
  Arron.
 
  Struts Newsgroup (@Basebeans.com) wrote:
 
  Subject: is there drawdown select box in struts?
  From: zb cong [EMAIL PROTECTED]
   ===
  hello
  
  i find that the html:select is a list select box,i wanna drawdown

  select box?
  
  how can i do?
  thank you very much!
  
  
  
  
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
  
  
 
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 





 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]






--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Subject: Re: is there drawdown select box in struts?

2002-03-03 Thread @Basebeans.com

Subject: Subject: Re: is there drawdown select box in struts?
6840:From: zb cong [EMAIL PROTECTED]
 ===

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: is there drawdown select box in struts?

2002-02-28 Thread Arron Bates

You do mean dropdown don't you?...

The html:select tag will do both lists and single select drop down 
boxes, in the same way that the Html select tag does both.

Arron.

Struts Newsgroup (@Basebeans.com) wrote:

Subject: is there drawdown select box in struts?
From: zb cong [EMAIL PROTECTED]
 ===
hello

i find that the html:select is a list select box,i wanna drawdown
select box?

how can i do?
thank you very much!




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]