Does anyone know of a jsp tag library that can be used to do getServletInfo()?
I'd like to convert the following to a tag library:
<%
if (!getServletInfo().equals("signIn"))
{
%>
show a logout button
<%
}
%>
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

