RE: No such tag error

2002-05-30 Thread Trenton D. Adams
Rick Fincher [mailto:[EMAIL PROTECTED]] Sent: May 30, 2002 9:32 PM To: Tomcat Users List Subject: Re: No such tag error The problem is that in messagecontent.jsp and messageheaders.jsp they are using the javamail tag to set msginfo then later they are directly accessing methods of msgin

Re: No such tag error

2002-05-30 Thread Rick Fincher
The problem is that in messagecontent.jsp and messageheaders.jsp they are using the javamail tag to set msginfo then later they are directly accessing methods of msginfo in java scripts. This requires that the classes messageInfo and attachmentInfo have to be imported in messagecontent.jsp and me

No such tag error

2002-05-30 Thread Trenton D. Adams
This message is related to "STATUS 500 - Unable to compile class for JSPNote" a little bit. I get the error... org.apache.jasper.JasperException: No such tag listmessages in the tag library imported with prefix javamail Now, here's the details I believe you need. Jtl.jar is in the WEB-INF/lib