You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by robinson wang <wq...@gmail.com> on 2007/05/13 10:32:59 UTC

a problem of AjaxTextField component in sotacs

i define a method in the java file

public void methodName(net.sf.sotacs.textfield.api.ItemWriter writer, String
prefix){
......
System.out.println("----------"+prefix);
......
}

when i type a letter like 'a','b', it's ok
----------a
----------b


when i type a chinese character like '我'

the output does not display '我'

----------211

how can i get the correct prefix ?