template.hompage=Index.jsp
template.login=Login.jsp
screen.homepage=
screen.login=
screen.error=JspErrorScreen
screen.invalidstate=error.InvalidState

action.login=LoginUser
action.logout=LogoutUser
action.sessionvalidator=sessionvalidator.TemplateSessionValidator
action.accesscontroller=AccessController

layout.default=JspLayout
page.default=JspPage
        
template.default.extension=jsp
template.path=/templates/app
template.default.navigation=BaseJspNavigation
template.default.screen=BaseJspScreen
template.default.layout=Default.jsp
template.error=Error.jsp

template.service=services.JspService.classname=org.apache.turbine.services.velocity.TurbineJspService
