You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jh...@apache.org on 2002/06/27 01:44:30 UTC

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

jholmes     2002/06/26 16:44:30

  Modified:    src/share/org/apache/struts/taglib/logic
                        LocalStrings.properties
  Log:
  logic.location message missing for logic tags LocalStrings
  
  PR: Bugzilla #10263
  
  Revision  Changes    Path
  1.7       +1 -0      jakarta-struts/src/share/org/apache/struts/taglib/logic/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/logic/LocalStrings.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LocalStrings.properties	9 May 2001 19:31:22 -0000	1.6
  +++ LocalStrings.properties	26 Jun 2002 23:44:30 -0000	1.7
  @@ -7,6 +7,7 @@
   logic.property=Exception accessing property {1} for bean {0}: {2}
   logic.selector=No selector attribute (cookie/header/name/parameter) was specified
   logic.variable=Cannot compare null variable to value {0}
  +logic.location=Invalid match location {0}
   redirect.destination=You must specify exactly one of forward, href, or page
   redirect.forward=Missing ActionForward for {0}
   redirect.forwards=Missing ActionForwards collection
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>