Hi Herbert,
Herbert König pravi:
> the problem with the umlauts not displaying in WebChartData labels
> is, that the labels have not been converted to web.
>
> My question is, where is the correct place to implement is.
>
> My feeling is, that I should write WebChartData>>printHTMLPageOn:for:on:
> and use that in WebChart instead of WebChartData>>printHTMLPageOn:
Look at senders of AIDASite class
convertFromWeb:on:
convertToWeb:on:
Two examples:
For WebInputFiled the convertFromWeb:on: is used in:
#saveThroughAdapterValue:
For WebText the convertToWeb:on: is used in
#printHtmlageOn:for:on:
where it is called for text just before streaming to the stream.
I suppose that this is the same as your case with labels.
Best regards
Janko
--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida