[richfaces-issues] [JBoss JIRA] Created: (RF-3848) Calendar popup doesn't work inside <div> or <p> in facelets

Salvatore Insalaco (JIRA) jira-events at lists.jboss.org
Fri Jul 4 04:44:08 EDT 2008


Calendar popup doesn't work inside <div> or <p> in facelets
-----------------------------------------------------------

                 Key: RF-3848
                 URL: http://jira.jboss.com/jira/browse/RF-3848
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1, 3.2.2
         Environment: JBoss 4.2.2
Facelets 1.1.15b1
            Reporter: Salvatore Insalaco


Calendar popup button doesn't work if <rich:calendar> is placed inside a <p> or <div> block.
This works:
  <h:form>
      Data di nascita <rich:calendar value="#{persona.dataDiNascita}" datePattern="dd/MM/yyyy"/>
  </h:form>

This doesn't:
  <h:form>
      Data di nascita <p><rich:calendar value="#{persona.dataDiNascita}" datePattern="dd/MM/yyyy"/></p>
  </h:form>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list