I've currently got a problem with my template and it doesn't actually display
the pages that are referrred to in the parent folder.  I have the template 
defined as follows butI can't seem to reference mainmenu.html, 
message.html, submenu.html or footer.html in the following way.  Could 
somebody tell me exactly how it is defined.

My template resides in a folder called assessments whilst the other 
files reside in the folder above this.

<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' %>

<template:insert template='../template.jsp'>

<template:put name='header' content='header.html'/>

<template:put name='mainmenu' content='../mainmenu.html'/>
<template:put name='message' content='../message.html'/>
<template:put name='submenu' content='../submenu.html'/>

<template:put name='content' content='/AssessmentMenuContent.jsp'/>

<template:put name='footer' content='../footer.html'/>

</template:insert>

Many thanks in advance,
Jon.

*---------------------------------------------*
 Jonathan Holloway,               
 Dept. Of Computer Science,       
 Aberystwyth University, 
 Ceredigion,                      
 West Wales,                      
 SY23 3DV.                        
                                  
 07968 902140                     
 http://users.aber.ac.uk/jph8     
*---------------------------------------------*

Reply via email to