~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to src/share/org/apache/struts/action/LocalStrings.properties

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dispatch.error=Dispatch[{0}] to method {1} returned an exception
 
2
 
 
3
dispatch.handler=DispatchMapping[{0}] does not define a handler property
 
4
 
 
5
dispatch.method=Action[{0}] does not contain method named {1}
 
6
 
 
7
dispatch.parameter=Request[{0}] does not contain handler parameter named {1}
 
8
 
 
9
dispatch.return=Action[{0}] invalid return type for method {1}
 
10
 
 
11
exception.log=ExceptionHandler caught this exception:
 
12