-
JSF Bean in session scope while using Ajax4JSF (0 messages)
- Posted by: Arvind Patil
- Posted on: May 25 2007 06:52 EDT
Hi, I am using JSF (Apache MyFaces Implementation) and Ajax4JSF framework for ajax facility. What the problem I am facing is whenever I want to have "ajax" facility for JSF pages, JSF Backing Bean needs to placed under "session" scope. So whether we require all the attributes of perticular bean are not... I am bound to put Bean instance in session scope. So is there any way out for this issue?