select: submit fails with "Invalid chunk ignored" warning
---------------------------------------------------------

                 Key: RF-9604
                 URL: https://jira.jboss.org/browse/RF-9604
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
            Reporter: Ilya Shaikovsky
            Assignee: Anton Belevich
             Fix For: 4.0.0.Milestone4


                <rich:panel style="width:220px;">
                        <f:facet name="header">
                                <h:outputText value="Select with manual 
input"></h:outputText>
                        </f:facet>
                        <rich:select enableManualInput="true" 
defaultLabel="start typing for select" >
                                <f:selectItems 
value="#{inplaceSelectBean.capitalsOptions}"/>
                        </rich:select>
                        <a4j:commandButton value="submit"></a4j:commandButton>
                        <a4j:outputPanel ajaxRendered="true">
                                <h:messages />
                        </a4j:outputPanel>
                </rich:panel>           

clicking button I see 

01.11.2010 15:50:31 org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.
01.11.2010 15:50:31 org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk ignored.


-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to