Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358160 - [JSF2.0] Incorrect validation error for actionListener
Summary: [JSF2.0] Incorrect validation error for actionListener
Status: CLOSED DUPLICATE of bug 352491
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.4.0 M6   Edit
Assignee: Ian Trimble CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-19 16:51 EDT by Alexey Kazakov CLA
Modified: 2012-01-06 20:09 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Kazakov CLA 2011-09-19 16:51:05 EDT
Build Identifier: I20110613-1736

Facelet HTML Validator marks correct EL as an error with the following message: 'Method must have signature "void method(ActionEvent)" but has signature "void method()"'

Reproducible: Always

Steps to Reproduce:
1. Create a dynamic web project with JSF 2.0 facet.
2. Create an XHTML page
3. Add the following code to the page:
<h:commandLink action="pretty:home"
actionListener="#{facesContext.externalContext.invalidateSession}"
value="#{bundles.messages.template_linkReset}"/>
Comment 1 Ian Trimble CLA 2012-01-06 20:09:01 EST

*** This bug has been marked as a duplicate of bug 352491 ***