On Fri, Mar 20, 2009 at 11:12 AM, Peter Kanze wrote:
> Hello,
Hi!
> The a:visited is not an option because only one tab button can be active.
Ok!
> About the mixin solution, how can I check the requested URL in my mixin?
> Do you have a quick example?
Inject the Request and use its getPath()
Hello,
The a:visited is not an option because only one tab button can be active.
About the mixin solution, how can I check the requested URL in my mixin?
Do you have a quick example?
Thanks!
Peter
On Fri, Mar 20, 2009 at 1:38 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On
On Fri, Mar 20, 2009 at 9:34 AM, Peter Kanze wrote:
> I have a component at the top of the page for navigating to my "main"
> pages..
> This works perfect, see the xhtml code below.. But the problem is that I
> want the clicked navigate link to get an class="active" attribute.
Doesn't using CSS's
Hello
I have a component at the top of the page for navigating to my "main"
pages..
This works perfect, see the xhtml code below.. But the problem is that I
want the clicked navigate link to get an class="active" attribute.
How can I do this? The problem is the component is rerendered after I clic
ges the process will consume a lot
of time, so it´s better to call this process on application start.
From: Ognen Ivanovski [mailto:[EMAIL PROTECTED]
Sent: Mon 7/16/2007 11:21 AM
To: Tapestry users
Subject: [T5] navigation component
Hi everyone,
I am trying t
Hi everyone,
I am trying to build up a T5 navigation component. The general idea is:
- it should figure out the navigational tree based on the pages
available around
- Showing a page in the navigational component should be a matter
of tagging a component with an annotation (@Navigable, or