No, here's what I mean. In your application's root directory, create a directory called "profile." In there, put your ProfileInfo.html file. Then, Tapestry will look in a subpackage called "profile" under your root pages package for the ProfileInfo class. Does that make sense?
-----Original Message----- From: Nemanja Kostic [mailto:[EMAIL PROTECTED] Sent: Saturday, February 18, 2006 2:42 PM To: Tapestry users Subject: Re: Determining the page class in subpackages ? All my .html files are in root filder. If I understood you correctly you ment to do it like this: / --/com/webaspect/pages/profileInfo/ProfileInfo.html --/WEB-INF -----/classes --------/com/webaspect/pages/profileInfo/ProfileInfo.class I just tried this as you said but got exception: "Page ProfileInfo not found in namespace". Nemanja. James Carman wrote: >If you put your html files in subfolders off the root, Tapestry will look in >subpackages under the main page package. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
