rleland 2003/07/14 19:51:15 Modified: src/share/org/apache/struts/actions Tag: STRUTS_1_1_BRANCH LocalStrings.properties Log: Pull change for Adding whitespace hint to error message for PR# 21134. into Struts 1_1_BRANCH that david made. This makes it equivalent to Version 1.6 in HEAD. Revision Changes Path No revision No revision 1.5.2.1 +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.5.2.1 diff -u -r1.5 -r1.5.2.1 --- LocalStrings.properties 18 Oct 2002 15:27:42 -0000 1.5 +++ LocalStrings.properties 15 Jul 2003 02:51:15 -0000 1.5.2.1 @@ -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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]