You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2015/09/18 08:48:04 UTC

[jira] [Closed] (TAP5-2194) Declare SubmitNotifier event names as constants to avoid typos

     [ https://issues.apache.org/jira/browse/TAP5-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Kemnade closed TAP5-2194.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 5.4

The new constants are {{SubmitNotifier.BEGIN_SUBMIT_EVENT}} and {{SubmitNotifier.AFTER_SUBMIT_EVENT}}.

> Declare SubmitNotifier event names as constants to avoid typos
> --------------------------------------------------------------
>
>                 Key: TAP5-2194
>                 URL: https://issues.apache.org/jira/browse/TAP5-2194
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3.7, 5.4
>            Reporter: Alex Lumpov
>            Priority: Minor
>             Fix For: 5.4
>
>
> 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.3.4#6332)