You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/07/03 05:14:15 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/actions LocalStrings.properties

dgraham     2003/07/02 20:14:15

  Modified:    src/share/org/apache/struts/actions LocalStrings.properties
  Log:
  Added whitespace hint to error message for PR# 21134.
  
  Revision  Changes    Path
  1.6       +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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- LocalStrings.properties	18 Oct 2002 15:27:42 -0000	1.5
  +++ LocalStrings.properties	3 Jul 2003 03:14:14 -0000	1.6
  @@ -2,7 +2,7 @@
   dispatch.handler=DispatchMapping[{0}] does not define a handler property
   dispatch.mapping=ActionMapping[{0}] is not of type DispatchMapping
   dispatch.method=Action[{0}] does not contain method named {1}
  -dispatch.parameter=Request[{0}] does not contain handler parameter named {1}
  +dispatch.parameter=Request[{0}] does not contain handler parameter named {1}.  This may be caused by whitespace in the label text.
   dispatch.return=Action[{0}] invalid return type for method {1}
   forward.path=No context-relative URI specified via the 'parameter' attribute
   forward.rd=Cannot create request dispatcher for path {0}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org