Community
Participate
Working Groups
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}"/>
*** This bug has been marked as a duplicate of bug 352491 ***