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

I want to make a path of calls

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
In our application I want to show path in every jsp (struts) that from where user reach to this jsp.

For Example:
1. click on Sales
2. click on User
3. click on Edit
Then the path is: Sales > User > Edit

Note that one jsp is called from more then one places.

I am waiting for your reply.
Thanks
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The formal term for what you are looking-for/describing is, "Bread Crumbs".
Struts Layout has a Bread Crumb implementation. I haven't used this, so I cannot comment (maybe you can get feedback under "Other Open Source Products" forum). If you want to write your own, I might suggest subclassing the Struts RequestProcessor and doing your own stack maintenence (see). Good luck.
-Jim
[ April 23, 2007: Message edited by: Jim Hardin ]
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic