Bug 8074

Summary: sql:update empty var attribute --> not translation error
Product: Taglibs Reporter: Lance Andersen <Lance.Andersen>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major CC: Ryan.Lubke
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Lance Andersen 2002-04-14 19:44:44 UTC
<sql:update var=""
                  dataSource="${application.jstlDS}"
                  sql="${sqlProps.Delete_NoRows_Query}" />



Does not generate translation time validation error when var is empty.
Comment 1 Jan Luehe 2002-04-24 17:56:53 UTC
Fixed.
Added TLV check for empty 'var', which is illegal according to Section 2.7 of
the JSTL PFD.