org.scrashmeow.ojb.console.tag
Class ErrorsTag

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.tag.ErrorsTag

public class ErrorsTag
extends java.lang.Object

The ErrorsTag class defines the tag used to display errors to the user. This tag displays the errors as a javascript alert.

Author:
Alexander Bibighaus

Method Summary
 int doStartTag()
          Render the specified error messages if there are any.
 void release()
          Release any acquired resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doStartTag

public int doStartTag()
               throws JspException
Render the specified error messages if there are any.

Returns:
an int
Throws:
JspException - if a JSP exception has occurred

release

public void release()
Release any acquired resources.



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.