1. How to layout beans for single page design stackoverflow.comHey guys. I'm designing a site that uses the Icefaces framework. I've been reading a book called Real World Java EE patterns. I'm kind of confused how to ... |
2. Inject a row (tr) in an ICEFaces dataTable stackoverflow.comMy problem is quite simple: I must add an accordion to each record in |
3. Problem with EJB injection icefaces.orgHi All, We are using a backing bean in our application which injects an EJB reference which we use for making database queries. We make 3 database calls, 2 for fetching and 1 for update(which is called after the user has made modifications to the row) The ejb reference works fine for the first 2 calls and we are able to ... |
4. EJB3 injection: how to icefaces.org |
5. SelectOneMenu and managed-bean dependency-injection... icefaces.org1: The solution is to use a Converter. Please see this forum post to get the idea: http://www.icefaces.org/JForum/posts/list/11630.page 2: Having a managed bean directly as a value for an |
6. problem with EJB3/Resource injection icefaces.orgI installed icesfaces on glassfish and try to make the injection working. Many tests with icesfaces 1.6 and 1.7 and never can get the injection working, always getting null. My project is a simple war and I even tested with a ear to figure out what can be wrong. In the IceFaces documentation it is explained that JSF must be 1.1.... ... |
7. Problem with EJB Injection in Managed Bean icefaces.orgI'm trying to use an @EJB annotation in a backing bean. When the page that references the bean renders, It throws the following: May 5, 2008 5:34:26 PM com.sun.faces.application.ApplicationAssociate createAndMaybeStoreManagedBeans SEVERE: JSF1001: Managedbean RequestBean could not be created. May 5, 2008 5:34:26 PM com.sun.faces.lifecycle.LifecycleImpl phase WARNING: executePhase(RENDER_RESPONSE 6,com.icesoft.faces.context.BridgeFacesContext@b2db5b) threw exception javax.faces.FacesException: Problem in renderResponse: javax.faces.FacesException: javax.naming.NameNotFoundException: Name org.ui.beans.RequestBean is not bound ... |
8. Managed bean never injected with @Resource icefaces.org |
9. EJB Injection Stops Working After Adding ICEFaces icefaces.orgI am using MyEclipse 6.0.1, ICEFaces 1.7.1, and Sun Application Server 9.1 (Glassfish v2). I have a simple EAR with an EJB-Jar with one session bean, and a WAR with one page and one managed session bean that uses injection to get an instance of the session EJB. When I add ICEFaces capabilities to my web project, and deploy the EAR, ... |