Re: Breadcrumbs

2007-09-28 Thread stanlick
Thanks Brian -- I wanted it be automatic and work easily with Struts 2. After probing and searching, I realized there was no such animal so I wrote a plug-in. This was a testament to just how flexible the Struts 2 framework really is! I wrote a Bread Crumb interceptor with only a few lines of c

Re: Breadcrumbs

2007-09-27 Thread Brian Trzupek
Try this one out, we are using it very successfully. Trail Taglin http://www.osjava.org/trail-taglib/index.html brian- On Sep 25, 2007, at 5:53 AM, [EMAIL PROTECTED] wrote: Can you tell me if Struts 2 has a facility for breadcrumbs? On 9/25/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote:

Re: Breadcrumbs

2007-09-25 Thread cilquirm
Nope, since IAs and sitemaps are very site specific. Java does, tho. It's called java.util.Stack ( or at your leisure, commons-collections has ArrayStack ) :-) -a stanlick wrote: > > Can you tell me if Struts 2 has a facility for breadcrumbs? > > On 9/25/07, Antonio Petrelli <[EMAIL PROT

Re: Breadcrumbs

2007-09-25 Thread stanlick
Can you tell me if Struts 2 has a facility for breadcrumbs? On 9/25/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > 2007/9/24, stanlick <[EMAIL PROTECTED]>: > > > > > > I am writing a Breadcrumbs utility and have a question about how to > easily > > get the current request in a format that cou

Re: Breadcrumbs

2007-09-24 Thread Antonio Petrelli
2007/9/24, stanlick <[EMAIL PROTECTED]>: > > > I am writing a Breadcrumbs utility and have a question about how to easily > get the current request in a format that could be wrapped in an URL. Is > there a quick way to do this given a TilesRequestContext reference? If it is a Tiles-related ques