Question
1
Replies
819
Views
World Bank
Posted: January 2, 2020
Last activity: January 3, 2020
How to get the property value from (clipboard ) pegalist value from Javascript
Hello,
How to get the property value from pagelist property in java script.
My requirement is when I clicked on delete button from table/grid (before deleting). Need to check the property value.
I tried with below code but it's not working with pagelist property
<% ClipboardPage parampage = tools.findPage("TempXXPage");
String paramvalue = parampage.getProperty("XXContactList.XXBusinessArea").toString(); %>
alert(paramvalue );
Thanks,
Wasim
You can probably make use of pega reference JSP tag.
Here's an example,