You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Alex Lumpov (JIRA)" <ji...@apache.org> on 2013/10/03 16:04:42 UTC

[jira] [Created] (TAP5-2193) Declate SubmitNotifier event names as constansts to avoid typos

Alex Lumpov created TAP5-2193:
---------------------------------

             Summary: Declate SubmitNotifier event names as constansts to avoid typos
                 Key: TAP5-2193
                 URL: https://issues.apache.org/jira/browse/TAP5-2193
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.3.7
            Reporter: Alex Lumpov
            Priority: Minor


declare 
public static final String BEGIN_SUBMIT = "BeginSubmit";
public static final String AFTER_SUBMIT = "AfterSubmit";
in class EventConstants
or in class SubmitNotifier



--
This message was sent by Atlassian JIRA
(v6.1#6144)