Zamek

I tried sending this message twice to you, but I don't think you got it.

Did you start using 2.3 with a fresh source tree or did you use the
source tree of your 2.2 application?

Default vm is Index.vm in templates/app/screens and I have an Index.java in modules/screens Index.java is public class Index extends NormalScreen implements PortalConst .
NormalScreen is inherits from VelocityScreen.


It was working in T2.2 but I need some modification because log changes etc.

module.packages=org.apache.turbine.modules, com.zamek.portal.modules, 
org.apache.turbine.flux.modules,\
 com.zamek.forum.modules, com.zamek.turbine.modules,com.zamek.news.modules

Is the Index.java in one of the packages listed here, such as com.zamek.portal.modules.screens?

# -------------------------------------------------------------------
#
#  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.VelocityService.template.extension=vm
services.VelocityService.default.page = VelocityPage
services.VelocityService.default.screen=VelocityScreen
services.VelocityService.default.layout = VelocityOnlyLayout
services.VelocityService.default.navigation=VelocityNavigation
services.VelocityService.default.error.screen = VelocityErrorScreen
services.VelocityService.default.layout.template = Default.vm

Do you have a Default.vm in templates/app/layouts? I think this is your problem.

Eric



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to