-
.
2000-06-25 20:52:22 UTC in SourceForge.net
-
Short answer, not really. Long answer, GNUJSP is only Servlets 2.1, and JSP 1.0. Taglibs require Servlets 2.2 and JSP 1.1. Tomcat should be able to run these tags with no modification assuming they follow the spec completely, and accurately. We currently use Orion Server (www.orionserver.com) as our reference platform because of its strict adherence to the spec.
2000-01-28 07:09:29 UTC in IN16 JSP Tag Library
-
problem solved my resetting fields to their defaults in doEndTag().
2000-01-11 02:11:42 UTC in IN16 JSP Tag Library
-
If you have multiple DBSelect on the same page, the size attribute defined in the first one will follow to the next DBSelect elements. i.e.
<blah:select connection="con0" name="companies" query="SELECT DISTINCT companyID, companyID FROM Products" size="12" />
<blah:select connection="con0" name="categories" query="SELECT...
2000-01-11 01:50:38 UTC in IN16 JSP Tag Library