Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using displaytag in my project for displaying data in table and I have done pagination and export in that, but when I am clicking on Next/Last/PageNo. [1/2....] and export CSV,pdf,xml,Excel getting Page Not found 404 error

and in my logs, its shows following:-

CSS
2015-01-23 19:15:30,005 24352 [http-bio-8080-exec-6] WARN  org.springframework.web.servlet.PageNotFound  - No mapping found for HTTP request with URI [/ai/img/ico_file_csv.png] in DispatcherServlet with name 'member-web'
2015-01-23 19:15:30,008 24355 [http-bio-8080-exec-8] WARN  org.springframework.web.servlet.PageNotFound  - No mapping found for HTTP request with URI [/ai/img/ico_file_xml.png] in DispatcherServlet with name 'member-web'
2015-01-23 19:15:30,014 24361 [http-bio-8080-exec-7] WARN  org.springframework.web.servlet.PageNotFound  - No mapping found for HTTP request with URI [/ai/img/ico_file_excel.png] in DispatcherServlet with name 'member-web'
2015-01-23 19:15:30,026 24373 [http-bio-8080-exec-9] WARN  org.springframework.web.servlet.PageNotFound  - No mapping found for HTTP request with URI [/ai/img/ico_file_pdf.png] in DispatcherServlet with name 'member-web'
2015-01-23 19:15:47,607 41954 [http-bio-8080-exec-10] WARN  org.springframework.web.servlet.PageNotFound  - No mapping found for HTTP request with URI [/ai/dates] in DispatcherServlet with name 'member-web'




though I have added all the required jars. Pro's need your guidance....Please help..!!

Thanks :)
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900