Thanks, below is the default Directory tree for newapp example. Where do I suppose to set out this new Layout-Templates? At the same level as app / jsp / flux or as a subdirectory of app?
|-- app | |-- GlobalMacros.vm | |-- layouts | | |-- Default.vm | | `-- Login.vm | |-- navigations | | |-- DefaultBottom.vm | | |-- DefaultTop.vm | | `-- Menu.vm | `-- screens | |-- Error.vm | |-- Form.vm | |-- Index.vm | |-- Insert.vm | |-- Login.vm | |-- ServletInfo.vm | |-- Upload.vm | `-- UploadComplete.vm |-- flux | |-- GlobalMacros.vm | |-- layouts | | `-- FluxDefault.vm | |-- navigations | | |-- FluxBottom.vm | | |-- FluxMenu.vm | | `-- FluxTop.vm | `-- screens | |-- FluxEmbeddedMenu.vm | |-- FluxError.vm | |-- FluxIndex.vm | |-- FluxLogin.vm | |-- group | | |-- FluxGroupAlreadyExists.vm | | |-- FluxGroupForm.vm | | `-- FluxGroupList.vm | |-- permission | | |-- FluxPermissionAlreadyExists.vm | | |-- FluxPermissionForm.vm | | `-- FluxPermissionList.vm | |-- role | | |-- FluxRoleAlreadyExists.vm | | |-- FluxRoleForm.vm | | |-- FluxRoleList.vm | | `-- FluxRolePermissionForm.vm | `-- user | |-- FluxMissingRequiredInputs.vm | |-- FluxUserAlreadyExists.vm | |-- FluxUserForm.vm | |-- FluxUserList.vm | `-- FluxUserRoleForm.vm |-- jsp | |-- screens | | |-- Index.jsp | | `-- Login.jsp | `-- tld | `-- Test.tld > Hi, > you have to create additional Layout-Templates and set them in your > action or screen or in a link. > In these Layout-templates you can individually specify which > navigation-files you want to use. > Hope that helps > Marc > >> -----Urspr�ngliche Nachricht----- >> Von: Eigen Technology Pty Ltd [mailto:[EMAIL PROTECTED]] >> Gesendet: Mittwoch, 18. Dezember 2002 12:01 >> An: [EMAIL PROTECTED] >> Betreff: Velocity Format >> >> >> Hi All, >> >> I would like to display a .vm page without the DefaultTop, Menu and >> Bottom. I know this can be achieved by getting rid of a few lines in >> the layout/Default.vm file. But I would like the Top, Menu and Botton >> to exist in some files but not others, is this possible? >> >> cheers >> michael >> >> >> >> >> -- >> To unsubscribe, e-mail: >> <mailto:[EMAIL PROTECTED]> >> For additional commands, e-mail: >> <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
