It's pretty hacky what you're doing. I think you'll also need to call Registry.cleanupThread() to give Tapestry a chance to cleanup any PerThread values that are created during your quasi half arsed Tapestry request ;)
http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/ioc/Registry.html#cleanupThread() On 24 Feb 2014 23:05, "Lance Java" <lance.j...@googlemail.com> wrote: > Hmm... This could well be the source of your problem. I think you'll also > need to call ResponseGlobals. storeServletRequestResponse(...) > > I'm not sure I fully understand your non-tapestry flow. Why do you need > Tapestry to be aware of the JSP requests? > > I'm assuming you have contributed to the ignore paths filter so that > Tapestry ignores your JSP URL's? > > >