The id you provide, CULibrary, is a prefix.
You need to use "CULibrary:LowRes" instead of just "LowReas". Bare names are expected to be directly in the application, or provided by the framework. Qualified names come from a library. -- [EMAIL PROTECTED] http://tapestry.sf.net > I have a library called CULibrary that contains pages that I want to use in > the main application (CreditUnions). I have a line that says "<library > id="CULibrary" specification-path="/com/nscreditunions/CULibrary.library" > />" in the CreditUnions.application and the page is defined as "<page > name="LowRes" specification-path="/com/creditunions/LowRes.page">" in the > CULibrary.library. I then packaged up the library in it's own jar and put > it in the tomcat common\lib directory and I get the following error: > > Page 'LowRes' not found in framework namespace. > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: DEDICATED SERVERS only $89! > Linux or FreeBSD, FREE setup, FAST network. Get your own server > today at http://www.ServePath.com/indexfm.htm > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer ------------------------------------------------------- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD, FREE setup, FAST network. Get your own server today at http://www.ServePath.com/indexfm.htm _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
