Thanks all. My code works now. But I have one more question: when i use <logic:empty or <logic:notEmpty, I got error:
No such tag empty in the tag library imported with prefix logic Could you tell me how to make it work? --------------------------------------------------------------------------- Henry Lu MCIT phone: (734) 936-2063 University of Michigan Medical Center fax: (734) 763-4372 On Wed, 13 Feb 2002, Galbreath, Mark wrote: > I didn't see any code that suggested primitives were being passed. > Nevertheless, there's no question primitive arrays are faster than Vectors > (about 40 times faster!) and ArrayLists (about 4 times faster). > > Cheers! > Mark > > -----Original Message----- > From: Arron Bates [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 10:26 PM > > Mark, > > You're absolutely correct. > > As for the "you can't use Object[]" stuff.... read the code. > Primitive arrays are perfectly fine, and most likely faster again than > ArrayLists. > > Arron. > > -- > 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]>

