Re: Form Beans - Vector

2002-03-28 Thread Ian Tomey
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 applications I tend to work on, but using them with the iterate tags does seem to generate

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

Re: Form Beans - Vector

2002-03-27 Thread Annie Chang
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 applications I tend to work on, but using them with the iterate tags does seem to generate

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL