On May 9, 2008, at 11:30 AM, Dan Olsen wrote:

I want to use the JSP templates instead of the velocity templates in Jetspeed. I have set the following lines as shown in the decorator.properties file in my layout folder:

template.type=JSP
template.extension=.jsp
header=header.jsp

However, Jetspeed is still loading the velocity templates.


Did you comment out the Velocity properties?

#: BEGIN comment for JSP
# template.type=velocity
# template.extension=.vm
#: END comment for JSP

#: BEGIN uncomment for JSP
template.type=JSP
template.extension=.jsp
header=header.jsp
footer=footer.jsp
#: END uncomment for JSP

I believe changing a decorator property now requires a restart

Reply via email to