JSF - Não biding componente panel na página jsf

0 respostas
A

Estou desenvolvimento um site em jsf , com jsf 1.1 e myfaces juntos , o código no servidor tomcat local em llinux funciona corretamente , mas no servidor remoto em linux tb o jsf não consegue fazer o biding da propriedade e nem carrega o bean. O meu Backing Bean é carregado pelo proprio faces-config.xml. Dá o seguinte erro:

at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:355)

caused by: javax.servlet.ServletException: javax.servlet.jsp.JspException: Base is null: InscricaoLivreBean

at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:774)

caused by: javax.faces.el.PropertyNotFoundException: Base is null: InscricaoLivreBean

at org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:455)

at org.apache.myfaces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:242)

at org.apache.myfaces.application.ApplicationImpl.createComponent(ApplicationImpl.java:433)

at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1009)

at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)

at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)

at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)

at com.sun.faces.taglib.html_basic.PanelGroupTag.doStartTag(PanelGroupTag.java:98)
Criado 12 de agosto de 2009
Respostas 0
Participantes 1