Hi friends.
I am working with Struts Hibernate and Spring in my application. I am retrieving data from bd and in the same page I had another hyperlink when I click that one it should retrieve data from another table and should display that under the previous ta开发者_如何学Pythonble but the problem I am facing is when I click the another hyperlink the control is going new page and is not showing previous data. So please help me to resolve this problem! Thanks in advance.
Sunny
I would recommend reading up on the Struts2 AJAX framework. By doing an AJAX request you can load this data without requiring an entire page refresh.
精彩评论