Martin, >so my login screen shoul be shown if i try >http://localhost:8080/test/servlet/test, shouldn't it? That will call the default screen from the layouts/default.vm file, in that file is a reference to the $screen_placeholder which is where the singular screens are embedded. The default from the TDK is index.vm. If you want to change the default screen, edit the template.homepage=/index.vm entry in TurbineResources.properties. Alternatively you could edit the index.vm template by adding; $link.setPage("Login.vm) which will create a URL to your screen. Another method is to punch in the URL directly as; http://localhost:8080/test/servlet/test/template/Login.vm Three differant ways to achieve the same result. Hope that helps. Cameron Riley ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
