Context « IceFaces « JSF Q&A





1. Generating a Faces Context manually    stackoverflow.com

I have two systems I'm trying to integrate. One is built on raw servlets, the new one is build on JSF with IceFaces. I'm trying to facilitate cross-system sign on. The ...

2. How can i extend my Persistence Context into the Web-Module with Hibernate and JSF    stackoverflow.com

I'm working on a web application with ejb3 and jsf. I want to manipulate jpa entities in my jsf managed beans. Normaly when i use my entities in my managed beans ...

3. Seam + Icefaces; problems with PAGE context    seamframework.org

6. Context sensitive help    icefaces.org

7. can't find javax.faces.context.FacesContextFactory    icefaces.org

My 2 cents would be that you need to check if you have included the dependencies ICEfaces need so that it runs on your Weblogic server.. they are in the iceface/lib directory and you must copy them to your WEB_INF/lib to include them in your JAR. A list of the dependencies needed for each server can be found in this page ...

9. session expired + cannot find faces context    icefaces.org

2009-10-13 05:05:32 StandardWrapperValve[Persistent Faces Servlet]: Servlet.service() for servlet Persistent Faces Servlet threw exception javax.servlet.ServletException: Session expired at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:34) at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:41) at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:18) at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:48) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at ...





10. ice:panelTabSet is not found in the faces context    icefaces.org

public static final String tabName = "validationForm:tabSet:0:"; selectOneMenu.addValidator( new TimestampFromToValidator() ); selectOneMenu.getAttributes().put( timeFromId, tabName + timeFromId ); ... String timeFromAttribute = (String) component.getAttributes().get( timeFromId ); UIInput timeFromInput = (UIInput) context.getViewRoot().findComponent( timeFromAttribute ); String sTimeFrom = (String) timeFromInput.getValue();

11. facelets context param    icefaces.org

12. Too many contexts being started    icefaces.org

16. Context ClassLoader issue with server initiated rendering    icefaces.org

Hi, I'm currently setting up a small web app with icefaces, and I run into a problem with server initiated rendering. My problem is that the rendering with a bad classloder as context class loader, so the call to FactoryFinder.getFactory(FactoryFinder.APPLICATION_FACTORY) in BridgeFacesContext result in an IllegalStateException with MyFaces (and an NPE in BridgeFacesContext with Sun JSF RI). Tracking after the problem, ...





18. No Active Application Context    icefaces.org

22. Submiting form outside jsf context    icefaces.org

25. Managing view-level context    icefaces.org

Hi. I need to manage context at a level that sits somewhere between the request and the session. This is something that would allow me - among the other things - to present a consistent navigation experience to a user that is roaming around my application through different tabs of the same browser. A view-level context is ideal, since each new ...

26. Problem with javascript context    icefaces.org

28. IceFaces and Liferay Context    liferay.com