You might try creating a new converter that specifically supports Timestamp.

Matt

On Sun, Aug 17, 2008 at 9:26 AM, Kropp, Henning <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to figure out how to use the DateConverter in Appfuse 2.0.2 to
> convert Timestamp to String and vis versa.
>
> At first I used java.util.Date and the DateConverter worked fine, than I
> changed the type in the POJOs to java.sql.Timestamp. To have the
> java.sql.Timestamp be converted I also added
> java.sql.Timestamp=com.app.util.DateConverter to the
> xwork-conversion.properties.
>
> But now running under mvn jetty:run (not quite sure what version - using
> 6.1.9 maven-jetty-plugin) the DateConverter does not "kick-in" for the
> java.sql.Timestamp values. For Date still works great.
>
> What am I missing?
>
> Thanks and kind regards
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to