Question
1
Replies
226
Views
Billennium
Posted: September 30, 2019
Last activity: September 30, 2019
Closed
Word Template Pega
Hello,
I'm pretty new in Pega, and I'm trying to create a new word template.
Could you please tell me, how can I insert the properties from the clipboard, into my document?
I'm trying using
{pega:reference City}
{pega:reference .City}
But still nothing is displayed, I mean the following text is displayed instead of clipboard value.
Thanks and Regards
Mateusz
Hi,
Pega reference JSP tags should be used like this:
<pega:reference name="myProperty" />
Refer to this link:https://community.pega.com/sites/default/files/help_v63sp1/Content/directives/reference/topics.htm