~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
actionMessages.errors=Cannot process ActionMessages instance of class {0}
3
3
computeURL.forward=Cannot retrieve ActionForward named {0}
4
4
computeURL.specifier=You must specify exactly one of "forward", "href", "page" or "action"
5
 
lookup.access=Invalid access looking up property {0} of bean {1}
6
 
lookup.argument=Invalid argument looking up property {0} of bean {1}
7
 
lookup.bean.any=Cannot find bean {0} in any scope
8
 
lookup.bean=Cannot find bean {0} in scope {1}
9
 
lookup.method=No getter method for property {0} of bean {1}
10
 
lookup.scope=Invalid bean scope {0}
11
 
lookup.target=Exception thrown by getter for property {0} of bean {1}
 
5
lookup.access=Invalid access looking up property: "{0}" of bean: "{1}"
 
6
lookup.argument=Invalid argument looking up property: "{0}" of bean: "{1}"
 
7
lookup.bean.any=Cannot find bean: "{0}" in any scope
 
8
lookup.bean=Cannot find bean: "{0}" in scope: "{1}"
 
9
lookup.method=No getter method for property: "{0}" of bean: "{1}"
 
10
lookup.scope=Invalid bean scope: "{0}"
 
11
lookup.target=Exception thrown by getter for property: "{0}" of bean: "{1}"
12
12
message.message=Missing message for key {0} in bundle {1} for locale {2}
13
13
message.bundle=Cannot find message resources under key {0}
14
14
parameters.multi=Cannot cast to Map for name={0} property={1} scope={2}