0 Replies Latest reply on Feb 7, 2012 6:43 AM by gifor

    Richfaces 3.3.3 and Weblogic 10.3.5

    gifor

      Hello,

      I have some problems deploying a Richfaces 3.3.3 webapplication on Weblogic + SOA Suite platform.

      When we call the first JSF page (index.xhtml) we get the error:

      javax.el.ELException: /index.xhtml: The class 'com.company.jsf.Login' does not have the property 'CheckValidUser'.

      This doesn't happen in Tomcat with the same WAR and we check the CheckValidUser method and it's presento on Login class.

      On another page we get:

      javax.el.ELException: Function 'rich:component' not found

      Maybe some collision with a JSF version in WLS?

      Any suggestions?