t;
> Could you post a little sample ?
>
> -Messaggio originale-
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Inviato: mercoledì 20 settembre 2006 20.59
> A: user@struts.apache.org
> Oggetto: RE: Handling breadcrumbs with Struts
>
> I would use a tile. The ti
I would use a tile. The tile controller can retrieve information from
the request and add it to a list kept in session scope. The tile,
itself, can display that list as breadcrumbs.
> -Original Message-
> From: Darren Hall [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 20, 2006
You may even try and do something more dynamic, like use Ajax calls
upon page loads, and that would keep things clean.
Just a thought ...
Scott
On 9/20/06, Darren Hall <[EMAIL PROTECTED]> wrote:
Thanks Leon.
I've already started implementing an action hierarchy.
Before I started down this r
Thanks Leon.
I've already started implementing an action hierarchy.
Before I started down this road, I just wanted to make sure I wasn't doing
more work than I needed to. =)
-D
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
I don't know about a preferred way, but as I had to implement the
breadcrumbs, I had too choices, do it in the base action (which fits
perfectly for this kind of processing) or, if you don't have a
baseaction in your action hierarchy, use a servlet filter.
regards
Leon
On 9/20/06, Darren Hall <[
5 matches
Mail list logo