Re: Form Beans - Vector

2002-03-28 Thread Ian Tomey
ed Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 5:42 AM Subject: Re: Form Beans - Vector > Generally, specifying the type seems to help. > > .. type="java.util.Vector" ... > >

Re: Form Beans - Vector

2002-03-27 Thread Annie Chang
D]> Sent: Wednesday, March 27, 2002 5:42 AM Subject: Re: Form Beans - Vector > Generally, specifying the type seems to help. > > .. type="java.util.Vector" ... > > I don't use Vectors myself, since the synchronized aspect is not useful > in the kind of applicatio

Re: Form Beans - Vector

2002-03-27 Thread Ted Husted
Generally, specifying the type seems to help. .. type="java.util.Vector" ... I don't use Vectors myself, since the synchronized aspect is not useful in the kind of applications I tend to work on, but using them with the iterate tags does seem to generate a lot of messages. If you continue to

Form Beans - Vector

2002-03-22 Thread Perpetua Cysne
Could someone please provide me with an example of Form Beans using a Vector of objects? How do display it in a iterate tag? The object is Passenger(firstName, lastName). Thank you! Perpetua -- To unsubscribe, e-mail: For additional commands, e-mail: