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 "Smith, David" <Da...@ArtesiaTech.com> on 2000/06/29 16:00:58 UTC

Should BodyContent.getString() evaluate my scriptlet?

When I do something like this:

<mytag><%= name %></mytag>

my handler's doAfterBody() performs a BodyContent.getString() and, instead
of getting "Joe" or "Mary" or whatever the variable's value is, it gets "<%=
name %>". How can I force it to evaluate this expression before I access it
in my handler's doAfterBody()?

Thanks very much.
d.