You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Reinhard Pilz <rp...@faw.uni-linz.ac.at> on 2000/02/11 11:04:55 UTC

user defined tags

When inserting any text within the doStartTag() method of a user defined tag
with pageContext.getOut().println(..) this text is inserted as it is and
won't be evaluated any further.
Is it possible to force the jsp engine to evaluate some text before adding
it to the output?

thanks, reinhard