]
Inna Shchibrya commented on RF-6500:
------------------------------------
There is exception in Firebug:
$(this.POPUP_ID) is null
initialize()("calendarID", Object dayListTableId=calendarIDDay)calendar.js.jsf
(line 740)
klass()3_3_1-SN...cript.jsf (line 51)
main.jsf;jsessionid=0CEC9DEFB2D9721D7BE546FB3F61EAE2()()main.jsf...B3F61EAE2 (line 34)
[Break on this error] var obj = $(this.POPUP_ID).nextSibling;
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: