On Fri, Mar 20, 2009 at 11:12 AM, Peter Kanze <peterka...@gmail.com> 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() method:

@Inject
private Request request;

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to