I'm having trouble with the inputDate component. Although the bean value is set to one date, the component displays another (usually defaulting to today). It works fine, if I use it to change dates, but I can't rely on it to correctly display the bean's property value when the page loads.
I've examined the example code, but the components are wired to java.util.Date. Am I missing something, or is this a quirk of the component?

