[jboss-jira] [JBoss JIRA] (WFLY-5917) numberOfLogicalViews not working

Gabriel Vieira (JIRA) issues at jboss.org
Tue Dec 29 14:40:00 EST 2015


Gabriel Vieira created WFLY-5917:
------------------------------------

             Summary: numberOfLogicalViews not working
                 Key: WFLY-5917
                 URL: https://issues.jboss.org/browse/WFLY-5917
             Project: WildFly
          Issue Type: Bug
          Components: CDI / Weld, JSF
    Affects Versions: 9.0.2.Final
            Reporter: Gabriel Vieira
            Assignee: Stuart Douglas


Theres a bug in wildfly 9 Final
Even if a set on web.xml
{code:java}
<context-param>
        <param-name>com.sun.faces.numberOfLogicalViews</param-name>
        <param-value>3</param-value>
</context-param>
{code}
it keeps storing 25 views.
I tried @Named (CDI) and @ManagedBean and the problem persisted.
My workaround was use @ViewScoped from Omnifaces



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list