Re: Library - Page Not Found in Namespace Problem

2006-03-15 Thread Andreas Andreou
1) There's a typo in the value of your org.apache.tapestry.page-class-packages 2) You should reference the page as mmp:CRUD 3) AFAIK, you have to add a CRUD.page file in the library. And if you add the file in the pages folder, you should also reference it from the .library file as Mike Pestoric

Library - Page Not Found in Namespace Problem

2006-03-14 Thread Mike Pestorich
I have some pages, components, and assests that I put into a library. The components and assets I have no problem accessing. However, when I try to use a page fom the library I get an exception stating that the page cannot be found in the namespace. Here are my relevent files: context/ | |__H