Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.9
-
None
-
None
-
Jboss 5.1.0GA, Tomahawk12 1.1.9, Sandbox12 1.1.9 snapshot, Richfaces 3.3.1, jsf ri 1.2_12
Description
<s:inputSuggestAjax suggestedItemsMethod="#
{bean.getItems}"
itemLabelMethod="#
"
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)
....