Question
1
Replies
983
Views
TATA Consultancy Services Ltd
Posted: March 30, 2018
Last activity: March 30, 2018
Closed
Solved
Refrring clipboard property in JSP rule
Hello All,
I m using below syntax to refer a clipboard property in JSP rule, but it is showing as syntax error. I even mentioned the page in pages and classes tab.
Please help me with exact syntax
String setLocale = <pega:reference name="pxThread.Locale" />
<%
ClipboardPage pxThread = tools.findPage("pxThread");
String Locale = pxThread.getString("Locale");
%>