Hello,
This is probably not directly stripes-related problem, but it has to do with
error handling.
For runtime problems, my ExceptionHandler catches exceptions, converts them to
UI presentable entities and forwards to generic error jsps.
This works great for most of the cases, except when exception was generated as
result if <jsp:include “somaction”/>
After processing real error,
I get error stack in the logs from tomcat (6.x)
I think it has to do with forward inside include - is that illegal? Should I
be doing redirects to generic ErrorAction ?
Thank you
The errors from tomcat range, depending on the stripes layout configuration,
Caused by: java.io.IOException: Stream closed
at
org.apache.jasper.runtime.JspWriterImpl.ensureOpen(JspWriterImpl.java:204)
at
org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:115)
at
org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:188)
... 45 more
Caused by: java.io.IOException: Stream closed
at
org.apache.jasper.runtime.BodyContentImpl.ensureOpen(BodyContentImpl.java:582)
at
org.apache.jasper.runtime.BodyContentImpl.write(BodyContentImpl.java:142)
at
org.apache.jasper.runtime.BodyContentImpl.write(BodyContentImpl.java:159)
at
org.apache.jsp.WEB_002dINF.jsp.projects_002dtab_002dcontainer_jsp._jspx_meth_stripes_005flayout_002dcomponent_005f1(projects_002dtab_002dcontainer_jsp.java:484)
at
org.apache.jsp.WEB_002dINF.jsp.projects_002dtab_002dcontainer_jsp._jspx_meth_stripes_005flayout_002drender_005f0(projects_002dtab_002dcontainer_jsp.java:138)
at org.apache
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users