Bug 8074 - sql:update empty var attribute --> not translation error
Summary: sql:update empty var attribute --> not translation error
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-14 19:44 UTC by Lance Andersen
Modified: 2004-11-16 19:05 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.