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
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:
>
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