Question
World Bank
US
Last activity: 3 Jan 2020 9:21 EST
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