com.sun.jsftemplating.resource.LogMessages.properties Maven / Gradle / Ivy
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the license at
# https://jsftemplating.dev.java.net/cddl1.html or
# jsftemplating/cddl1.txt.
# See the License for the specific language governing
# permissions and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# at jsftemplating/cddl1.txt.
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# you own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
#
# This file contains localized log messages. Each log message should be
# accompanied by a comment above the message and follow the following format:
#
# JSFT####=
#
# The following key is reserved. It is not used for localization, but is
# referenced in log messages that do not provide a key. Messages without a
# key should limited to CONFIG through FINEST messages, all other log messages
# should provide a key and be localized.
JSFT0001=This messages does not need to be localized: {0}
# This key is used when another key is not found... if you see this error, you
# should fix the key that is missing.
JSFT0002=The following Message ID was not found in the the com.sun.enterprise.tools.resource.LogMessages: {0}
# This key reports that the VariableResolver was unable to find a key.
JSFT0003=VariableResolver was unable to find key ({0}) in ResourceBundle ({1}).
# This key reports that the requested resource is not available
JSFT0004=The requested resource ({0}) is not available.
# This shows a message when the .jsf file is not found.
JSFT0005=The requested JSFTemplating page ({0}) was not found. Ignore this message if this request is handled by a .jsp file or some other technology.
#
JSFT0006=WARNING: Failed to set property ({0}) with (null) value. This occured on the component named ({1}) of type ({2}).
# Message to help diagnose EL evaluation problems
JSFT0007=WARNING: Failed to evaluate EL expression ({0}).
# Message for sun:tableRowGroup to indicate that data is null
JSFT0008=WARNING: TableRowGroupFactory expected a List>, but received a List<(null)>. The (null) will be interpretted as a List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy