Question
3
Replies
1263
Views
Atos India Pvt ltd
Posted: February 25, 2019
Last activity: March 1, 2019
Closed
How to find the page list length using html and jsp? and also how to refer/use a pega property in html.?
Hi All,
Please let me know how to find the page list length using html and jsp? and also how to refer/use a pega property in html.?
Regards,
Bharath
***Edited by Moderator Marissa to update platform capability tags****
Hi Bharath,
You can probably use the below suggested functions to get the length of your page list in your html & jsp code,
https://community1.pega.com/community/product-support/question/how-get-size-page-list
To call the function you can try the below approach in your javascript code,
function test(){
<% rulesetname_libraryname.SomeFunctionName (parameters); %>
}
Hope this might help you.
Regards,
Mahesh M