[richfaces-issues] [JBoss JIRA] (RF-12300) rich:calendar - rerendering from another h:form causes problems

Jan Papousek (JIRA) jira-events at lists.jboss.org
Thu May 31 07:08:18 EDT 2012


Jan Papousek created RF-12300:
---------------------------------

             Summary: rich:calendar - rerendering from another h:form causes problems
                 Key: RF-12300
                 URL: https://issues.jboss.org/browse/RF-12300
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.2.2.Final
         Environment:     RichFaces 4.2.2.Final
    Metamer 4.2.2-SNAPSHOT
    Unknown version of JSF
    JBoss AS 7.1.1.Final
    Java(TM) SE Runtime Environment 1.6.0_31-b04 @ Linux
    Firefox 12.0 @ Linux x86_64
            Reporter: Jan Papousek


{code}
<h:form>
    <a4j:commandButton render="@all" value="Render All" />
    <a4j:commandButton render="calendar output" value="Render Calendar and Output" />
</h:form>
<h:form>
    <a4j:commandButton render="@all" value="Render All (Inside the same h:form)" />
    <a4j:commandButton render="calendar output" value="Render Calendar and Output (Inside the same h:form)" />
    <br />
    <rich:calendar id="calendar" value="#{calendarBean.date}" timeZone="#{calendarBean.timeZone}">
        <f:ajax event="change" render="output" />
    </rich:calendar>
    <br />
    <h:outputText id="output" value="#{calendarBean.date}" />
</h:form>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list