0 Replies Latest reply on Jul 16, 2007 5:11 PM by bigreddale

    Error rendering rich:togglePannel with switchType=

    bigreddale

      I'm getting the following warning when attempting to render a togglePanel with clientside switching.

      14:03:55,097 WARN [HtmlResponseWriterImpl] HTML nesting warning on closing div: element input rendered by component : {Component-Path : [Class: org.ajax4jsf.framework.ajax.AjaxViewRoot,ViewId: /business-news/markets.xhtml][Class: javax.faces.component.html.HtmlForm,Id: _id20][Class: org.richfaces.component.html.HtmlTogglePanel,Id: deals]} not explicitly closed

      When viewing the HTML generated I notice that the tag generates a wrapping div around the divs created for each state. This outter div is never closed. Has anyone seen this error before?