sitemesh Questions
1
I'm working on implementing Spring Session in a legacy application. I followed the Spring documentation to get the session library implemented and everything seems to be working well, except....
T...
Bernardinebernardo asked 9/1, 2017 at 23:46
7
Solved
When I use a standard jsp comment block in a gsp template
<%-- some server-side comment --%>
, sitemesh throws an 'unexpected token' error. Is there another comment syntax I can use?
4
Solved
I'm a pretty experienced Grails developer, but most of my experience has been with using grails for serving up JSON/XML to a flex app and some relatively simple HTML websites.
I've been diving dee...
3
How can I import the spring.ftl macros into a Freemarker template page using Spring MVC, Sitemesh, and Freemarker?
I've configured a Spring MVC app using Sitemesh and Freemarker based on Ted Young...
Mizzenmast asked 9/12, 2011 at 19:14
1
Solved
I'm migrating a set of grails 2.0.4 applications to version 3.x. All of them are deployed in the same server together with a number of java applications. Both sets of java and grails applications h...
Erlond asked 2/2, 2016 at 15:10
3
Solved
I'm trying to implement a sitemesh decorator in my site. The example on their site has a full URI linking to their site for the taglib part of the decorator file:
<%@ taglib uri="http://www.ope...
3
Solved
I am trying to use Sitemesh 3 to control the decoration of JSP output from a Spring MVC application.
When I hit the application it seems that Sitemesh is making a request to the Spring servlet to ...
Sternlight asked 8/2, 2013 at 15:18
0
I am new to Grails/GSP/Sitemesh and am trying to figure out if I can use nested layouts. I would like to have a main layout that will be used for all of my pages to contain a standard header, foote...
4
I am using Spring 3 with sitemesh. I would like to refer to spring context bean in decorator page defined in sitemesh.
The problem is that SiteMesh filter is working outside the Spring context, so...
Cheeseparing asked 17/10, 2010 at 9:56
4
Solved
I'm working on rewriting some aging web applications. There are two in particular that are very, very similar, yet share no code today and I aim to fix that.
The projects are being rewritten with ...
Enyedy asked 7/3, 2012 at 6:26
2
Solved
Working on the design of a web-application and since it will be a large application so can not reply on jsp include feature so have to use some other solution and for that we came up with Til...
Swirsky asked 14/12, 2010 at 13:28
4
Solved
I have sitemesh with spring working, this is the configuration:
decorator.xml
<?xml version="1.0" encoding="UTF-8"?>
<decorators defaultdir="/styles">
<excludes>
<pattern>...
Muscular asked 18/5, 2010 at 16:9
2
Solved
I am using sitemesh in our application. In decorator jsp I have added <decorator:head> in head and on body tag:
<body onload="<decorator:getProperty property='body.onload'/>&quo...
Menial asked 13/6, 2011 at 10:26
2
Solved
I'm trying to do something like this:
For all the requests to /admin/* I need the page to be decorated using the B decorator but also that B decorator has to be included in the content of A decor...
3
Solved
I want to render a page in grails without a <html>, <head> and <body> tag, I just want DIV and tables.
I want to integrate this page in my Facebook page and the requirement of Fa...
Orthogonal asked 28/1, 2011 at 15:4
1
Solved
I want to use a few tags of the spring security tag library inside the decorator file of site-mesh. However content inside these tags is never shown. Can anyone tell me why this is?
Code:
<!DO...
Pension asked 6/12, 2010 at 20:26
3
I'm evaluating SiteMesh for use in our web applications. I've found two websites for SiteMesh
version 2.4 (Jan 2009) -> http://www.opensymphony.com/sitemesh/
version 3.0 (Sep 2009) -> http://www....
Rozalie asked 7/7, 2010 at 17:40
1
Is posible to integrate sitemesh and tiles 2.1 with spring mvc ?
I want to composite the layout with tiles and then decorate with sitemesh.
I was using tiles like that.
<bean id="tilesConfigu...
Coprophilia asked 17/5, 2010 at 15:40
7
Solved
I've been told that the use of scriptlets (<%= ... %>) in my JSP pages isn't such a great idea.
Can someone with a bit more java/jsp experience please give me some pointers as to how to change ...
1
Solved
I'm attempting to integrate SiteMesh into a legacy application using Tomcat 5 as my a container. I have a main.jsp that I'm decorating with a simple decorator.
In decorators.xml, I've just got one...
1
Solved
I'm using the layout support (sitemesh) in Grails which works fine. I'd like to adjust my layout to have it depend on whether or not a user is logged in or not.
My grails-app/views/layouts/main.gs...
Flodden asked 2/2, 2009 at 13:58
1
© 2022 - 2024 — McMap. All rights reserved.