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

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Aug 20 06:59:23 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tatyana Romanovich closed RF-3848.
----------------------------------



> Calendar popup doesn't work inside <div> or <p> in facelets
> -----------------------------------------------------------
>
>                 Key: RF-3848
>                 URL: https://jira.jboss.org/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
>            Assignee: Pavel Yaschenko
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list