[richfaces-issues] [JBoss JIRA] Updated: (RF-6500) calendar: calendar doesn't render on the page if popup="false"

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Mar 11 14:10:22 EDT 2009


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

Nick Belaevski updated RF-6500:
-------------------------------

    Fix Version/s: 3.3.1
         Assignee: Pavel Yaschenko  (was: Nick Belaevski)


> calendar: calendar doesn't render on the page if popup="false"
> --------------------------------------------------------------
>
>                 Key: RF-6500
>                 URL: https://jira.jboss.org/jira/browse/RF-6500
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: FF-3, IE6, IE7
> Tomcat 6.0
> sun RI 1.2.10
> jsp 
>            Reporter: Inna Shchibrya
>            Assignee: Pavel Yaschenko
>             Fix For: 3.3.1
>
>
> This problem only for FF-3, IE6, IE7. For Opera and Safari it's ok.
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
> <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
> <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
> <f:subview id="calendarSubviewID">
> 		<rich:calendar id="calendarID"		
> 			popup="false"
>             currentDate="Aug 5, 2008"
>             value="Sep 13, 2008"
>             style="color: blue; border-width: 4px;" />
> </f:subview>
> Actual result: Calendar doesn't render on the page.
> Expected result: Calendar should render on the page.
> If add </br> before rich:calendar, calendar renders on the page.

-- 
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