Update Exceptions JSP tag Javadoc to reflect correct key
--------------------------------------------------------
Key: BEEHIVE-1202
URL: https://issues.apache.org/jira/browse/BEEHIVE-1202
Project: Beehive
Issue Type: Bug
Affects Versions: 1.0.2
Environment: Java 1.5, OS X
Reporter: Drew Varner
Priority: Trivial
The Javadocs for the Exception tag in the Netui taglib says the exception is
stored in the request using the key:
org.apache.struts.action.Action.EXCEPTION_KEY
That class is deprecated. The source uses the new version:
org.apache.struts.Globals.EXCEPTION_KEY
This patch updates the Javadoc to reflect the new key.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.