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 2014/06/23 14:06:24 UTC

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

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

Jochen Kemnade closed TAP5-2354.
--------------------------------

    Resolution: Duplicate

> 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)