Hi, I have been keeping all my pages out of libraries and jar files due to the need to be able to change them based upon specific client needs. If the page is in the library, I am not been able to override it in an application that uses this library.
This approach is getting messy with the 100+ pages that span my applications. I wish to place all the specs and templates into the jar alongside their java classes. I am kind of stuck. To get tapestry to load a spec/template from a classpath, the page must be defined in a library. It would be okay to be able to define the pages in a library if I could override the page with a different spec/template later (in a different web app). It would be okay to just reference the classpath location to the spec/template in the application specification. Either way, it's a no-go. Any ideas on how to get around this issue? Thanks for your help! Phillip Rhodeshttp://www.jsso.org Open source Java Identity and Authorization Serviceshttp://www.rhoderunner.com Open Source Java Ecommerce Suite --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
