You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by "Chen, Gin" <Gi...@NielsenMedia.com> on 2003/06/12 19:20:31 UTC

RE: Non EL enabled tags

you have to have rt turned on.
why don't you just write it as EL enabled?
the classes in jstl core package is great for it.
-Tim

-----Original Message-----
From: James Norman [mailto:james.norman@perceptive.com]
Sent: Thursday, June 12, 2003 1:30 PM
To: taglibs-user@jakarta.apache.org
Subject: Non EL enabled tags


If I were to write a non EL-enabled tag of my own, would the following
work:

<myTag:something value="<%= request.getContextPath() %>" />

b/c I am getting the string literal in the tag.

-james




---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org