Hello,
        I am using Tomcat 5.0.18 and I am trying to use Tag Files. A simple
tag file works However I cannot get attributes to work:
test.jsp

<%@ taglib tagdir="/WEB-INF/tags" prefix="knovel-tags" %>
<knovel-tags:test  input="Hi There" />

test.tag
<%@ attribute name="input" required="true" %>
<%= input %>

1) The file test.tag won't compile. Why?
2) How come no compile errors are placed in the stdout.log file?

Chanan Braunstein
Knovel Corp.
Web Development Manager
607-773-1840 x672
http://www.knovel.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to