Re: So boring issues about character encoding in action ......

2005-10-17 Thread Tony Lu
t;description"); > description = (description == null?"":description.trim()); > try{ > ItemDAO itemDao = ItemDAO.getInstance(); > Item item = new Item(); > > > > - Original Message - > From: "Tony Lu" <[EMAIL PROTECTED]> > To: > Sent:

So boring issues about character encoding in action ......

2005-10-17 Thread Tony Lu
I need to create an internationalized Web application by struts,mysql and hibernate. Each component Character Encoding is utf8. It runs well when I run a pure servlet to save 'Chinese Character' to database and load it from database. But when I implement it with struts action, the application can