[ http://issues.apache.org/jira/browse/MYFACES-317?page=comments#action_12316048 ]
Brendan Conner commented on MYFACES-317: ---------------------------------------- I still can't get the calendar to work right when I have other fields on the page: 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 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 "value" parameter gets reset to null. I'm using the latest nightly build for this. - Brendan > inputCalendar gets Conversion Error when <h:commandButton> is in the same form > ------------------------------------------------------------------------------ > > Key: MYFACES-317 > URL: http://issues.apache.org/jira/browse/MYFACES-317 > Project: MyFaces > Type: Bug > Versions: 1.0.9 beta > Environment: Tested on IBM RAD/RAS 6.0; not sure if it's a problem elsewhere > Reporter: Brendan Conner > Assignee: Martin Marinschek > > If <h:commandButton> is placed in the same form as <x:inputCalendar>, a > conversion error occurs after pressing the command button. It happens when > HtmlCalendarRenderer.getConvertedValue() is called, because, at that point, > submittedValue is null. > Here's an example snippet from a JSP that produces this error: > <h:form> > <x:inputCalendar value="#{calendar.date}" > monthYearRowClass="yearMonthHeader" > weekRowClass="weekHeader" > dayCellClass="dayCell" > currentDayCellClass="currentDayCell" > <h:inputText value="#{actionBean.input}"></h:inputText> > <h:commandButton value="Submit" action="#{actionBean.action}"/> > </h:form> > <h:messages layout="table" /> > - Brendan -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
