blob: a57e6096587af43980fca56d64154ea37eba4305 [file] [log] [blame]
# Copyright 2006, 2007, 2008 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
missing-parameters=Parameter(s) '%s' are required for %s, but have not been bound.
no-such-component=Component %s does not contain an embedded component with id '%s'. Available components: %s.
get-parameter-failure=Failure reading parameter '%s' of component %s: %s
write-parameter-failure=Failure writing parameter '%s' of component %s: %s
missing-mixin-for-parameter=Component %s does not contain a mixin named '%s' (setting parameter '%s').
unknown-mixin=Component %s does not contain a mixin of type %s.
detach-failure=Listener %s failed during page detach: %s
wrong-phase-result-type=The return value from a render phase event method was not compatible the expected return type of %s. \
You should change the method to return the correct type.
block-not-found=Template for component %s does not contain a block with identifier '%s'.
unbalanced-elements=Component %s has rendered unbalanced elements; \
either it has started an element with MarkupWriter.element() and not followed up with MarkupWriter.end(), or \
it has invoked MarkupWriter.end() without first invoking MarkupWriter.element().
page-is-dirty=Page %s was stored into the page pool in a dirty state. This should never happen, \
and may indicate that a reference to the page (or component within the page) was retained past the end of a request.
duplicate-child-component=Component %s already contains a child component with id '%s'. \
Embedded component ids must be unique (excluding case, which is ignored).
duplicate-block=Component %s already contains a block with id '%s'. \
Block ids must be unique (excluding case, which is ignored).
field-persist-failure=Error persisting field %s:%s: %s
missing-render-variable=Component %s does not contain a stored render variable with name '%s'. Stored render variables: %s.
render-variable-set-when-not-rendering=Component %s is not rendering, so render variable '%s' may not be updated.