I\'m migrating from weblogic (struts extension) to JSF2. I wonder how can I navigate form one bean action to anoth开发者_高级运维er bean action.
I deploy the showcase of primefaces under glassfish. When I open the page of Calendar. There is something wrong.
My JSF application redirects any user who is not logged in to the login page. When the user logs in, I want the application to redirect to the page the user has initially entered in the browser\'s adr
Im trying JSF2 CDI (weld) beans in eclipse helios instead of ManagedBeans, but can\'t do the auto completion inside the expression language for my Named beans (the #{myNamedBean.Ctrl+Space} thingy)
I am using JSF 2 and richfaces 3.3.3 for an application hosted on tomcat 6.0.20. The application crashes as soon as a request is made via the browser (Mozilla and IE).
I have a jsf snippet: <ui:composition xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:ui=开发者_如何学编程\"http://java.sun.com/jsf/facelets\">
Just a general question, open for discussion... I\'m very much liking JSF so far, I\'m new to it, but I prefer it to Struts. From a professionals standpoint, do you see a strong future for JSF ? Is i
I\'ve been playing around with JSF 2.0 composite components but I\'m a bit confused as to what the require attribute in the composite:attribute tag is meant to do.The documentation says that the requi
Mojarra Implementation of JSF 2 has the following context params: com.sun.faces.numberOfViewsInSession (default is 15)
Does anyone know a complete JSF 2.0 sample or open source application using JS开发者_如何学GoF 2.0 features (Facelets, Composite Component, Templates, Ajax, Navigation, etc.). Would be a good referenc