• 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

problem with Tiles (Stuts) and my menu

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

I want to know how will you implement a menu in tiles. I have these 4 tiles.

1 = view.header
2 = view.menu
3 = view.body
4 = view.footer

but this is my problem. My menu has 4 items and 2 sub items



so if you click on reports it should dynamically update the view.menu and display the History and clients link. when you click on these links it should redirect you.

How will i be able to update the menu with out affecting the current jsp page the user is working on??

Please i`m new to this and not sure what to do??

thanks
Derick
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you can go with a collapsing tree format of the menu tile. By using this, you should be able to view the submenus in ur menu tile, when the user clicks on "reports".

And you can give the hrefs for all the menu items & the submenu items.

This should surely solve ur problem.

Regards,
wonderprat
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this thread to the Web Application Frameworks forum, since it is about Struts/Tiles.
 
Don't sweat petty things, or pet sweaty things. But cuddle this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic