I'm not receiving any exceptions. I'm getting the following in my logs:
******************* Loading The Page *******************
03 Aug 2006 10:42:56,301 - DEBUG - LifecycleImpl.restoreView(100) | entering
restoreView in org.apache.myfaces.lifecycle.LifecycleImpl
03 Aug 2006 10:42:56,301 - DEBUG - JspStateManagerImpl.restoreView(281) |
Entering restoreView
03 Aug 2006 10:42:56,301 - DEBUG -
JspStateManagerImpl.restoreTreeStructure(233) | Entering
restoreTreeStructure
03 Aug 2006 10:42:56,301 - DEBUG -
JspStateManagerImpl.restoreTreeStructure(244) | Exiting restoreTreeStructure
- No tree structure state found in client request
03 Aug 2006 10:42:56,317 - DEBUG - JspStateManagerImpl.restoreView(296) |
Exiting restoreView
03 Aug 2006 10:42:56,317 - DEBUG - JspViewHandlerImpl.createView(144) |
Created view /wikiForm.xhtml
03 Aug 2006 10:42:56,317 - DEBUG - LifecycleImpl.shouldRenderResponse(422) |
exiting from lifecycle.execute in restoreView because getRenderResponse is
true from one of the after listeners
03 Aug 2006 10:42:56,317 - DEBUG - LifecycleImpl.render(368) | entering
renderResponse in org.apache.myfaces.lifecycle.LifecycleImpl
03 Aug 2006 10:42:56,317 - DEBUG - HtmlInputTextAjaxRenderer.encodeEnd(74) |
encodeEnd in HtmlInputTextAjaxRenderer
03 Aug 2006 10:42:56,317 - WARN - HtmlResponseWriterImpl.endElement(225) |
HTML nesting warning on closing button: element input rendered by component
: {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:
/wikiForm.xhtml][Class:
org.apache.myfaces.custom.inputAjax.HtmlInputTextAjax,Id: text2]} not
explicitly closed
03 Aug 2006 10:42:56,332 - DEBUG - DebugUtils.traceView(142) | View after
rendering
========================================
<UIViewRoot id="NULL" family="javax.faces.ViewRoot" locale="us"
renderKitId="HTML_BASIC" rendered="true" rendererType="NULL"
rendersChildren="false" transient="false" viewId="/wikiForm.xhtml">
<org.apache.myfaces.custom.inputAjax.HtmlInputTextAjax id="text2"
com.sun.facelets.MARK_ID="327a6bc8"
com.sun.facelets.APPLIED="[EMAIL PROTECTED]"
accesskey="NULL" alt="NULL" autocomplete="NULL" cancelText="NULL"
converter="NULL" dir="NULL" disabled="false" disabledOnClientSide="false"
displayValueOnly="false" displayValueOnlyStyle="NULL"
displayValueOnlyStyleClass="NULL" enabledOnUserRole="NULL" errorStyle="NULL"
errorStyleClass="NULL" family="javax.faces.Input" immediate="false"
lang="NULL" localValue="NULL" localValueSet="false" maxlength="-2147483648"
okText="NULL" onFailure="NULL" onStart="NULL" onSuccess="NULL" onblur="NULL"
onchange="NULL" onclick="NULL" ondblclick="NULL" onfocus="NULL"
onkeydown="NULL" onkeypress="NULL" onkeyup="NULL" onmousedown="NULL"
onmousemove="NULL" onmouseout="NULL" onmouseover="NULL" onmouseup="NULL"
onselect="NULL" readonly="false" rendered="true"
rendererType="org.apache.myfaces.InputTextAjax" rendersChildren="false"
required="false" setDisplayValueOnly="false" showCancelButton="true"
showOkButton="true" size="-2147483648" style="NULL"
styleClass="myFacesInputSuggestAjax" submittedValue="NULL" tabindex="NULL"
title="NULL" transient="false" valid="true" validator="NULL"
value="#{inputAjaxBean.text1}" valueChangeListener="NULL"
visibleOnUserRole="NULL">
<org.apache.myfaces.custom.inputAjax.SampleValueChangeListener/>
</org.apache.myfaces.custom.inputAjax.HtmlInputTextAjax>
<html.ext.HtmlMessage id="_id2" com.sun.facelets.MARK_ID="327a6bde"
com.sun.facelets.APPLIED="[EMAIL PROTECTED]"
detailFormat="NULL" enabledOnUserRole="NULL" errorClass="NULL"
errorStyle="NULL" family="javax.faces.Message" fatalClass="NULL"
fatalStyle="NULL" for="text2" forceSpan="true" infoClass="NULL"
infoStyle="NULL" rendered="true" rendererType="org.apache.myfaces.Message"
rendersChildren="false" replaceIdWithLabel="false" showDetail="true"
showSummary="false" style="color:red; font-weight:bold;" styleClass="NULL"
summaryFormat="NULL" title="NULL" tooltip="false" transient="false"
visibleOnUserRole="NULL" warnClass="NULL" warnStyle="NULL"/>
</UIViewRoot>
========================================
03 Aug 2006 10:42:56,332 - DEBUG - LifecycleImpl.render(400) | exiting
renderResponse in org.apache.myfaces.lifecycle.LifecycleImpl
03 Aug 2006 10:42:56,332 - DEBUG - ReducedHTMLParser.parse(430) | DOCTYPE
found at line 1
03 Aug 2006 10:43:20,160 - DEBUG - ManagerBase.processExpires(676) | Start
expire sessions StandardManager at 1154616200160 sessioncount 1
03 Aug 2006 10:43:20,160 - DEBUG - ManagerBase.processExpires(685) | End
expire sessions StandardManager processingTime 0 expired sessions: 0
************** After Clicking The Button *******************
03 Aug 2006 10:44:43,158 - DEBUG -
ServletExternalContextImpl.lookupCharacterEncoding(167) | Incoming request
has Content-Type header without character encoding:
application/x-www-form-urlencoded
03 Aug 2006 10:44:43,158 - DEBUG - LifecycleImpl.restoreView(100) | entering
restoreView in org.apache.myfaces.lifecycle.LifecycleImpl
03 Aug 2006 10:44:43,158 - DEBUG - JspStateManagerImpl.restoreView(281) |
Entering restoreView
03 Aug 2006 10:44:43,174 - DEBUG -
JspStateManagerImpl.restoreTreeStructure(233) | Entering
restoreTreeStructure
03 Aug 2006 10:44:43,174 - DEBUG -
JspStateManagerImpl.restoreTreeStructure(244) | Exiting restoreTreeStructure
- No tree structure state found in client request
03 Aug 2006 10:44:43,174 - DEBUG - JspStateManagerImpl.restoreView(296) |
Exiting restoreView
03 Aug 2006 10:44:43,174 - DEBUG - JspViewHandlerImpl.createView(144) |
Created view /wikiForm.xhtml
03 Aug 2006 10:44:43,174 - DEBUG - LifecycleImpl.shouldRenderResponse(422) |
exiting from lifecycle.execute in restoreView because getRenderResponse is
true from one of the after listeners
03 Aug 2006 10:44:43,174 - DEBUG - LifecycleImpl.render(368) | entering
renderResponse in org.apache.myfaces.lifecycle.LifecycleImpl
03 Aug 2006 10:44:43,174 - DEBUG - HtmlInputTextAjaxRenderer.encodeEnd(74) |
encodeEnd in HtmlInputTextAjaxRenderer
03 Aug 2006 10:44:43,174 - WARN - HtmlResponseWriterImpl.endElement(225) |
HTML nesting warning on closing button: element input rendered by component
: {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:
/wikiForm.xhtml][Class:
org.apache.myfaces.custom.inputAjax.HtmlInputTextAjax,Id: text2]} not
explicitly closed
03 Aug 2006 10:44:43,190 - DEBUG - DebugUtils.traceView(142) | View after
rendering
========================================
<UIViewRoot id="NULL" family="javax.faces.ViewRoot" locale="us"
renderKitId="HTML_BASIC" rendered="true" rendererType="NULL"
rendersChildren="false" transient="false" viewId="/wikiForm.xhtml">
<org.apache.myfaces.custom.inputAjax.HtmlInputTextAjax id="text2"
com.sun.facelets.MARK_ID="327a6bc8"
com.sun.facelets.APPLIED="[EMAIL PROTECTED]"
accesskey="NULL" alt="NULL" autocomplete="NULL" cancelText="NULL"
converter="NULL" dir="NULL" disabled="false" disabledOnClientSide="false"
displayValueOnly="false" displayValueOnlyStyle="NULL"
displayValueOnlyStyleClass="NULL" enabledOnUserRole="NULL" errorStyle="NULL"
errorStyleClass="NULL" family="javax.faces.Input" immediate="false"
lang="NULL" localValue="NULL" localValueSet="false" maxlength="-2147483648"
okText="NULL" onFailure="NULL" onStart="NULL" onSuccess="NULL" onblur="NULL"
onchange="NULL" onclick="NULL" ondblclick="NULL" onfocus="NULL"
onkeydown="NULL" onkeypress="NULL" onkeyup="NULL" onmousedown="NULL"
onmousemove="NULL" onmouseout="NULL" onmouseover="NULL" onmouseup="NULL"
onselect="NULL" readonly="false" rendered="true"
rendererType="org.apache.myfaces.InputTextAjax" rendersChildren="false"
required="false" setDisplayValueOnly="false" showCancelButton="true"
showOkButton="true" size="-2147483648" style="NULL"
styleClass="myFacesInputSuggestAjax" submittedValue="NULL" tabindex="NULL"
title="NULL" transient="false" valid="true" validator="NULL"
value="#{inputAjaxBean.text1}" valueChangeListener="NULL"
visibleOnUserRole="NULL">
<org.apache.myfaces.custom.inputAjax.SampleValueChangeListener/>
</org.apache.myfaces.custom.inputAjax.HtmlInputTextAjax>
<html.ext.HtmlMessage id="_id2" com.sun.facelets.MARK_ID="327a6bde"
com.sun.facelets.APPLIED="[EMAIL PROTECTED]"
detailFormat="NULL" enabledOnUserRole="NULL" errorClass="NULL"
errorStyle="NULL" family="javax.faces.Message" fatalClass="NULL"
fatalStyle="NULL" for="text2" forceSpan="true" infoClass="NULL"
infoStyle="NULL" rendered="true" rendererType="org.apache.myfaces.Message"
rendersChildren="false" replaceIdWithLabel="false" showDetail="true"
showSummary="false" style="color:red; font-weight:bold;" styleClass="NULL"
summaryFormat="NULL" title="NULL" tooltip="false" transient="false"
visibleOnUserRole="NULL" warnClass="NULL" warnStyle="NULL"/>
</UIViewRoot>
========================================
03 Aug 2006 10:44:43,190 - DEBUG - LifecycleImpl.render(400) | exiting
renderResponse in org.apache.myfaces.lifecycle.LifecycleImpl
03 Aug 2006 10:44:43,190 - DEBUG - ReducedHTMLParser.parse(430) | DOCTYPE
found at line 1
03 Aug 2006 10:45:20,220 - DEBUG - ManagerBase.processExpires(676) | Start
expire sessions StandardManager at 1154616320220 sessioncount 1
03 Aug 2006 10:45:20,220 - DEBUG - ManagerBase.processExpires(685) | End
expire sessions StandardManager processingTime 0 expired sessions: 0
--
View this message in context:
http://www.nabble.com/Getting-page%27s-html-as-AJAX-response-from-inputAjaxText-tf2045845.html#a5633912
Sent from the MyFaces - Users forum at Nabble.com.