Jarek created MYFACES-3727:
------------------------------

             Summary: ConversationManager.hasConversationContext buggy
                 Key: MYFACES-3727
                 URL: https://issues.apache.org/jira/browse/MYFACES-3727
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
            Reporter: Jarek


The method says:

hasConversationContext() {
        return getCurrentConversationContext() == null;
}

should rather be the opposite -
!= null

...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to