google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

RequestDispatcher wraps error pages 404.ftl and error.ftl into default layout #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
however, this is not always appropriate. For instance, if a site uses different 
layouts for different parts of the site (public/private parts), then depending 
on where the user is, there is a need to wrap an error page into a current 
layout. 
This can be achieved by turning default layout for error pages off, and using 
@wrap tag on error pages conditionally to wrap by different layouts. 

Original issue reported on code.google.com by ipolevoy@gmail.com on 18 Nov 2011 at 7:45

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 22 Nov 2011 at 10:16