Top "Sitemesh" questions

SiteMesh is a Java web application development framework developed by OpenSymphony.

Is it possible to define a decorator directly in a JSP with Sitemesh?

I know I should define decorators in a configuration file or my own subclass of ConfigurableSiteMeshFilter. For example: public class …

java jsp servlet-filters sitemesh