Re: Can you get URL context values within a component.

2013-12-04 Thread Lance Java
Oops, smartphone typing. I meant to say Components should never have knowledge of page activation context. On 4 Dec 2013 23:07, "Lance Java" wrote: > Components should have knowledge of page activation context. Pass the > selected tab as a component parameter. The parameter can be mapped to the

Re: Can you get URL context values within a component.

2013-12-04 Thread Lance Java
Components should have knowledge of page activation context. Pass the selected tab as a component parameter. The parameter can be mapped to the page activation context in the page. See the demo here http://tapestry-stitch.uklance.cloudbees.net/tabgroupdemo

Can you get URL context values within a component.

2013-12-04 Thread George Christman
Hello, I"m wondering if there is a way to get the URL context values from within a component without the use of onActivate? I have a component to manage tabs and I'm trying to dynamically set the selected tab based on the current page, but some of my pages are controlled by context params. I know t