You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Ryan Lubke <Ry...@Sun.COM> on 2002/04/16 15:41:13 UTC

[PATCH] [Standard] Compile issue. SetDataSourceTagSupport

Compile error:

/files/projects/jakarta-taglibs/standard/src/org/apache/taglibs/standard/tag/common/sql/SetDataSourceTagSupport.java:109: cannot resolve symbol
symbol  : constructor DataSourceUtil
(java.lang.Object,javax.servlet.jsp.PageContext)
location: class
org.apache.taglibs.standard.tag.common.sql.DataSourceUtil
             DataSourceUtil dsUtil = new DataSourceUtil(dataSource,
pageContext);
 
(excuse the formatting)    

The attached patch corrects a build issue in the HEAD branch.