Hi all I have a form that contains a StartDate and EndDate text fields, and I'm wondering what the best way to deal with them is.
Should the Form Bean attribute be of type Date, or should I make it a String, and just use DateFormat.parse(StartDate); to parse it in the validate method? Thoughts? Best practices? John Mattos Sr. Developer and Architect iNDEMAND 345 Hudson St. 16th Floor New York, New York 10014 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

