You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <my...@incubator.apache.org> on 2005/07/27 09:56:18 UTC

[jira] Closed: (MYFACES-317) inputCalendar gets Conversion Error when is in the same form

     [ http://issues.apache.org/jira/browse/MYFACES-317?page=all ]
     
Martin Marinschek closed MYFACES-317:
-------------------------------------

    Fix Version: Nightly Build
     Resolution: Cannot Reproduce

Was not able to reproduce this error by adding a text-field to the form in the simple example section. Both the calendar field and the textfield were correctly set.

Please post a minimal webapp showing this bug and reopen the bug if you still have this problem.

> 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