You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2003/03/31 23:47:22 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry TapestryStrings.properties

hlship      2003/03/31 13:47:22

  Modified:    framework/src/org/apache/tapestry TapestryStrings.properties
  Log:
  Improve error message about unknown engine service.
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/TapestryStrings.properties
  
  Index: TapestryStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/TapestryStrings.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TapestryStrings.properties	26 Mar 2003 19:53:21 -0000	1.11
  +++ TapestryStrings.properties	31 Mar 2003 21:47:22 -0000	1.12
  @@ -112,7 +112,7 @@
   AbstractEngine.unable-to-process-client-request=Unable to process client request.
   AbstractEngine.unable-to-present-exception-page=Unable to present exception page.
   AbstractEngine.unknown-specification=<Unknown specification>
  -AbstractEngine.unknown-service=Engine does not implement a service name {0}.
  +AbstractEngine.unknown-service=Engine does not implement a service named ''{0}''.
   AbstractEngine.unable-to-begin-request=Tapestry unable to begin processing request.
   AbstractEngine.unable-to-cleanup-page=Unable to cleanup page {0}.
   AbstractEngine.unable-to-instantiate-visit=Unable to instantiate visit object from class {0}.