Re: Extending existing component and .page file

2007-01-10 Thread karthik G
Thanks. Yes, I'm trying to customize Contrib's TablePages component. I just need a different look and feel at the template level and I could get it to work by copying the TablePages.jwc contents. It will be nice to have this patch. It will be really nice if we could have an extra parameter along t

RE: Extending existing component and .page file

2007-01-09 Thread Marcus.Schulte
You'll - either have to use annotations if you're on Java 5. They're inherited correctly. - on Tapestry 3 you could include the common .jwc XML fragments as external entities starting with Tap4 this functionality is broken. A patch exists, if you want it you can vote on http://issues.apache.org

Re: Extending existing component and .page file

2007-01-09 Thread James Carman
What are you looking to do? What version of Tapestry are you using? If you're looking to automatically inject a HiveMind service into all of your pages/components, you can either use tapestry-autowire (tap 4.0) or upgrade to tap 4.1 which has tapestry-autowire built in. Using tapestry-autowire, i