[
https://issues.apache.org/jira/browse/MYFACES-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789151#comment-17789151
]
Carsten Dimmek commented on MYFACES-4642:
-----------------------------------------
The ViewScope implementation of JoinFaces is based on the ViewMap of JSF. And
if a new ViewMap is created with every request, then in my opinion this is not
a problem with joinfaces. At least there is code that deals with the non-CDI
case and I would have expected that to work properly
> ViewScope doesn't work in non CDI environment
> ---------------------------------------------
>
> Key: MYFACES-4642
> URL: https://issues.apache.org/jira/browse/MYFACES-4642
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 4.0.1
> Reporter: Carsten Dimmek
> Priority: Major
> Attachments: demo.zip
>
>
> We use Spring Boot with Joinfaces and Myfaces. I noticed that the ViewScope
> is not working properly. The controller is re-instantiated with every Ajax
> request on the page. I have tried to analyze the problem and suspect it is
> because no viewScopeId is created in
> org.apache.myfaces.view.ViewScopeProxyMap for the non-CDI case.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)