Yes, the characters in the database are corrupted. It does not happen on the demo site.
I think it is an issue similar to the one you have mentioned but not exactly the same. Bjorn said that the workaround is to use accept-charset="utf-8" in the form definition. I have made that: <form:form commandName="user" method="post" id="userForm" name="userForm" acceptCharset="utf-8"> ... but it is still not working. I have also tries to change my sitemesh.xml file from <parser content-type="text/html;charset=ISO-8859-1" class="com.opensymphony.module.sitemesh.parser.HTMLPageParser"/> to <parser content-type="text/html;charset=UTF-8" class="com.opensymphony.module.sitemesh.parser.HTMLPageParser"/> but it does not make any difference too. When I change an user name in the database directly with Polish characters and load this user in the userForm of the application the name is correct. After saving the user it returns to a corrupted text. Regards, Pawel mraible wrote: > > Do the characters end up corrupted in your database again? Does it happen > on > the demo site at http://demo.raibledesigns.com/appfuse-light? > > You may be experiencing an issue similar to the following: > > http://issues.appfuse.org/browse/EQX-205 > > Matt > -- View this message in context: http://www.nabble.com/Adding-a-user-in-UTF-8-in-appfuse-light-tp20681790s2369p20703324.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
