You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by "Falconnier, Brian" <bf...@SELECTICA.com> on 2000/12/13 22:18:59 UTC

Is it possible to use custom tags in a Java in-line section of a JSP page?

Does anyone know if it is possible to use custom tags within a in-line Java
section of a JSP page?

For example, I would like to check the expanded value of a custom tag, and
use that value as part of the condition for an in-line _if_ statement.

And if so, a simple example of how would be much appreciated.

-Brian Falconnier