weblogic « RichFaces « JSF Q&A





1. Richfaces 3.x under weblogic 8.1    stackoverflow.com

I have been developing a small project meant to run under weblogic 8.1. Richfaces according to documentation states that it supports weblogic 8.1. Weblogic 8.1 uses servlet specification 2.3 with jsp 1.2 This has ...

2. Skin problem with richfaces on Weblogic 10.3    stackoverflow.com

I have a big problem with richfaces and weblogic 10.3. I use seam 2.2.0 on weblogic for my project. All jsf and richfaces fonctionnalities work fine except one. The skin doesn't work, nothing ...

3. ELResolver cannot handle a null base Object - Weblogic 10.3.x, Facelets 1.1.14, RichFaces 3.3.2    stackoverflow.com

I'm having trouble using RichFaces 3.3.2 and Facelets 1.1.14 under Weblogic 10.3.4 and 10.3.5 (aka 11g). I have an xhtml file with the expression #{empty messages}, and on the console I ...

4. RichFaces on Weblogic 9.2.1    stackoverflow.com

I´ve tried deploy an application on Weblogic 9.2.1 and I´ve received this error:

org.richfaces.component.html.HtmlSubTable
javax.faces.FacesException: javax.faces.FacesException: Cant instantiate class: org.richfaces.component.html.HtmlSubTable.
        at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:545)
     ...

5. Using RichFaces 4 in a JSF 2.0 application running on Weblogic 10.3.3    stackoverflow.com

I have a big issue regarding richfaces 4. I don't have any error deploying my project on Weblogic 10.3.3 application server, but the rich components are not rendedered. I have copied ...