1 Reply Latest reply on Apr 3, 2007 11:27 AM by sergeysmirnov

    MyFaces/suggestionBox warning query

      Hello there - trivial I know, but does anyone know how to get rid of the warning:

      WARN org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils(99) - There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only. Component : {Component-Path : [Class: org.ajax4jsf.framework.ajax.AjaxViewRoot,ViewId: /page.jsp][Class: javax.faces.component.html.HtmlForm,Id: myForm][Class: org.apache.myfaces.component.html.ext.HtmlPanelGroup,Id: _idJsp62][Class: org.apache.myfaces.component.html.ext.HtmlInputText,Id: suggestedUser]}


      Thanks! Carl


        • 1. Re: MyFaces/suggestionBox warning query

           

          There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only.


          This is a difference from JSF-RI that does not process input is no value is submitted without any warning (i.e. it is recognized as a normal behavior). It happens when you use ajaxSingle attribute directly or one of the component (suggestionbox, simpleTogglePanel etc) works in this mode.
          You can limit the processing part of the component tree with <a4j:region> tag.