Question
Virtusa
Virtusa
AU
Virtusa
Posted: Jul 27, 2020
Last activity: Aug 18, 2020
Last activity: 18 Aug 2020 7:54 EDT
Closed
Passing clipboard page dynamically in custom control
Trying to pass the clipboard page dynamically using the pega reference tag.
Can we pass clipboard page as string?
***Edited by Moderator Marissa to change type from Pega Academy to Product***
Hi,
You can refer as below if you want to retrieve myProperty from myPage in your custom control.
But, If you want to Pass Page name dynamically as String param to your custom control, you can use java tags to fetch values from it.
In the above example, We have passed Page value dynamically from a String.
If you want to use Param inside your custom control, you can use the above code.
I hope it helps you a bit.
Good Luck!