• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Tiles: how to refresh just one tile?

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To my knowledge you can't. This is why I use a div refresh.
 
Tong Wang
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Chris,

Thanks for the reply. Could you please provide a bit more detail on the div refresh as I am not familiar with this technique?

Thanks,
Tong
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic