I am sure this has been beaten to death, but it is recommended you use String (or String[]) to capture submitted forms. Then handle the date conversion with business logic, whether in your action or business object.
-c ----- Original Message ----- From: "varma dvk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 1:06 AM Subject: Re: Reading Date > > I Declared Timestamp obj in my bean to store the date, it is giving > IllegalArugumentException in jsp, when i'm trying to get it from jsp using > <html:text property="startDate"/> > > Cheers > Varma > > > > > > > >From: Rick Reumann <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >Subject: Re: Reading Date > >Date: Thu, 27 Feb 2003 22:55:27 -0500 > > > >On Fri, Feb 28,'03 (09:20 AM GMT+0530), varma wrote: > > > > > Hi All > > > How can i read a date from the jsp using struts, i defined date > > > variable > > > of type timestamp. it is throwing exception... > > > >What do you mean "read a date from the jsp" and what exception is it > >throwing? Are you getting an error just trying to declare your date in > >the page? > > > > > >-- > >Rick > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > _________________________________________________________________ > Hutch MSN Cricketer- ball by ball action - Download Now! > http://server1.msn.co.in/msnspecials/cricketdownload/contest.asp > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

