Feature Requests item #648435, was opened at 2002-12-04 11:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=648435&group_id=4754
Category: framework Group: None Status: Open Resolution: None Priority: 5 Submitted By: Adam Greene (ccm682) Assigned to: Nobody/Anonymous (nobody) Summary: Using java.util.Date in DatePicker Initial Comment: Currently the DatePicker utilizes java.sql.Date as it's expected source for the date value, which causes problems. You cannot hand it a java.util.Date or a java.sql.Timestamp. If it was made to use java.util.Date then you could hand it a java.sql.Date, a java.sql.Timestamp or a java.util.Date. Which would be more flexible. The reason I suggest this is that we use Torque for our O/R bindings and we are allows having to create extra methods to create a java.sql.Date object and copy the java.sql.Timestamp into it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=648435&group_id=4754 ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
