I am using JSF2.0 Mojarra 2.0.2. I have a method that logs out a user and puts a logout message in the flash, forwards to the login page (which has a div that prints out the flash). However, when I u
Just a stupid beginner\'s question, which will be quickly solved, but I am curious. http://www.irian.at/myfacesexamples/home.jsf says:
Again i see that the @PostConstruct is firing every time even though no binding attribute is used. See this code :-
I am using Primefaces 2.0.1 but the FileUpload component is not working properly. It uses JQuery uploadify behind the scenes. This is my web.xml
I am using datatable on page and using binding attribute to bind it to my backing bean. This is my code :-
I have one page which uses <ui:insert> called master.xhtml which uses one managedbean named MasterBean.java and its of viewScoped. It calls webservice and has all useful data which will be usefu
In JSF, we can bind 开发者_Go百科HtmlDataTable to backing bean and get the row data. But ui:repeat doesn\'t even have a binding attribute. So, how do I know which row (element) is clicked in ui:repeat
I have been involved in JSF + Facelets dev for a month or so. I used composition, insert, define and other tags from facelets. I am finding it difficult to understand what facelets really give me? Wha
I have a requirement to allow a user to embed JSP pages into my website...I\'m using IceFaces/Facelets to do the navigation menus etc. and would like to include a JSP page using ui:i开发者_如何学Goncl
I\'m just starting to work with JSF and Facelets and I\'ve put together a very simple page that is just taking a template from another file and inserting some text (just to show that it pulls informat