I implemented internationalization into my JSF app as described here. But I encountered a problem: When I change the locale all the texts on my page change. But then if I click a navigation-link to g
I have a situation where when a user selects a language from a drop down, I want the the application locale to 开发者_如何学Pythonchange accordingly. Capturing locale is not difficult, but how to set
I have a login page in a web application project: <h:form> <h:messages /> <h:inputText label=\"Usern开发者_Go百科ame\" value=\"#{login.username}\" required=\"true\" />
We are seeing odd behavior with JSF inputs that we dont see on regular html input fields. The field is a search box, and users will commonly swipe the mouse across the field to highlight all existing
Ajax call performed in order to remove item from shopping cart - removeOrder() method is called UI removeOrder() call(JSF&Primefaces):
I have problems understanding how to use selection in JSF 2 with POJO/entity effectively. For example, I\'m trying to select a Warehouse entity via the below dropdown:
Is there any way to check declaratively whether an enum has a specified value. For example: <h:graphicImage name=\"error.png\" library=\"images\"
It is possible to inject entity manager (or its factory) into jsf managed bean using @PersistenceContext (or @PersistenceUnit)?
I\'m trying to use JasperReports in my JSF 2.开发者_JAVA百科0 application. I\'m using NetBeans 6.9.1, mojarra 2.0.3, and PrimeFaces 2.2.RC2 as well.I\'ve developed a trial report in iReport 3.7.6. I\'
I am currently running my web application in JSF 2.0, It also is using Primefaces 2.2RC2. I know that primefaces gives you the ability to have editable rows, but for my project I would prefer if a us