3 Replies Latest reply on May 1, 2011 4:49 AM by richfaceman

    Fiji charts Update() doesn't work

    richfaceman

      Hi All

       

      Has anyone had this error while using fiji charts with richfaces, I know reRender doesn't work here you have to use Update()

      but that is exactly what i'm using still facing the error shown below.  Does anyone have an Idea???

       

      <h:form id="myForm">

                <h:selectOneMenu id="monthTab1" value="#{dashBoardBean.monthOption}" style=" width: 90px; margin-top: 10px;">

                              <f:selectItems value="#{dashBoardBean.monthList}" />

                              <a4j:support event="onchange" action="#{annualBean.changeMonth}"

                                              oncomplete="$('myForm:columnChartOne:component').update(); return false;" >

                          </a4j:support>

                 </h:selectOneMenu>

       

                <fiji:columnChart id="columnChartOne" value="#{annualBean.dayMap}" barColors="#{annualBean.colors}" width="820" height="140" >

              <fiji:chartData id="dayName" type="name" value="#{annualBean.names}" />

                    </fiji:columnChart>

      </h:form>

       

      The Error;

       

      Transport Error

      HTTPService error

      stacktrace

      faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError"

      bubbles=false cancelable=false eventPhase=2 text="Error #2032"].

      URL: /softofficeweb/faces/com/exadel/fiji/157c5c57-7d07-4ce6-98d0-

       

      Many Thanks

      Zed