Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 312197

Summary: WebPage Editor don´t recognize EL 2.2 method call with parameter
Product: [Technology] EPP Reporter: Flávio <servlet>
Component: jee-packageAssignee: 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:

Description Flávio CLA 2010-05-09 20:43:15 EDT
<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>