[ http://issues.apache.org/jira/browse/MYFACES-317?page=comments#action_12316932 ]
Martin Marinschek commented on MYFACES-317: ------------------------------------------- I just tried that again - using the MyFaces examples, and I don't know where your problem stems from - it works perfectly fine for me. Can you check out the MyFaces Simple Examples, get them running and tell me what the difference would be to your situation? Are you using head or 1.0.9? regards, Martin > 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 > Fix For: Nightly Build > > 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
