inplaceSelect: JS Error in IE6-7
--------------------------------

                 Key: RF-5478
                 URL: https://jira.jboss.org/jira/browse/RF-5478
             Project: RichFaces
          Issue Type: Bug
         Environment: 3.3.0.CR1, IE6-7
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


Line: 213
Char: 3
Error: object doesn't support this property or method
Code: 0
URL: 
http://192.168.0.159:8080/facelets/pages/main.jsf;jsessionid=5FB2436371CA4792102733259401BFAC

<ui:composition xmlns="http://www.w3.org/1999/xhtml"; 
      xmlns:ui="http://java.sun.com/jsf/facelets"; 
      xmlns:h="http://java.sun.com/jsf/html"; 
      xmlns:f="http://java.sun.com/jsf/core"; 
      xmlns:a4j="http://richfaces.org/a4j"; 
      xmlns:rich="http://richfaces.org/rich";> 

<html> 
<body> 
<h:form> 
<rich:inplaceSelect> 
<f:selectItem itemLabel="1" itemValue="1" /> 
<f:selectItem itemLabel="2" itemValue="2" /> 
<f:selectItem itemLabel="3" itemValue="3" /> 
<f:selectItem itemLabel="4" itemValue="4" /> 
</rich:inplaceSelect> 
</h:form> 

</body> 
</html> 
</ui:composition> 

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to