if i want to bind the value-attribute of a h:selectmanycheckbox to a map, with the ri of the jsf 2.0.3 i would do something like the following
I\'ve been literally struggling with this, although there are tons of tutorials on the topic. I\'m testing the functionality of the h:dataTable component in JSF 2.0. I have the following list:
This is 开发者_开发技巧from the Primefaces docs: Button Icons An icon on a button is displayed using
I\'m trying to implement proper logout for my Java EE / JSF2 appl开发者_如何学Goication. It requires two things:
I have this working code in my webapp: <h:button value=\"Edit user...\" outcome=\"/public/user\" >
I have got Controller-ManagedBeans and Model-ManagedBeans (like MVC-Pattern). Here my Controller: @ManagedBean
I have a JavaEE6-application running on Glassfish v3.0.1 with EJB 3.1 (app is packaged as WAR), and all my EJBs are @LocalBeans.
Recently I\'ve been playing around with JSF2.0+Richface 3.3.3, I\'m using STS as my IDE and Maven to build my project, but somehow I can\'t get the following JSF2.0 tags to work:
I have a a4j:commandButton which is supposed to redirect me to an appropriate \"Edit\" page based on an Id, which I wanted to pass as a parameter, something like this:
I\'m having trouble redirecting from a view scoped bean in the case that we don\'t have the required info for the page in question. The log entry in the @PostContruct is visible in the log right befor