Re: [appfuse-user] Special Characters in Email Velocity Templates

2009-08-21 Thread Fabio Cepeda
Hi, Usually this has to do with encoding problems. I fix my web app changing the file taglibs.jsp in the common directory to use pageEncoding="ISO-8859-1" contentType="text/html; charset=ISO-8859-1", I also make sure my OS used the right locale. Hope it hepls, Fabio foward wrote: > > Hell

Re: [appfuse-user] how to config GMail's SMTP server to be used by AppFuse

2009-01-06 Thread Fabio Cepeda
It seems the mail server is blocking port 25, sometimes they do this so that the server is not used as a mail forwarder they only let you send emails if you are able to authenticate yourself. Have you tried the mail properties with username and password? Hope it helps, Fabio Ice-Man wrote: >

Re: [appfuse-user] Spring MVC test failure with Joda-Time

2008-12-04 Thread Fabio Cepeda
Hi Nathan, This error usually happens when the form controller is not able to convert a string representation of the object to the real object. Property editors are used for this and spring doesn't support joda-time out of the box, so you have to implement your own. The error that you have says