[
https://issues.apache.org/jira/browse/WICKET-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702990#action_12702990
]
Anton Veretennikov edited comment on WICKET-2240 at 4/26/09 10:06 PM:
----------------------------------------------------------------------
I came into the same problem.
Imagine you have a translatable validation message that must contain ${...}
literal:
message=URL must contain "${id}", for example, "http://somesite.com/${id}",
where {$id} will be substituted with partner code.
How to backslash ${id}?
\${id}?
and how to backslash "\${id}" literal.
was (Author: verant):
I came into the same problem.
Imagine you have a translatable validation message that must contain ${...}
literal:
message=URL must contain "${id}", for example, "http://somesite.com/${id}",
where {$id} will be substituted with parner code.
How to backslash ${id}?
\${id}?
and how to backslash "\${id}" literal.
> Ability to enter ${...} like literals in property values
> --------------------------------------------------------
>
> Key: WICKET-2240
> URL: https://issues.apache.org/jira/browse/WICKET-2240
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Reporter: Anton Veretennikov
>
> This was reported by Heidi Burn but was not opened.
> "Please, help me to insert ${id} literal in a property file. Back
> slashes don't work for me."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.