you can convert your iso-8859-1 String in your actionForm with this command:
name = new String(name.getBytes("iso-8859-1"), "utf-8") ;