Hi all, I am using Struts 1.0.2 with mySQL 3.23. I have some records in the DB which are in greek charset. The recorset form mySQL comes OK in Greek from the Action bean. I verify this in the debugger because the html select is well defined. I get <select ..... > with the greek characters in the options. Wher the String text reaches the JSpWriter.print(text) then I get ???? in the html page in the select box(drop down box).
I use Charset=Iso 8859-7 Is there a problem with JSPWriter ? I downloaded the International JDK 1.4.1_01 but nothing seems to change from the US English only. Any ideas ? Thanks in advance Sakis