[ http://issues.apache.org/jira/browse/MYFACES-317?page=comments#action_12315395 ]
Brendan Conner commented on MYFACES-317: ---------------------------------------- The backing bean code is exactly the same as the backing bean given in the example code in the examples distriibution. I was using the 1.0.9 version given at http://myfaces.apache.org/binary.cgi (inside myfaces.jar). I'll try to educate myself on using SVN and try it with the latest release. - 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
