I'm using display-tag 1.0 in my Jsp.
When my application run and I use the sort or export functionality, my jsp reload and the back-end code re-execute. How could I avoid it? This slow down my application.
When I display the jsp source code, I see that the called url built automatically and links to the page where I compute my data, that forwards to the display data page.
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all!!
I'm using display-tag 1.0 in my Jsp.
When my application run and I use the sort or export functionality, my jsp reload and the back-end code re-execute. How could I avoid it? This slow down my application.
When I display the jsp source code, I see that the called url built automatically and links to the page where I compute my data, that forwards to the display data page.
Thanks in advance.