Johan Compagner wrote:
> 
> and it goes through that datatimeconverter?
> do you see the value being converted?
> 

It does when I display the DateTime, but apparently not when I try to save
the string. 
...
I figured out what the problem is.  The problem was that I had the
getStarts() returning a ReadableDateTime where as setStarts(final DateTime
date).  The search for the setter uses the type of the get rather than the
object you are trying to set.  This is a trap for those which haven't dealt
with it before.  This should probably be clearly noted for people using
converters.

Thanks for the help.
-- 
View this message in context: 
http://www.nabble.com/Converters-tf3568876.html#a9997455
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to