I am trying to configure Turbine to use JSP's, but I can't get it to
display my default screen.  I am at a loss at what to do.

I have the following properties set in TurbineResources.properties

screen.homepage=Login

services.JspService.template.extension=jsp
services.JspService.default.page = JspPage
services.JspService.default.screen = BaseJspScreen
services.JspService.default.layout = JspLayout
services.JspService.default.layout.template = /default.jsp
services.JspService.default.navigation = BaseJspNavigation
services.JspService.default.error.screen = JspErrorScreen

My JSP looks like this:

<turbine:navigation template="top.jsp" /><br>
<turbine:screen section="body" /><br>
<turbine:navigation template="bottom.jsp" /><br>

Can someone please tell me what I am doing wrong and/or need to do?

Thanks,
Donald Bell

IBM Knowledge & Content Management
Phone (314) 469-5891
Mobile (314) 566-0637




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

Reply via email to