Greetings, everyone!
I am using tiles for all my pages, which have 3 parts: a header on the top, a menu on the left below header and a body for the rest of the screen. For the menu part, I have different links that will display different pages in the body part.
The problem I have is that when I click a link in the menu part, the whole screen is refreshed (header + menu + body), even though only body changes. When I was doing the old style
JSP, I could have a frame/iframe for each part of the page and only the frame that changes will refresh. So, how could I achieve the same in Tiles?
Best regards,
Tong