Have you tried using a java.util.Date to hold the value of the column,
rather than Timestamp?  You could also look at the registered converters at
the top of BaseAction (in a static block).

Matt

On 12/25/06, KiranRredy <[EMAIL PROTECTED]> wrote:


Am using Timestamp column in my database(also in POJO),when am accessing
the
list/edit using action class ,am getting conversion exception.Could any of
you suggest how to solve it.
Am using struts with hibernate.

the message am getting is:

ERROR [http-8080-Processor24] ActionExceptionHandler.logException(145) | o
rg.apache.commons.beanutils.ConversionException: No value specified
        at
org.apache.commons.beanutils.converters.SqlTimestampConverter.convert(SqlT
imestampConverter.java:103)
        at
org.apache.commons.beanutils.BeanUtilsBean.copyProperty(BeanUtilsBean.java
:444)
com.medlogics.webapp.action.MessageTrackAction.search(
MessageTrackAction.java:131)
        at
com.medlogics.webapp.action.MessageTrackAction.unspecified(
MessageTrackAction.java:142)

* MessageTrackAction.java  is my action class
--
View this message in context:
http://www.nabble.com/Concersion-exception-for-timestamp-field-tf2881498s2369.html#a8051456
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
http://raibledesigns.com

Reply via email to