On Fri, 20 Dec 2002, Dodd Gatsos wrote: > Looks like you are having this problem from a JSP? > > Try doing it in a Servlet and see if you get the same problem. > > Haven't seen your code and I'm really not sure about this, but it may not be > a problem with Tomcat finding the jar file. You may need to include <%@ > page import="javax.mail.internet.AddressException"%> in your JSP file??
That's not the problem. I get this error because a bean can't be instantiated because the jvm can't find javamail. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
