You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chanan Braunstein <cb...@knovel.com> on 2004/02/11 20:50:21 UTC

Tag File Attribute Question

 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: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org