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)