Bug 15495

Summary: NullPointerException thrown on <c:set>
Product: Taglibs Reporter: Pierre Delisle <pierre.delisle>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.0.1   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Pierre Delisle 2002-12-18 19:02:50 UTC
If <c:set> is used to set a property of a bean, and a setter method 
does not exist for that bean, a NullPointerException is thrown.

A JspException with an appropriate error message should be thrown instead.
(Situation exposed by Mike Cantrell (Mike.Cantrell@ind.alcatel.com) on the 
taglibs-user mailing list.)