On Wed, 22 Aug 2007 06:17:17 -0700 (PDT), abhilash wrote > I have a sub directory called admin under WEB-INF .My servlet > mapping is <servlet-mapping> <servlet-name>dentaprise</servlet- > name> <url-pattern>/app</url-pattern> </servlet-mapping> > > i have ListClient.html in admin directory.I am unable to get the page > ListClient.where i have to specify my sub directory? > any ideas? > > -- > View this message in context: http://www.nabble.com/organizing-HTML- > pages-into-subdirectories-tf4311520.html#a12274323 Sent from the > Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
You can specify the location in the dentaprise.application file, like this: <page name="ListClient" specification-path="admin/ListClients.page"/> Put the .page and .html file in the same directory. The dentaprise.application file should be in the WEB-INF directory. Hope this helps... ---- Hans Drexler GeoTax en WOZ-Support b.v. e: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]