>
> Is there any reason you can't use CalendarDate in your bean class?
Not really :D, I created a @Transient CalendarDate orderDateTemp
thanks
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
Hi again, I was implementing a Form for my POJO, and it contains a
java.util.Date property."
"
Got a