Re: pageValidate and PageEndRender cannot output foreign language

2008-08-22 Thread learner
let me share my findings to those that faced similar problem. i tried same application on oracle and h2 datbase.and there is no problem displaying and save chinese character. look like it's mysql problem. - To unsubscribe, e-mai

pageValidate and PageEndRender cannot output foreign language

2008-08-21 Thread learner
Hi, here is my test result. please comment. is it a bug? public void pageEndRender(PageEvent event) { String abc="志志志"; System.out.println("inside page end render"+abc); //i get ??? on print out } public void pageValidate(PageEvent event) { String yoyo2="志";