checkedViewIdCacheEnabled should only be FALSE in ProjectStage#Development
--------------------------------------------------------------------------
Key: MYFACES-3065
URL: https://issues.apache.org/jira/browse/MYFACES-3065
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 2.0.4
Reporter: Mark Struberg
Assignee: Mark Struberg
currently our DefaultWindowHandlerSupport contains the following lines:
if (!context.isProjectStage(ProjectStage.Production))
{
return _checkedViewIdCacheEnabled = Boolean.FALSE;
}
Imo it should be exactly the other way around. It should _only_ override any
manual settings in ProjectStage.Development and evaluate the servlet params in
any other case.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira