martinc     2002/09/19 21:28:43

  Modified:    src/share/org/apache/struts/actions LocalStrings.properties
  Log:
  Correct exception message for required parameters to SwitchAction.
  
  PR: 12647
  Submitted by: Eddie Bush - Thanks for the patch!
  
  Revision  Changes    Path
  1.4       +1 -1      
jakarta-struts/src/share/org/apache/struts/actions/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/LocalStrings.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LocalStrings.properties   21 Mar 2002 01:42:42 -0000      1.3
  +++ LocalStrings.properties   20 Sep 2002 04:28:43 -0000      1.4
  @@ -9,4 +9,4 @@
   include.path=No context-relative URI specified via the 'parameter' attribute
   include.rd=Cannot create request dispatcher for path {0}
   switch.prefix=Invalid sub-application prefix {0} was specified
  -switch.required=Switch requires both 'prefix' and 'path' request parameters
  +switch.required=Switch requires both 'prefix' and 'page' request parameters
  
  
  

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

Reply via email to