I developed an application in struts 2.0 I am using tiles for designing pages. Here is my layout.jsp.
But the problem in this approach is my whole page refreshes every time. I dont want to refresh Header, Slidemenu and footer every time, I want to refresh my page's Body part only. Please tell me what is the best approach to do it because My whole application has been developed now and I dont want to change my internal code.
Prateek
.
Lorand Komaromi
Ranch Hand
Joined: Oct 08, 2009
Posts: 276
posted
0
Prateek Sharma wrote:I dont want to refresh Header, Slidemenu and footer every time, I want to refresh my page's Body part only.
Don't you want to refresh the title of the page..?