Bug 8303 - <sql:update var=""..> does not generate a translation error
Summary: <sql:update var=""..> does not generate a 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-19 16:15 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-19 16:15:46 UTC
The following should generate a translation error but does not.

     <sql:update var=""
                  dataSource="${applicationScope.jstlDS}"
                  sql="${sqlProps.Delete_NoRows_Query}" />
Comment 1 Jan Luehe 2002-04-19 22:02:17 UTC
Fixed. TLVs now check for empty 'var' and generate translation error.