I am currently able to override the .html tempate that the contrib: TableView tag uses by including files in my classpath with the same path as the original tapestry components.
Is there any way to point to a specific template with a different path? currently the overridden template must appear in: org.apache.tapestry.contrib.table.components can i configure this to be a different package ie. org.mydomain.components.override any help would be greatly appreciated. -jm
