scope « JSF « Spring Q&A





1. java.lang.IllegalStateException - No Scope registered for scope 'request' with jsf    forum.springsource.org

Hi I am trying access a bean in request scope in JSF web application.I am getting the following error. Code: java.lang.IllegalStateException: No Scope registered for scope 'request' at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:295) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) ...