craigmcc    2002/06/22 13:39:48

  Modified:    src/share/org/apache/struts/action
                        ActionResources.properties
  Log:
  Add error message for unhandled exceptions that was causing NPE in the
  processException() method.
  
  PR: Bugzilla #10149
  Submitted by: Scott Carlson <ScottCarlson at yahoo.com>
  
  Revision  Changes    Path
  1.10      +1 -0      
jakarta-struts/src/share/org/apache/struts/action/ActionResources.properties
  
  Index: ActionResources.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionResources.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ActionResources.properties        13 Jan 2002 00:25:35 -0000      1.9
  +++ ActionResources.properties        22 Jun 2002 20:39:48 -0000      1.10
  @@ -21,3 +21,4 @@
   reloading=Reloading from configuration files
   requestDispatcher=Cannot get request dispatcher for path {0}
   sessionCreate=No user session could be created
  +unhandledException=Unhandled Exception thrown: {0}
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to