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

Inna Shchibrya (JIRA) jira-events at lists.jboss.org
Wed Mar 11 06:23:22 EDT 2009


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: Nick Belaevski


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