8
votes
2answers
1k views
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/XML to a flex app and some relatively simple HTML websites.
I've been diving deeper …
2
votes
2answers
272 views
Servlet page decoration: Do people use Tiles, Sitemesh, or something else?
I've used Tiles and Sitemesh for a number of years and while I personally prefer the Sitemesh style page decoration, I generally don't see a lot of mention of Sitemesh or Tiles on the Internet.
Do …
2
votes
1answer
558 views
Using SiteMesh with RequestDispatcher’s forward()
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 …
2
votes
1answer
283 views
Accessing the model from a layout view in Grails
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.gsp …
1
vote
1answer
59 views
Grails: what are the other alternatives to sitemesh for gsp view layouts?
Sitemesh seems to be an open-source project with minimal activity and small user community. So, I was wondering whether there are (better) alternatives to sitemesh, as a templating layout engine ?
And …
0
votes
0answers
18 views
Is it possible to extract SCRIPT tags using SiteMesh?
I have custom JSP tags that generate some HTML content, along with some javascript functions that get called by this HTML code. In the current implementation, the SCRIPT tags are created just above …
0
votes
1answer
12 views
Sitemesh + Struts2 + Velocity: Decorators cannot access the context’s objects
Hi,
I have a struts2 web app using velocity. I am integrating Sitemesh to the project.
The decorators are called properly but for some reasons, the objects placed in the context via the toolbox …
0
votes
2answers
42 views
With JSP, does the taglib URI mean that my site is reliant on the URI resolving?
Hi, 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 …
0
votes
1answer
37 views
sitemesh vs jsp-config (<include-prelude>)
Please help clarifying :
In web.xml I have the following
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
…
0
votes
1answer
34 views
Getting sitemesh to work with struts2
I'm trying to integrate sitemesh into my struts2 app, but i'm finding that it's not making any difference and isn't showing any errors (or anything sitemesh related at all) in the logs.
I've started …
0
votes
1answer
45 views
In Struts2, how do you share your common html across all pages?
In Struts2, how do you share your common html across all pages?
In Asp.net, you've got Master pages, and in Rails there are Layouts. The idea is that your common html (eg the header, menu, and …
0
votes
0answers
13 views
Action tag is forced to use input result if outer action has action errors
I use Sitemesh as template engine with Struts2.
In my decorator jsp file, I use for division content source.
Now I encounter a problem that if an action has an action error, there will be a "input" …
0
votes
2answers
288 views
Configuring SiteMesh for specific action mappings in Struts 2?
Hi,
I'm trying to configure sitemesh to only take effect for a certain subset of action mappings in my Struts 2 application.
Say for example, I have the following struts.xml snippet:
<package …
0
votes
0answers
80 views
Struts2 Sitemesh not working in WAS 6 server
I have a struts2-spring application which works fine in jetty server but when i try migrating it to WAS 6 the decorator(sitemesh) is not getting applied. The server logs shows no error.Is this a known …
0
votes
2answers
191 views
java web app decorating/includes issues
Background: we have a system that was written in an older CMS based on Java back during the 2002-2003 days. We want to keep moving forward with our new stuff, using tomcat, stripes, and sitemesh. We …
