Question
TATA Consultancy Services Ltd
US
Last activity: 12 Apr 2018 3:13 EDT
How to call activity from JSP
Please can someone help me with syntax to call activity from JSP rule. I tried with below but seems like it is not calling activity
String Content = "";
String baseURL = com.pega.pegarules.pub.util.StringUtils.urlCrossScriptingFilter(tools.findPage("pxThread").getString("pxReqURI"));
Content = baseURL + "[email protected]";
Many thanks.