<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial>Hi, I am having a problem 
with ajax. I'm using an evaluator to update some parts of my page, everything 
going well, except for a few graphics made with the Google charts API. All the 
callbacks are executed, and executes the rendering code correctly , but the 
change is not displayed until I make a complete refresh. Any idea what could be 
happening?</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2>QuestionnaireComponent &gt;&gt; renderGraphicsOn: html</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial size=2>&nbsp;html div id: 
'graphics'; with: [<BR>&nbsp;&nbsp;&nbsp;&nbsp;html heading level: 4; with: 
'Score for team'.<BR>&nbsp;&nbsp;&nbsp;html div id: 'teamsGraphic'; with: 
[<BR>&nbsp;&nbsp;&nbsp;&nbsp;self renderTeamsScoreGraphicOn: 
html.<BR>&nbsp;&nbsp;&nbsp;].&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;html heading 
level: 4; with: 'Score for metric'.<BR>&nbsp;&nbsp;&nbsp;html div id: 
'metricsGraphic'; with:[<BR>&nbsp;&nbsp;&nbsp;&nbsp;self 
renderMetricsScoreGraphicOn: 
html<BR>&nbsp;&nbsp;&nbsp;]<BR>&nbsp;&nbsp;]</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2>QuestionnarieComponent &gt;&gt; renderPossibleAnswersForQuestion: 
question withIndex: index on: html</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial size=2>html 
form:[<BR>&nbsp;&nbsp;(html select)<BR>&nbsp;&nbsp;&nbsp;id: index 
asString;<BR>&nbsp;&nbsp;&nbsp;list: question 
answers;<BR>&nbsp;&nbsp;&nbsp;labels: [:each | each 
text];<BR>&nbsp;&nbsp;&nbsp;selected: (questionnaire choiceForQuestion: 
question) answer;<BR>&nbsp;&nbsp;&nbsp;callback: [:value | selection := 
value];<BR>&nbsp;&nbsp;&nbsp;onChange:<BR>&nbsp;&nbsp;&nbsp;&nbsp;((html 
evaluator)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;triggerFormElement: index 
asString;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;callback: [:script |&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;questionnaire answer: question with: 
selection by: self session user 
username.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(script 
element)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: 'personDiv' , index 
asString;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update:&nbsp;[:r | r 
text: 'answered by ' , (questionnaire choiceForQuestion: question) 
person].<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(script 
element)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: 
'scoreDiv';<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update: [:r | self 
renderScorePanelOn: r].<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(script 
element)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: 
'submitButton';<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update: [:r |&nbsp; 
self renderEvaluateButtonOn: r 
].&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(script 
element)&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: 
'teamsGraphic';<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update: [:r | self 
<STRONG>renderTeamsScoreGraphicOn</STRONG>: 
r].<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(script 
element)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: 
'metricsGraphic';<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update: [:r | 
self renderMetricsScoreGraphicOn: r].</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(script 
element)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id: 
'submitButton';<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update: [:r |&nbsp; 
self renderEvaluateButtonOn: r ]])]</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2>---------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2>QuestionnaireComponent &gt;&gt; 
<STRONG>renderTeamsScoreGraphicOn</STRONG>: html<BR>&nbsp;<BR>&nbsp;html render: 
teamsComponent</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2>-------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr style="TEXT-ALIGN: left"><FONT face=Arial size=2>Sebastián Van 
Lacke</FONT></DIV></DIV></BODY></HTML>