Re: pageValidate and PageEndRender cannot output foreign language
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
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="志";