I have got a situation where I have got to repalce the <title> tag in html with a jsp tag where the contents of that tag should be displayed only under certain conditions.
Conditionals are best handled with the JSTL <c:if> action. Or <c:choose> if the condition is more complex than a simple 'if'. [ July 18, 2006: Message edited by: Bear Bibeault ]