[
https://issues.apache.org/jira/browse/MYFACES-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832459#action_12832459
]
Martin Koci commented on MYFACES-2541:
--------------------------------------
Yes, this patch was done before you directed me to
http://wiki.apache.org/myfaces/MyFaces_Developer_Notes. Next patch will be
better, I promise. Can you please write those rules on wiki in a form of
checklist like "class must conform: 1) no unused imports 2) static (even
private) variables at the top of class 3) ...". It's very difficult to remember
those rules over projects, trinidad for example wants all private members at
the bottom of the class and with "_" in name, other rules in EclipseLink,
Spring etc...
> Support for actionlistener method without ActionEvent parameter
> ---------------------------------------------------------------
>
> Key: MYFACES-2541
> URL: https://issues.apache.org/jira/browse/MYFACES-2541
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0-beta-2
> Environment: myfaces trunk
> Reporter: Martin Koci
> Assignee: Jakob Korherr
> Attachments: MYFACES-2541.patch
>
>
> With JSF 2.0 is possible to have actionListener method without ActionEvent
> param:
> https://javaserverfaces.dev.java.net/nonav/docs/2.0/javadocs/javax/faces/event/MethodExpressionActionListener.html#MethodExpressionActionListener
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.