You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dave (JIRA)" <de...@myfaces.apache.org> on 2009/11/09 03:21:32 UTC

[jira] Created: (TOMAHAWK-1466) compontent with id not found error

<s:inputSuggestAjax>  compontent with id not found error
--------------------------------------------------------

                 Key: TOMAHAWK-1466
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1466
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: InputSuggestAjax
    Affects Versions: 1.1.9
         Environment: Jboss 5.1.0GA,  Tomahawk12 1.1.9,  Sandbox12 1.1.9 snapshot, Richfaces 3.3.1, jsf ri 1.2_12
            Reporter: Dave



		<s:inputSuggestAjax suggestedItemsMethod="#{bean.getItems}" 
		        itemLabelMethod="#{bean.getItemLabel}"
		        value="#{bean.value}">
		    <f:converter converterId="myConverter"/> 
		</s:inputSuggestAjax>

The <s:inputSuggestAjax> is put under multiple levels of subviews and <t:dataList>. We got the following exception. It seems that it is a component searching issue by id.

09:53:22,824 ERROR [AjaxDecodePhaseListener] Component with id [bean:j_id_jsp_1183831163_1pc11:0:head:j_id_jsp_30699160_1pc33:3:group:0:pv:j_id_jsp_2095925274_33pc34] not found in view tree.
09:53:22,827 WARNING [lifecycle] JSF1053: (Listener: org.apache.myfaces.custom.ajax.api.AjaxDecodePhaseListener.beforePhase(), Phase ID: APPLY_REQUEST_VALUES 2,  View ID: /manage.jsp) Exception thrown during phase-listener execution: org.apache.myfaces.custom.ajax.api.ComponentNotFoundException: Component with id [bean:j_id_jsp_1183831163_1pc11:0:head:j_id_jsp_30699160_1pc33:3:group:0:pv:j_id_jsp_2095925274_33pc34] not found in view tree.
09:53:22,829 WARNING [lifecycle] 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)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
....


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.