I have a strange effect on my JSF2/richfaces 4 project. I use a viewscoped bean and a datascroller to view some data from my backing bean. The bean is viewscoped and to pass the figureId parameter I f
I recently read this article from Neil Griffin Making Distinctions Between Different Kinds of JSF Managed-Beans and it got me thinking about the distinction between different beans in my own applicati
imagine there is BeanA bound to ViewA.xhtml and BeanB bound to ViewB.xhtml. BeanA and BeanB are backing beans with just one attribute per bean: \"Object obj;\" with getters and setters.
I\'m mostly working with legacy code in a JSF based project and there are lots of quite long classes and methods in backing beans.
I\'m working on a JSF project on Weblogic 11g, and our initial design is calling for JSF Backing Beans to invoke EJB3.0 beans to perform business logic开发者_运维百科 and data access calls. The @EJB a
I am currently making a Facelets page with JSF2.0 and I am using Primefaces to make it look fancy :D. But I have a problem which I can\'t seem to solve. The idea behind my page is the following : I ha
I\'m working on JSF1.2 + EJB3.0 + Websphere 7.0.0.3. The whole business logic layer and Data layer (EJB 3.0) are tested and work successfully from the beginning. After I integrated JSF1.2, I got these
i have one component as below,which is binded by HtmlSelectManyCheckbox, <h:selectManyCheckbox id=\"chk_weekdays\"
I\'m getting deeper into JSF 2.0 at the moment and lacking a bit of understanding about the \"transport\" of managed bean properties from one vie开发者_Python百科w to the other. I searched a bit but h
This question already has answers here: commandButton/commandLink/ajax action/listener method not invoked or input value not set/updated