I follow tutorial in
Tutorial SpringDisplayTag
I made some changes as below
Controller : PagingSorting
Domain : User
View : displaytag.jsp
On first loading, successfully display well all record. The problem arise on second loading which is I want to view next page.
First access :
http://localhost:8080/demo/displaytag.html
Second access (through paging) :
http://localhost:8080/demo/WEB-INF/jsp/displaytag.jsp?d-49809-p=2
My question is how to handle request in displaytag not include prefix and suffix of original place
jsp source (WEB-INF/jsp/displaytag.jsp)
Any help would be appreciate.
Rgds,
Rendi Arta