Hi,

cannot say I understand your statement about "cannot
go to the timestamp format", but

1. are you using java.util and java.sql Dates
correctly?
2. you can always new Timestamp( d.getTime().getTiem()
) to create a Timestamp if all else fails!
3. If you are using Oracle, I believe timestamp is
really used and not a date.

ron


--- Ishfaq Ahmed Lone <[EMAIL PROTECTED]>
wrote:
> I am passing a date value(Date object) from a jsp to
> a bean(session) method
> ,but it is giving IllegalArgumentEexception , asking
> for the Timestamp
> object format, even though my bean method has a Date
> field argument.
>
> i cant go to the timestamp format,  Can anyone help
> me out how to make it
> work with Date object only.
> Thanx in advance
>
*******************************************************
> Ishfaq Ahmad Lone
>
>
*******************************************************
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__________________________________________________
Do You Yahoo!?
Yahoo! Mail � Free email you can access from anywhere!
http://mail.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to