-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.7.3-SNAPSHOT
-
Fix Version/s: 5.7.3
-
Component/s: Seam / JSF UI
-
Tags:
When right clicking, we can see the Ajax waiter on the top right corner, but the contextual menu is not displayed, and the server logs an error, see stacktrace excerpt below (full stack attached):
2013-09-13 16:05:08,585 WARN [http-bio-0.0.0.0-8080-exec-23] [org.jboss.seam.servlet.ContextualHttpServletRequest] ended request due to exception
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor768.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
...
Caused by: java.lang.IllegalArgumentException: Faces context is null
at org.nuxeo.ecm.webapp.action.ActionContextProvider.createActionContext(ActionContextProvider.java:62)
at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
- is required by
-
NXP-10566 Handle standard JSF expressions in actions
- Resolved