Hi all, I use Struts Framework + Tiles + Velocity, I had set in .vm file with a header like below:
<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>test</title> </head> .... but after the action of Struts, the page which is showed is not encoded in utf-8, so t content in that page are not viewed in utf-8 :( I don't know what happened, plz help me! Tuan