You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Sven Homburg (JIRA)" <ji...@apache.org> on 2014/06/23 13:28:24 UTC

[jira] [Created] (TAP5-2354) Confirm mixin should have parameters like cancelLabel and okLabel

Sven Homburg created TAP5-2354:
----------------------------------

             Summary: Confirm mixin should have parameters like cancelLabel and okLabel
                 Key: TAP5-2354
                 URL: https://issues.apache.org/jira/browse/TAP5-2354
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Sven Homburg
            Priority: Minor


this mixin should have two more parameters like this:

{code}
@Parameter(value = "message:private-default-confirm-ok-label", defaultPrefix = BindingConstants.LITERAL)
    private String okLabel;

@Parameter(value = "message:private-default-confirm-cancel-label", defaultPrefix = BindingConstants.LITERAL)
    private String cancelLabel;
{code}

for localizing the buttons



--
This message was sent by Atlassian JIRA
(v6.2#6252)