[JBoss JIRA] Created: (RF-9027) Log: Parameters Invalid chunk ignored
by Pavol Pitonak (JIRA)
Log: Parameters Invalid chunk ignored
-------------------------------------
Key: RF-9027
URL: https://jira.jboss.org/browse/RF-9027
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone1
Environment: JBoss 4.0.0.M4, Tomcat 6
Reporter: Pavol Pitonak
When an a4j:log is placed inside h:form, a warning appears in Tomcat and JBoss' log:
WARN [org.apache.tomcat.util.http.Parameters] Parameters: Invalid chunk ignored.
<h:form id="myForm">
<h:inputText id="input" value="#{a4jAjaxBean.input}"/>
<a4j:commandButton id="commandButton" value="Submit" execute="@form" render="output"/>
<h:outputText id="output" value="#{a4jAjaxBean.input}"/>
<a4j:log/>
</h:form>
See attached image for where request parameters are displayed in Firebug.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months