I am using a display tag to display my table and it generating pagination on its own but when i click on the next page link i get
HTTP Status 403 – Access to the requested resource has been denied
I am using the display tab in combination with the struts tags
could any one please tell me what might be going on..?
Kaddy
Are your resources are deployed in
WEB-INF. because you can not access resources inWEB-INF. Accessing those will give this error.I will suggest you check your project structure once again.