Question
1
Replies
214
Views
Posted: December 17, 2019
Last activity: February 23, 2020
How to refer a page list clipboard property in JS & JSP ?
Please provide syntax for pagelist property.
Apart from the below syntax please provide other syntax for only page list properties
String Apple= tools.findPage("pyWorkPage").getString("Apple");
***Moderator Edit-Vidyaranjan: Updated Platform Capability***
In JSP, we can refer a page list by using below code:
<pega:forEach name=".pyPageList">
</pega:forEach>