volosied commented on PR #638:
URL: https://github.com/apache/myfaces/pull/638#issuecomment-1796385353

   @werpu  I'm getting the following error in my test case: 
   
   ```
   Error Message: (intermediate value).toLowerCase is not a function
   
   --------------------------------------------------------
   Calling class:myfaces._impl.xhrCore._AjaxRequestQuirks
   Calling function:send
   Error Name: sendError
   
   --------------------------------------------------------
   Note, this message is only sent, because project stage is development and no 
other error listeners are registered. 
   ```
   
   xhtml:
   ```
         <h:form id="form1">
            <h:selectBooleanCheckbox id="checkbox" value="#{testBean.checked}">
               <f:ajax render="output"/>
            </h:selectBooleanCheckbox>
            <h:outputText id="output" value = "#{testBean.checked}" />
         </h:form>
         ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to