RE: How can I used html:select with a Collection of String

2002-03-20 Thread Jeff_Mychasiw
TECTED]> cc: Subject: RE: How can I used html:select with a Collection of String sorry about it, I was probably sleeping yesterday :) Thanks for pointing out though. Yanhui -Original Message- From: Steve Wilkinson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 6:15 P

RE: How can I used html:select with a Collection of String

2002-03-20 Thread Yu, Yanhui
sorry about it, I was probably sleeping yesterday :) Thanks for pointing out though. Yanhui -Original Message- From: Steve Wilkinson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 6:15 PM To: Struts user Subject: Re: How can I used html:select with a Collection of String Of

Re: How can I used html:select with a Collection of String

2002-03-19 Thread Steve Wilkinson
We have String in Vector, you use int in Vector. Hope it helps, Yanhui -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:05 AM To: Struts Users Mailing List Subject: Re: How can I used html:select with a Collection of String People often h

RE: How can I used html:select with a Collection of String

2002-03-19 Thread Yu, Yanhui
the Vector. We have String in Vector, you use int in Vector. Hope it helps, Yanhui -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:05 AM To: Struts Users Mailing List Subject: Re: How can I used html:select with a Collection

RE: How can I used html:select with a Collection of String

2002-03-19 Thread David Winterfeldt
gt; > -Original Message- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 19, 2002 11:40 AM > > To: Struts Users Mailing List > > Subject: Re: How can I used html:select with a > Collection of String > > > > >

RE: How can I used html:select with a Collection of String

2002-03-19 Thread Cakalic, James
002 11:40 AM > To: Struts Users Mailing List > Subject: Re: How can I used html:select with a Collection of String > > > > > Hey guy's: > I am a little confused from what Ted stated: > "People often have trouble using Vectors with the Struts > t

Re: How can I used html:select with a Collection of String

2002-03-19 Thread Jeff_Mychasiw
EMAIL PROTECTED]> on 03/19/2002 11:04:43 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject: Re: How can I used html:select with a Collection of String "People often have trouble

Re: How can I used html:select with a Collection of String

2002-03-19 Thread Ted Husted
People often have trouble using Vectors with the Struts tags. They are really designed to work best with the new Collection objects or with simple arrays. My best advice would be to have a property like Object[] getCollection() { return vector.toArray() } But if you search the mail-archives,

How can I used html:select with a Collection of String

2002-03-15 Thread Aroui, Dr. Djelloul
myCollection is a Vector of Integer. I dont need property or labelProperty. How can I use the select with a Collection. please any help thanks -- To unsubscribe, e-mail: For additional commands, e-mail: