I'm trying to use the <x:inputCalendar> component on a JSF form that has other input fields, and I'm running into the following problems:
1. If I specify the calendar component in its own form, then, when I select different dates on the calendar, the values in the other fields disappear (because they are on a different form). 2. If I specify the calendar component and the other fields all on the same form, then the values on the other fields are OK (i.e., they maintain their values when I click on other dates in the calendar). However, once I press a "submit" button for the form, the managed bean's Date field specified in the component's "value" parameter gets reset to null. Has anyone else encountered this problem? Any ideas on how to get past this? - Brendan

