Bug 2618

Summary: BaseGetterTag.release() should set _position back to -1
Product: Taglibs Reporter: Chuck H. Zhao <czhao>
Component: DBTags TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: other   

Description Chuck H. Zhao 2001-07-13 08:14:29 UTC
org.apache.taglibs.jdbc.resultset.BaseGetterTag.release() method should set 
_position back to -1 instead of 1.  Currently if I use <sql:getColumn 
colName="..."> after <sql:getColumn position="...">, it always returns the 
first column.