RE: implementing a tabbed pages for top of page

2013-02-11 Thread Ken in Nashua
Hey Lance, you modeled that nicely and fine efficient usage too. I will see what flies and choose something. But thanks ! Ken

Re: implementing a tabbed pages for top of page

2013-02-11 Thread Lance Java
I've made a tabgroup component based on twitter-bootstrap tabs. It's ajax based but gracefully degrades when you map the "active" parameter to a PageActivationContext. http://twitter.github.com/bootstrap/components.html#navs Demo: https://github.com/uklance/tapestry-stitch-demo/blob/master/src/ma

implementing a tabbed pages for top of page

2013-02-11 Thread Ken in Nashua
Folks, I am implementing a tabbed pages... with page off of any page tab Has this been modeled in java tapestry yet as a component? All I want to do is put page links on the tab selections. It seems like a nice model to fall into place. Wondering if its been done yet for tap5 Ken