| Summary: | WebPage Editor don´t recognize EL 2.2 method call with parameter | ||
|---|---|---|---|
| Product: | [Technology] EPP | Reporter: | Flávio <servlet> |
| Component: | jee-package | Assignee: | Project Inbox <epp.packager-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | 1.3.0 | ||
| Target Milestone: | 1.3.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
<h:commandButton value="my action" action="#{testManagedBean.setName('another name')}"/> Method must have signature "String method()" but has signature "void method(String)" I have in my web.xml <context-param> <param-name>com.sun.faces.expressionFactory</param-name> <param-value>com.sun.el.ExpressionFactoryImpl</param-value> </context-param>