blob: e759140b807e95c8bb0a935cb09148781b6993b4 [file] [log] [blame]
# Copyright 2004, 2005 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.
servlet-init=Initialized application servlet ''{0}'': {1} millis to create HiveMind Registry, {2} millis overall.
servlet-init-failure=Unable to initialize application servlet: {0}
no-accessor=Component {0} does not have accessor methods for property {1}.
component-is-locked=Component {0} is active and its configuration state may not be changed.
non-unique-attribute=Unable to store {0} into request cycle as attribute ''{1}'' because existing object {2} has already been stored. This usually indicates that components are improperly nested.
no-page-render-support=Component {0} requires rendering support, but no PageRenderSupport object has been stored into the request cycle. This object is typically provided by a Body component. You should add a Body component to your template.
provided-by-enhancement=Method {0}() is not implemented. An implementation of this method should be provided via runtime class enhancement.
no-form=Component {0} must be enclosed by a form, but no Form component has been stored into the request cycle.
attempt-to-change-contained-component=Attempt to change containedComponent property of component {0}, which is not allowed.
component-wrong-type=Component {0} is not assignable to type {1}.