All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry5.internal.structure.StructureStrings.properties Maven / Gradle / Ivy

Go to download

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

There is a newer version: 5.8.6
Show newest version
# Copyright 2006, 2007, 2008, 2009, 2010 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.
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 with the expected return type. Expected is a component, a block or an instance 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).
original-child-component=Component %s declared original child component with id '%s' in %s on line %s.
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.
persist-change-before-load-complete=Persistent fields may not be updated until after the page has finished loading. \
  This may be due to a persistent field with a default value. The default value should be removed.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy