Bug 6481 - NullPointerException
Summary: NullPointerException
Status: CLOSED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Mailer Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P3 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-15 08:15 UTC by Jari Tuomivirta
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jari Tuomivirta 2002-02-15 08:15:41 UTC
When using mailer taglib's SendTag, I got NullPointerException on line 189. I suggest that --- if 
(error == null) error = new ArrayList(); --- be added to the previous line to solve the problem.