RE: how do i store spec & html in a sub dir of WEB-INF for components and pages..

2006-07-21 Thread Jeff Lubetkin
html in a sub dir of WEB-INF for components and pages.. Hello freindly Tapestry list.. What is the configuration mechanism to specify a custom spec/template resolver for the page or component? That is, i'd like to have a directory structure: /WEB-INF/pages/(*html|[*.page]) /WEB-INF/componen

how do i store spec & html in a sub dir of WEB-INF for components and pages..

2006-07-21 Thread Josh Long
Hello freindly Tapestry list.. What is the configuration mechanism to specify a custom spec/template resolver for the page or component? That is, i'd like to have a directory structure: /WEB-INF/pages/(*html|[*.page]) /WEB-INF/components/(*html|[*.jwc]) and have it so that if /WEB-INF/pages/Foo