null pointer exception
----------------------
Key: TRINIDAD-1440
URL: https://issues.apache.org/jira/browse/TRINIDAD-1440
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.11-core
Environment: windows
Reporter: andres castillo
Priority: Critical
If JSF component has default property in null , then the component reach with
null value and exception is throw.. we reinstall the previous version and all
is working like usual..
static private void _checkNotListKey(PropertyKey key)
throws IllegalArgumentException
{
if (key.isList())
throw new IllegalArgumentException(_LOG.getMessage(
"KEY_IS_LIST_KEY", key));
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.