You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2007/07/25 19:40:50 UTC

svn commit: r559532 - /beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java

Author: crogers
Date: Wed Jul 25 10:40:49 2007
New Revision: 559532

URL: http://svn.apache.org/viewvc?view=rev&rev=559532
Log:
This is a contribution from Drew Varner for BEEHIVE-1202 to fix the documentation in the NetUI tags Exceptions class. Thanks Drew.


Modified:
    beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java

Modified: beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java?view=diff&rev=559532&r1=559531&r2=559532
==============================================================================
--- beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java (original)
+++ beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/Exceptions.java Wed Jul 25 10:40:49 2007
@@ -32,7 +32,7 @@
 
 /**
  * Renders formatted exception data, as found in the Request with the key:
- * <code>org.apache.struts.action.Action.EXCEPTION_KEY</code>.  Exceptions ignores its
+ * <code>org.apache.struts.Globals.EXCEPTION_KEY</code>.  Exceptions ignores its
  * body content.
  * @jsptagref.tagdescription Renders exception messages and stack traces inline on the JSP page.
  * @example In this sample, the &lt;netui:exceptions> tag will output the exception title and message,