[
https://issues.jboss.org/browse/JBIDE-9265?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen resolved JBIDE-9265.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since
it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or
create a new one mentioning/linking this jira for background information.
Thank you!
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: LATER
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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira