Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 312197 - WebPage Editor don´t recognize EL 2.2 method call with parameter
Summary: WebPage Editor don´t recognize EL 2.2 method call with parameter
Status: CLOSED INVALID
Alias: None
Product: EPP
Classification: Technology
Component: jee-package (show other bugs)
Version: 1.3.0   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: 1.3.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-09 20:43 EDT by Flávio CLA
Modified: 2010-06-05 23:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>