Hi Stripes folk,

I'm getting a 500 internal server error (ironically) when attempting
to customise my error pages - specifically the 404 page.

My error pages use the default template layout-definition for my web
app, if I request my 404 jsp directly it works fine but when the
servlet container forwards a bad request (a request for a non-existant
resource) to my 404 page a StripesJspException is thrown because the
LayoutContext contains an empty Map of parameters for the layout
componets.

When does the Parameter Map get set on the LayoutContext? I can only
assume it has something to do with the way the servlet container
(weblogic 81) is forwarding on the request.

Cheers,
Phil

------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to