<h:selectOneMenu id=\"queueSelectMenu\" styleClass=\"selectOneMenue-style\" tabindex=\"1\" value=\"#{reworkQueueMB.queueType}\" onselect=\"alert(\'2\');\" >
I know there are a number of posts about convert开发者_运维技巧ing empty string to null in JSF2. The usual prescription is to add the following to web.xml.
I\'m new to jsf 2.0 and spring 3.0 , i have a requirement to use custom converter in jsf 2.0.But it is not recognized,when i access my xhtml page it is 开发者_Go百科showing an exception
It would seem that the following are equivalent: FacesContext.getCurrentInstance开发者_Go百科().getApplication().getNavigationHandler().handleNavigation(\"/index.xhtml?faces-redirect=true\");
With a new JSF 2.0 app created in NetBeans 6.9.1 this error message appears in the log file on startup on the production server:
i am getting below exception while compiling manually generated managed managed bean java files(JSF2 with annotations),
My main question is : Is there a \"good practice\" to serve binary files (PDF, docs, etc) using JSF 2 with CDI, and using bookmarkable URLs ?
Consider the following backing bean: import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped;
my back bean method is not called when i execute the following code, hope i will get the solution. <rich:panel style=\"width: 750px\" header=\"Manage Content\">
I had configured JSF 1.2 successfully to display English error messages that come from the server. Now I was making the transition to JSF 2.0, but the error messages seem to be back to German. Localiz