I have the follwing code inside a facelet page: <h:inputNumber value=\"bean.property\"> <f:convertNumber type=\"currency\" />
I have Richfaces application which I deploy to Glassfish v3. For many weeks (almost) everything works fine, but suddenly today a got following error. I have jsf-facelets-1.1.14.jar dependency in my po
I\'ve written a facelet, and a corresponding backing bean, that implements user management (addition, deletion and so on).
I have an开发者_StackOverflow issue with navigation in my simple jsf system. I have MainBean that has two methods: public String register() and public String login().
I\'m new to JSF and I would like to internationalize my web page so the web site visitor would be able to switch between languages by clicking on flag icons representing each locale.
I included this in my index.jsp JSF file: <%@ taglib prefix=\"ui\" uri=\"http://java.sun.com/jsf/facelets\"%>
I am new to JSF and I am trying to display a JSF2 component with ui:include <ui:include src=\"myComponent.xhtml\">
I\'m working and learning about JSF + Facelets these days. I have a BackingBean and a Facelet xHTML page. When I request the facelet-page (only one time) the backing-bean-method is called multiple tim
For a web application I make use of JSF 1.2 and Facelets. The problem is that we now do the initialisation via a singleton pattern and that takes about 5-15 seconds because it read in data files (we
I\'d like to know which is the best way to use JBoss richFaces (3.3.2) with SUN RI jsf implementation (1.2) under RAD 7.5 and WAS 7.0, with facelets. We inverted class loader policy at the application