Zaheer Ahmed [http://community.jboss.org/people/richfaceman] created the 
discussion

"Fiji charts Update() doesn't work"

To view the discussion, visit: http://community.jboss.org/message/597126#597126

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

Reply to this message by going to Community
[http://community.jboss.org/message/597126#597126]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

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

Reply via email to