Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
Description
Testing the mojarra-example "custom-tag", I ran into the following Exception:
06.11.2009 12:29:18 org.apache.myfaces.el.unified.resolver.ManagedBeanResolver putInScope
SCHWERWIEGEND: Managed bean 'data' has illegal scope: view
The managed bean "data" is annotated with @ViewScoped, but the ManagedBeanResolver does not know this scope.