• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tiles refresh problem

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I ma using struts with tiles.The header for the application gets refreshed every time.The header contains a menu bar and each menu can have a sub menu bar.When user navigates from a menu to sub menubar and clicks on a sub menu item ,the whole page gets refreshed i.e the header does not show which particular sub menu was clicked.

Any solution for the same.I am quite inclined towards using tiles.

Thanks
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ajay,
I had faced the same problem. But, I solved the problem by adding two attributes(one for main menu and other for sub menu) in the form bean and written some login in the jsp files.
 
Ajai
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Periakaruppan Thiagarajan


Were you able to solve the problem with tiles solution.
If so can you elaborate what do you mean by
'written some login in jsp files'.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic