Jump to content

Java Issue, Help Please


Recommended Posts

Posted

[color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
Technologies used:[/background][/size][/font][/color][color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
Spring MVC, jquery, ajax.[/background][/size][/font][/color]



[color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
**A JSP page included in 3 different jsp pages under 3 different tabs using div container and JSP:include, we implemented pagination links and soting table headers in the included JSP page.[/background][/size][/font][/color]
[color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
[color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]**The div name is same in all 3 pages and the request mapping from all 3 pages hits the same method in one controller class and the Jsp page the controller returning also same.[/background][/size][/font][/color][/background][/size][/font][/color]

[color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
**Pagination & sorting links works peferctly fine in 3 pages, but when I navigate between different tabs, I had an issue in one of the tab:[/background][/size][/font][/color][color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
when user click's the pagination links or table headers for sorting results in the included JSP page, request hitting the server with all the request parameters properly, but when my controller class returns the response, new JSP page with the returned result isn't rendering(still showing the old page).[/background][/size][/font][/color]


[color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
This issue is happening only in one tab, and that too when I navigate from either of other 2 tabs.[/background][/size][/font][/color]
[color=#222222][font=arial, sans-serif][size=3][background=rgb(255, 255, 255)]
Please look at the issue and suggest me if you come across any solution.[/background][/size][/font][/color]

×
×
  • Create New...