Re: Improvement in converting Jdk types to Pivot

2009-10-03 Thread Vicente de Rivera III
> > Is there any reason you can't use CalendarDate in your bean class? Not really :D, I created a @Transient CalendarDate orderDateTemp thanks

Re: Improvement in converting Jdk types to Pivot

2009-10-03 Thread Greg Brown
We could provide an overload for setSelectedDate() that converted a java.util.Date to a CalendarDate, but it would have to rely on deprecated methods in Date (getYear(), getMonth(), and getDate()). Is there any reason you can't use CalendarDate in your bean class? We intentionally don't provide

Improvement in converting Jdk types to Pivot

2009-10-02 Thread Vicente de Rivera III
Hi again, I was implementing a Form for my POJO, and it contains a java.util.Date property." " Got a