Inject « IceFaces « JSF Q&A





1. How to layout beans for single page design    stackoverflow.com

Hey 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.com

My problem is quite simple: I must add an accordion to each record in ice:dataTable without using a panelGrid (to preserve alignments). My current table is made of 10 columns with header ...

3. Problem with EJB injection    icefaces.org

Hi 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.org

1: 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 probably doesnt work and would be a step too much in refactoring to having multiple beans per scope. If loggedCompany is really needed in the session scope it still makes sense ...

6. problem with EJB3/Resource injection    icefaces.org

I 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.org

I'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 ...

9. EJB Injection Stops Working After Adding ICEFaces    icefaces.org

I 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, ...