[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-9265) Seam booking example - actionListener validation error

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Jun 28 12:32:23 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-9265:
----------------------------------

    Fix Version/s: 3.3.x
                       (was: 3.3.0.M3)
      Component/s: UpStream
                       (was: jsp/jsf/xml source editing)


This is a bug of WTP JSF Tools Validation.

> Seam booking example - actionListener validation error
> ------------------------------------------------------
>
>                 Key: JBIDE-9265
>                 URL: https://issues.jboss.org/browse/JBIDE-9265
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: UpStream
>    Affects Versions: 3.3.0.M2
>            Reporter: Libor Zoubek
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.x
>
>
> I am not sure if this error should be fixed in example or it is tooling issue.
> {noformat}
> Method must have signature "void method(ActionEvent)" but has signature "void method()"	template.xhtml	/seam-booking/src/main/webapp/WEB-INF/layout Facelet Validator
> {noformat}
> But I suspect tooling, error appears on this line:
> {noformat}
> <h:commandLink action="pretty:home"
>                                            actionListener="#{facesContext.externalContext.invalidateSession}"
>                                            value="#{bundles.messages.template_linkReset}"/>
> {noformat}
> But if I change actionListener to contain "#{bookingAgent.bookHotel}" (method with signature void bookHotel()) than, this line is not marked as error.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list