Top "Myfaces" questions

Apache MyFaces provides an implementation of the JSF specification ("MyFaces Core"), and a set of add-on libraries that work on any implementation of the specification.

JSF - How can I format my global messages in <h:messages> in a visually appealing way?

I'm not too familiar with using the <h:messages> element in JSF. What I'm trying to do is …

java css web-applications jsf myfaces
JSF datatable with binding with Session Scoped backing bean gets rendered again and again one every request

I have a XHTML page which on submission goes back to itself.The backing bean is session scoped. On the …

jsf-2 myfaces
Troubles Iterating Over A HashMap with JSF, MyFaces & Facelets

I'm having some trouble looping over a HashMap to print out it's values to the screen. Could someone double check …

java jsf facelets myfaces
MyFaces tomcat7:run goal cannot start ProtocolHandler "http-bio-8080"

I created a new MyFaces Project with the maven archetype HelloWorld 2.0 OpenWebBeans and tested it instantly with mvn clean -Dcontainer="…

tomcat maven deployment jsf-2 myfaces
MyFaces JSF impl with Glassfish 3.1 not working

I tried to use MyFaces impl of JSF 2 using Glassfish, but I've not been able to do so. I added …

jsf jsf-2 glassfish myfaces
ViewExpiredException when i use @ViewScoped

I have problem with my h:commandButton "Login": when I use @ViewScoped and push this button there is ViewExpiredException, but …

jsf jsf-2 myfaces view-scope viewexpiredexception
Icesfaces vs Myfaces vs Primefaces

I am starting out a new project that involves the use of JSF 2.0. From my initial reading, the Mojarra and …

jsf-2 richfaces primefaces icefaces myfaces
Passing action method names as arguments to facelets componenets

I am calling a template and am passing in parameters like below: <ui:include src="WEB-INF/Subviews/ProductEdit.xhtml"&…

jsf facelets myfaces
How to create conditions based on user role using JSF/MyFaces?

What options do I have to read the roles of the current user from my JSP pages? I'm aware of …

java jsp jsf myfaces tomahawk
Preserving JSF messages after a redirect

I have a JSF page (using MyFaces 2.0) that does a bit of data gathering the first time it is displayed. …

jsf jsf-2 myfaces