[
https://issues.apache.org/jira/browse/TAPESTRY-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623589#action_12623589
]
Davor Hrg commented on TAPESTRY-2113:
-------------------------------------
You can easily add an binding prefix that can do this:
${esc:my_expression.sth}
the binding prefix will get: "my_expression.sth"
it can then add "${}" and output "${my_expression.sth}"
this is of course limited to but may be good if you are writing examples
that need to print out ${} syntax
> Ability to escape property expressions
> --------------------------------------
>
> Key: TAPESTRY-2113
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2113
> Project: Tapestry
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.0.14
> Reporter: Filip S. Adamsen
> Priority: Minor
>
> It is currently rather difficult to escape property expressions in Tapestry
> pages and components. There needs to be an easier way to do it than
> $<t:outputRaw value="literal:{expression}"/>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]