I am evaluating the possibility of using JSF in a high-traffic website. I am told that in JSF 2.0 the component tree is not stored in the session, and that only deltas are stored once the component tr
I have a form in JSF2 with 2 checkboxes (<h:selectBooleanCheckbox>). At least one of them should be checked. Both checked are also ok, but when none is checked, there should be error.
Anyone开发者_StackOverflow中文版 knows how to create a skeleton weld ear project (with js2 support) project for eclipse?
Question: will using FacesContext context = FacesContext.getCurrentInstance(); Bean bean开发者_如何学Go = (Bean) context.getApplication().evaluateExpressionGet(context, \"#{bean}\", Bean.class);
In my JSF file, I have a command button that looks like this: \'< h:commandButton value=\"Start.\" action=\'#{myBean.startIt}\'/>
I would like to be able to conditionally omit a footer from a PrimeFaces panel element: <p:panel header=\"some text\">
Today I\'d like to know some features on the JSF Lifecycle. Let me start : 1 - Phase 2:Apply request Values - During this phase,each component in the view will search for its values in the request an
While upgrading application to Jsf2.0 created in Spring3 and Jsf1.0 (myfaces), i am facing some issues mentioned below.
Edit: never mind! I\'m in the process of switching my project over from JSF 1.2 with Facelets to JSF 2 with Facelets. It looks like, in JSF 2, EL expressions in components that are not rendered are e
I\'ve just started reading through Core JavaServer Faces, 3rd Ed. and they say this (emphasis mine): It is a historical accident that there are two separate mechanisms, CDI beans