Hello again!
Sorry, I somehow forgot to paste in the whole template configuration.
# -------------------------------------------------------------------
#
# T E M P L A T E S E T T I N G S
#
# -------------------------------------------------------------------
# These are variables to set if you're using a template system
# (Velocity, WebMacro, FreeMarker, etc.) with Turbine.
# -------------------------------------------------------------------
# Used to set the template homepage if you are using a template
# layout.
#
# Default: /index.wm
template.homepage=/Index.vm
# This is the default screen to show to people when they first access
# the system. You can override this by specifying module.packages to
# include your own modules.
#
# Default: Login
screen.homepage=Login
# This is the template that is shown on an incorrect login attempt.
#
# Default: Login
template.login=@TEMPLATE_LOGIN@
# This is the page that is shown on an incorrect login attempt. It is
# referenced in the LoginUser action
#
# Default: Login
screen.login=Login
# This is the default error screen.
#
# Default: Error
#
screen.error=Error
# This is the screen that is displayed when the user's web page is in
# an invalid state.
#
# Default: error.InvalidState
screen.invalidstate=error.InvalidState
# Set the default Doctype. The default Doctype can be set by using
# the single strings: Html40Strict, Html40Transitional, or
# Html40Frameset. Additionally the default can be supplied as two
# strings separated by a comma giving the DTD and URI.
#
# Default: ignored if not set to some value.
default.doctype=Html40Transitional
# The default location for ImageServer to find its files.
#
# Default: d:/asdfasdfasdf
screen.ImageServer.root=d:/asdfasdfasdf
# This is the default action to log a user in.
# Default: LoginUser
action.login=LoginUser
# This is the default action to validate whether or not a session is
# valid. For example, if you want to make sure if a user has already
# logged in or not.
#
# Default: SessionValidator
action.sessionvalidator=sessionvalidator.TemplateSessionValidator
# This is the default action that builds up the AccessControlList for
# the individual users session.
#
# Default: AccessController
action.accesscontroller=AccessController
# This is the default layout to apply.
#
# Default: DefaultLayout
layout.default=VelocityOnlyLayout
#
# This is the default page module. You probably do not want to modify
# this.
#
# Default: DefaultPage
#
page.default=VelocityPage
# -------------------------------------------------------------------
#
# T E M P L A T E S E R V I C E
#
# -------------------------------------------------------------------
# Roughly, the number of templates in each category.
#
# Defaults: layout=2, navigation=10, screen=50
services.TurbineTemplateService.layout.cache.size=2
services.TurbineTemplateService.navigation.cache.size=10
services.TurbineTemplateService.screen.cache.size=50
# The extension that will be used when constructing default template
# names. E.g. if set to wm the service will assume layout names of
# "default.wm".
#
# Default: html
services.TurbineTemplateService.default.extension=vm
# The location of the templates. This should be the same locations as
# given for the template engine specific template path property. For
# jsdk 2.2 this can be relative to the webapp root.
#
# Default: /templates
services.TurbineTemplateService.template.path=/templates
# This is the default navigation module after none by the name Default
# have been located. Some possible values are WebMacroSiteNavigation
# or BaseFreeMarkerNavigation.
#
# Default: none
services.TurbineTemplateService.default.navigation=VelocityNavigation
# This is the default screen module after none by the name Default
# have been located. Some possible values are WebMacroSiteScreen or
# BaseFreeMarkerScreen.
#
# Default: none
services.TurbineTemplateService.default.screen=VelocityScreen
# This is the default layout template after none by the name
# default.{default.extension} have been located.
#
# Default: /default.{default.extension}
services.TurbineTemplateService.default.layout.template=/Default.vm
# -------------------------------------------------------------------
#
# V E L O C I T Y S E R V I C E
#
# -------------------------------------------------------------------
# The location of Velocity configuration file, relative to webapp root
# These properties will override the default properties set by Velocity.
# You should specify the path to the templates directories as well as
# the path to the log file and they should also be relative to webapp root
services.TurbineVelocityService.properties=/WEB-INF/conf/velocity.properties
services.TurbineVelocityService.log=/log/velocity.log
services.TurbineVelocityService.templates=/templates
--
Bye,
Gergely mailto:[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]