org.jboss.portal.core.servlet.jsp.taglib
Class ErrorTag

java.lang.Object
  extended by TagSupport
      extended by org.jboss.portal.core.servlet.jsp.taglib.ErrorTag

public class ErrorTag
extends TagSupport

Error tag. Used to include an error message.

Author:
Thomas Heute $Revision: 6639 $

Constructor Summary
ErrorTag()
           
 
Method Summary
 int doStartTag()
           
 void setKey(java.lang.String key)
          Set the key attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorTag

public ErrorTag()
Method Detail

setKey

public void setKey(java.lang.String key)
Set the key attribute.

Parameters:
key -

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException