Philippe,

    You haven't pasted the full exception stack trace (1st half). Have you
tried the struts-template application bundled with struts 1.1?

Regards,

Thiru

-------------
Philippe Wrote:

Hello,

Another unlucky one trying to get it to work on IPlanet...

I'm using the templates taglib and IPlanet throws an exception from the JSP
page:

root cause: javax.servlet.jsp.JspException:
org.apache.struts.taglib.template.
InsertTag
         at
org.apache.struts.taglib.template.PutTag.getAncestor(PutTag.java:288)
         at
org.apache.struts.taglib.template.PutTag.doEndTag(PutTag.java:208)
         at _jsps._jsp._list_jsp._jspService(_list_jsp.java:103)
         at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspSer
vlet.java:247)

etc.

When I look at the source the jsp compiler (_list_jsp.java) generated I see
it
throws an exception on this line:

  if (_jspx_th_template_put_0.doEndTag() == Tag.SKIP_PAGE)

Anybody know the answer?

I hereby add the jsp page causing trouble:

---8<---
<%@ taglib uri='/tags/struts-template' prefix='template' %>


<template:insert template='/jsp/siteTemplate.jsp'>
   <template:put name='menu' content='/jsp/menu.jsp' />
   <template:put name='content' content='/jsp/listContent.jsp'/>
</template:insert>
---8<---


Greetings,
Philippe.


This e-Mail may contain proprietary and confidential information and is sent for the 
intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to you, you 
are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, 
copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment 
other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

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

Reply via email to