Stack « IceFaces « JSF Q&A





1. Need Help Defining/Understanding the JEE "Stack"    stackoverflow.com

LAMP is a stack defined from left to right (bottom to top) as Linux/Apache/MySQL/PHP or generically you can look at it as Operating System/Web Server/Database/Scripting Language. In the generic form you ...

2. Iceface Panel Stack is inefficient    stackoverflow.com

I have a web applciation developed using Iceface (1.8). I am using PanelStack to show the clicked node on the tree but I have relialised that using Panelstack slows the speed ...

4. Stange STACK TRACE on icefaces 1.8.2a    icefaces.org

Hi Guys, this problem appears only in production system and I 'm not able to re-product. I try to give you all informations and hope anuone could help me to understand iff it's a network problem or my application fail... I try and re-try tons of time without any problem but if I check the log of application I see: Code: ...

5. stack overflow when deploying a .war    icefaces.org

When I deploy my application (into GlassFish v2 b19) I get this output in server.log: [#|2006-11-16T19:02:23.147+0100|SEVERE|sun-appserver-pe9.1|javax.enterprise.system.container.web|_ThreadID=12;_ThreadName=Timer-3;_RequestID=9b44cc24-bde3-4624-9f8f-c6575f75b8e9;|WebModule[/Planning]PWC1275: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.StackOverflowError at java.lang.ThreadLocal.get(ThreadLocal.java:128) at com.sun.faces.config.ConfigureListener.getExternalContextDuringInitialize(ConfigureListener.java:318) at com.sun.faces.application.ApplicationAssociate.(ApplicationAssociate.java:142) at com.sun.faces.application.ApplicationImpl.(ApplicationImpl.java:136) at com.sun.faces.application.ApplicationFactoryImpl.getApplication(ApplicationFactoryImpl.java:96) at com.sun.faces.util.MessageFactory.getApplication(MessageFactory.java:214) at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:101) at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:80) at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:274) at com.sun.faces.application.ApplicationAssociate.(ApplicationAssociate.java:144) at com.sun.faces.application.ApplicationImpl.(ApplicationImpl.java:136) at com.sun.faces.application.ApplicationFactoryImpl.getApplication(ApplicationFactoryImpl.java:96) (......) at com.sun.faces.util.MessageFactory.getApplication(MessageFactory.java:214) at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:101) at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:80) at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:274) ...

6. Nested Panel Stack giving exceptions    icefaces.org

Code: Users ...

8. Dynamicly populating panel stack ?    icefaces.org

9. sessionId problem in Acegi, Facelets, Glassfish stack    icefaces.org

I tried to get Acegi running with the backing bean implementation (1, 2) in ICEfaces 1.6.1 that worked in other JSF implementations without a problem. When the authenticate() of the AuthenticationController tries to create a WebAuthenticationDetails object the constructor tries to get a session from the request parameter. This delivers null, even if the request.getSession(true) is used (the default Acegi implementation ...





10. Construction of stack panel?    icefaces.org

11. problems with panel stack and sub view    icefaces.org

<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice" %> ICEfaces, Ajax for Java EE ...