You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2009/11/07 17:05:12 UTC

error: compont with id[...] not found in view tree

Hi,
we tried to use <s:inputSuggestAjax>, but got error: 
   compont with id[...] not found in view tree.
 
Exception thrown during phase-listener execution: org.apache.myfaces.custom.ajax.api.ComponentNotFoundException: Component with id [bean:j_id_jsp_1183831163_1pc11:0::header:j_id_jsp_30699160_1pc33:3:group:0:value:j_id_jsp_2095925274_33pc34] not found in view tree.
 
org.apache.myfaces.custom.ajax.api.AjaxDecodePhaseListener.decodeAjax(AjaxDecodePhaseListener.java:134)
org.apache.myfaces.custom.ajax.api.AjaxDecodePhaseListener.handleAjaxRequest(AjaxDecodePhaseListener.java:118)
org.apache.myfaces.custom.ajax.api.AjaxDecodePhaseListener.beforePhase(AjaxDecodePhaseListener.java:100)
com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:214)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:96)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
org.apache.myfaces.custom.ppr.PPRLifecycleWrapper.execute(PPRLifecycleWrapper.java:68)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:368)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)

 
we googled but found nothing about it.
 
Environment: jsf  ri 1.2,  tomahawk12-1.1.9,  sandbox:  sandbox12-1.1.9-snapshot
 
Is it conflicting with ajax4jsf that we are using?
 
Thanks for help.
 
Dave