Hi there, I'm new to T5 so the I hope this isn't just a user misunderstanding but I'm having troubles with the prefix "literal:"
Page class:
public class MyComponent
{
@Parameter
private String title;
}
A Template that uses MyComponent as follows:
<t:myComponent t:title="literal:Page ${pageNo} of ${pageCount}" />
The resulting output is:
literal: Page 1 of 3
If I change the parameter to use "literal" as the default binding the output
correctly omits the "literal:" prefix.
Cheers
Andrew
