User: pathoss 
  Date: 02/03/25 06:19:43

  Modified:    core/resources/xdoclet/web/vendor struts_config_xml.j
  Log:
  Woops, forgot to add default type for the exception.
  
  Revision  Changes    Path
  1.14      +1 -1      xdoclet/core/resources/xdoclet/web/vendor/struts_config_xml.j
  
  Index: struts_config_xml.j
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/core/resources/xdoclet/web/vendor/struts_config_xml.j,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -w -r1.13 -r1.14
  --- struts_config_xml.j       25 Mar 2002 14:17:08 -0000      1.13
  +++ struts_config_xml.j       25 Mar 2002 14:19:43 -0000      1.14
  @@ -64,7 +64,7 @@
         </XDtClass:forAllClassTags>
         <XDtClass:forAllClassTags tagName="struts:exception">
         <exception key="<XDtClass:classTagValue tagName="struts:exception" 
paramName="key"/>"
  -                 type="<XDtClass:classTagValue tagName="struts:exception" 
paramName="type"/>"
  +                 type="<XDtClass:classTagValue tagName="struts:exception" 
paramName="type" default="org.apache.struts.action.ExceptionHandler"/>"
                    path="<XDtClass:classTagValue tagName="struts:exception" 
paramName="path"/>"/>
         </XDtClass:forAllClassTags>
       </action>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to