|
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
|
|
67.
|
|
|
Property ''{0}'' in managed bean ''{1}'' is defined as a map property, however, the getter in the class does not return Map instances.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_MAP_PROPERTY_INCORRECT_GETTER_ERROR
|
|
68.
|
|
|
Property ''{0}'' in managed bean ''{1}'' is defined as a map property, however, the setter in the class does not accept Map instances.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_MAP_PROPERTY_INCORRECT_SETTER_ERROR
|
|
69.
|
|
|
Unable to create managed bean ''{0}''. The following problems were found:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
com.sun.faces.MANAGED_BEAN_PROBLEMS_ERROR
|