THIS PROBLEM IS ALREADY SOLVED开发者_运维技巧 IN THE MYFACES 2.1 IMPLEMENTATION I have a link which passes an Integer parameter properly like this:
Let\'s say I have this action in a JSF Managed Bean: public String doSomething() { FacesContext.getCurrentInstance().getExternalContext().getFlash().put(\"msg\", \"Something was done successfully\");
I have a couple of questions about the way I call methods in EL. Maybe someone could explain how it actually works.
im currently creating a JSF composite-component with a method signature that can accept parameters. Here\'s the excerpt :
I have a composite component (collapsiblePanel). The component uses the \"collapsible\" bean to provide the toggle function. When I use the same component multiple times on a page, each instance of th
I have the following working code: <h:outputLabel value=\"Name:\" for=\"nameField\"/> <h:panelGroup>
I have been getting this error. I added id\'s to all the components and also changed the session scope after reading a few other suggestions on stackOverflow.
I\'ve searched and tried various things from around here and the web; prependId, using full id paths (:form:panelid:componentid kinda thing), and others.
In my application, I have a tree with various object types (sources, tables, etc). I\'d like to enable a context menu for the different types of object (add, delete, edit etc).
We are trying to build a modular jsf application. The application consists of a war file and several jar files. Each jar file contains .xhtml pages , associated beans and configuration files like face