[ http://issues.apache.org/jira/browse/MYFACES-317?page=comments#action_12315523 ]
Brendan Conner commented on MYFACES-317: ---------------------------------------- OK, I tried the same example with the latest nightly build, and I no longer get that error. However, I get another unexpected result: If I choose a date and then hit "submit," the backing bean's date gets reset to null. Apparently, the calendar's value is not sent with the "post" when I hit "submit." - 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
