You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Carlin Rogers (JIRA)" <ji...@apache.org> on 2007/07/25 19:43:31 UTC

[jira] Resolved: (BEEHIVE-1202) Update Exceptions JSP tag Javadoc to reflect correct key

     [ https://issues.apache.org/jira/browse/BEEHIVE-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlin Rogers resolved BEEHIVE-1202.
------------------------------------

       Resolution: Fixed
    Fix Version/s: V.Next
         Assignee: Julie Zhuo

Thanks for the patch Drew. This is fixed with SVN revision 559532.

> 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
>            Assignee: Julie Zhuo
>            Priority: Trivial
>             Fix For: V.Next
>
>         Attachments: patch.txt
>
>
> 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.