What is the best way to handle dates in Struts?  If I use html:text in my
form, can I define it as a Timestamp (or Date) in my action form?  Will
struts handle the conversion automatically?  Or do I have to use Strings for
everything and do the conversion in my action or business logic layer?

Pat

Reply via email to