Link to home
Start Free TrialLog in
Avatar of annapolistech
annapolistechFlag for United States of America

asked on

How to set the pagesize attribute of display:table tag dynamically in JSP

Hi Expert,

Can you please let me know, how to set the pagesize attribute of display:table (displaytag taglibrary) dynamically.
My requirement is to change the pagesize based on a dropdown selection, i.e 10,20,50 etc records per page.

Thanks in advance
Avatar of raj3060
raj3060
Flag of United States of America image

You would need to use some javascript onchange event and set the parameters to what you want it to be.
Avatar of annapolistech

ASKER

Hi Raj,
I know but  how to access the display:table tag in javascript and change the pagesize attribute.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of raj3060
raj3060
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial