The following comment has been added to this issue:

     Author: Craig Walls
    Created: Thu, 6 Mar 2003 12:26 PM
       Body:
It looks like this is already part of 1.2.0 beta 2 and looking in CVS it looks like it 
has always been there. Apparently this is merely a documentation issue (the 
documentation for the Struts tags doesn't mention the @struts.action-exception tag. 
I'll be happy to document these tags, but should I submit the patch to this issue or 
should this issue be closed and a new issue be written regarding the Struts tag 
documentation?

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-226


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-226
    Summary: @struts.action-exception
       Type: New Feature

     Status: Assigned
   Priority: Minor

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
  Component: Apache Module
   Versions:
             1.2 Beta 3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Matt Raible

    Created: Sat, 4 Jan 2003 7:23 PM
    Updated: Wed, 8 Jan 2003 4:50 PM

Description:
Currently, there is no support for adding action-specific exception entries, such as:

    <action    path="/logon"
               type="org.apache.struts.webapp.example.LogonAction"
               name="logonForm"
              scope="session"
              input="logon">
      <exception
                key="expired.password"
               type="org.apache.struts.webapp.example.ExpiredPasswordException"
               path="/changePassword.jsp"/>
    </action>

To add this to an action that is marked up with XDoclet tags, a new tag such as 
@struts.action-exception is needed.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to