JanM
JanM

Reputation: 1497

Spring 4 and JSF ViewScope

In Spring 3 and JSF 2.0 when we wanted to use the JSF view scope we had to introduce custom ViewScope implementation and instruct Spring to pick it up through CustomScopeConfigurer.

Has Spring 4 made any progress in the JSF integration on this front? Or is it still needed to define custom ViewScope implementation to leverage view scope in spring managed beans?

Upvotes: 4

Views: 5850

Answers (1)

FkJ
FkJ

Reputation: 1634

Here is a confirmation from Spring staff of what @fischermatte mentioned: https://jira.spring.io/browse/SPR-6543

Upvotes: 1

Related Questions