hi all,
 
can anyone tell me what causes the error:JspException : Exception occured in jsp page
 
here is my code:
 
<template:insert template="report_template.jsp" >
<template:put name="css" content="/css/table.css" />
<template:put name="js" content="/js/utils.js" />
</template:insert>
 
 
report_template.jsp:
 
 
<%@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' %>
<template:get name='css' />
<template:get name='js' />
 
 
thanks,
rama.
 
 

Reply via email to