|
57.
|
|
|
Managed bean class ''{0}'' for managed bean ''{1}'' doesn't declare a public no-argument constructor.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_CLASS_NO_PUBLIC_NOARG_CTOR_ERROR
|
|
58.
|
|
|
The property ''{0}'' for managed bean ''{1}'' is defined with a property class of ''{2}'', however, this class is not assignable to the property.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_DEFINED_PROPERTY_CLASS_NOT_COMPATIBLE_ERROR
|
|
59.
|
|
|
Unable to set target property ''{0}'' in managed bean ''{1}''. The target property returned an existing value that was not an instance of List.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_EXISTING_VALUE_NOT_LIST
|
|
60.
|
|
|
An error occurred performing resource injection on managed bean ''{0}''
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_INJECTION_ERROR
|
|
61.
|
|
|
Unable to Introspect managed bean ''{0}''
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_INTROSPECTION_ERROR
|
|
62.
|
|
|
Property ''{0}'' in managed bean ''{1}'' is defined as a list property. The getter returns an array type, but there is no associated setter.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_LIST_GETTER_ARRAY_NO_SETTER_ERROR
|
|
63.
|
|
|
Property ''{0}'' in managed bean ''{1}'' is defined as a list property, however, the getter in the class does not return List or Array instances.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_LIST_GETTER_DOES_NOT_RETURN_LIST_OR_ARRAY_ERROR
|
|
64.
|
|
|
Incorrect configuration for managed bean ''{0}''. The managed bean contains a managed property named ''{1}'' with list entries, but has illegally defined a value and/or map entries.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_LIST_PROPERTY_CONFIG_ERROR
|
|
65.
|
|
|
Property ''{0}'' in managed bean ''{1}'' is defined as a list property, however, the setter in the class does not accept List or Array instances.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_LIST_SETTER_DOES_NOT_ACCEPT_LIST_OR_ARRAY_ERROR
|
|
66.
|
|
|
Incorrect configuration for managed bean ''{0}''. The managed bean contains a managed property named ''{1}'' with map entries, but has illegally defined a value as well.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_MAP_PROPERTY_CONFIG_ERROR
|