Top "Sitemesh" questions

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

How to avoid using scriptlets in my JSP page?

I've been told that the use of scriptlets (<%= ... %>) in my JSP pages isn't such a great idea. Can …

java jsp sitemesh scriptlet
sitemesh and spring MVC decorator pattern problems

I have sitemesh with spring working, this is the configuration: decorator.xml <?xml version="1.0" encoding="UTF-8"?> <decorators …

java spring spring-mvc sitemesh
In a grails gsp template, how can I use a server side comment without sitemesh throwing an error?

When I use a standard jsp comment block in a gsp template <%-- some server-side comment --%> , sitemesh …

templates grails gsp sitemesh
How do I integrate Sitemesh 3 with Spring MVC 3?

I am trying to use Sitemesh 3 to control the decoration of JSP output from a Spring MVC application. When I …

spring-mvc sitemesh
How to handle body onload event in <head> tag

I am using sitemesh in our application. In decorator jsp I have added <decorator:head> in head and …

javascript jsp sitemesh
Are there any good tutorials for using sitemesh in a grails application?

I'm a pretty experienced Grails developer, but most of my experience has been with using grails for serving up JSON/…

templates grails groovy gsp sitemesh
Sitemesh or Tiles

Working on the design of a web-application and since it will be a large application so can not reply on …

web-applications jakarta-ee tiles sitemesh
Importing spring.ftl using Spring MVC, Sitemesh, Freemarker

How can I import the spring.ftl macros into a Freemarker template page using Spring MVC, Sitemesh, and Freemarker? I've …

spring-mvc freemarker sitemesh
Choosing an appropriate url pattern for Sitemesh to exclude my servlet from its decorators?

I configured my Spring web app with a servlet to serve images at the URL: /imgsrv?imgid=12345 I also have …

java regex servlets spring-mvc sitemesh
Why does calling the security authentication property `principal.displayName` in a decorator throw an exception?

Is there a reason why calling the security authentication property principal.displayName in a decorator would cause a problem? I'm …

java spring spring-security decorator sitemesh