1 Reply Latest reply on Dec 10, 2012 10:55 AM by cdollar393

    fieldset tag with a4j action causes tomcat warning [org.apache.tomcat.util.http.Parameters] Parameters: Invalid chunk ignored.

    cdollar393

      My environment is:

      JBoss 6.1.0 Final

      RF 4.2.3 Final

      Mojarra 2.1.14

       

      I'm working on migrating a project from JSF1.2/RF3 to JSF2/RF4 and am noticing some issues when a form is submitted with an a4j:command* and the form contains a <fieldset> tag. Basically each <fieldset> that is in the form that is submitted results in a

      [org.apache.tomcat.util.http.Parameters] Parameters: Invalid chunk ignored.

      warning being logged. If I change the a4j:command* to an h:command* the tomcat warnings go away, so I assume this is an issue with RF and how it encodes requests?

       

      Here's a screenshot from firebug showing the "undefined" param that is getting passed in the request.

      a4j.png

       

      I know I can filter out the messages from my logs, but I'd prefer a better solution.

       

      Anyone noticed this before or have any ideas?

       

      Thanks!

      Chris