sitemesh « Development « Spring Q&A





1. Internationalization sitemesh    stackoverflow.com

I'm using freemarker, SiteMesh and Spring framework. For the pages I use ${requestContext.getMessage()} to get the message from message.properties. But for the decorators this doesn't work. How should I do to get ...

2. What is sitemesh    stackoverflow.com

I have seen sitemesh used with spring and ftl. So I want to know what is sitemesh and its use with ftl, with example Thanks.

3. Remove decorator from error page    stackoverflow.com

We use sitemesh for decorations on our website. We have an error page and we would not like to apply the decorator to it. The error page comes up in case ...

4. Sitemesh2 is discontinued, Sitemesh3 is ALPHA - what now?    stackoverflow.com

I kind of accidentally stumbled upon opensymphony's website stating that they went out of business - but their projects (at least some) will be continued over the course of time by ...

5. sitemesh + decorator + spring    forum.springsource.org

SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at com.opensymphony.module.sitemesh.taglib.decorator. HeadTag.doEndTag(HeadTag.java:33) at org.apache.jsp.WEB_002dINF.jsp.login_jsp._jspx_met h_decorator_005fhead_005f0(login_jsp.java:539) at org.apache.jsp.WEB_002dINF.jsp.login_jsp._jspServi ce(login_jsp.java:151) at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet .java:722) at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:417) at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:391) at org.apache.jasper.servlet.JspServlet.service(JspSe ...

6. Capture reponse page Content from Sitemesh    forum.springsource.org

Capture reponse page Content from Sitemesh Hi I am using Spring MVC, JSP/JSTL and Sitemesh. I wanted to capture the response page content rendered by the Sitemesh. I put MyFilter before ...

7. Sitemesh, Velocity, Freemarker, Tiles, JSTL... brain hurting...    forum.springsource.org

Sitemesh, Velocity, Freemarker, Tiles, JSTL... brain hurting... I'm just getting to the part of a project where I have to decide what to use with Spring MVC and Webflow for page ...

8. SiteMesh + Spring 3    forum.springsource.org

SiteMesh + Spring 3 I was configuring SiteMesh with Spring 3. I succesfully configure SiteMesh with Spring 3, but the problem is when i trying to exclude some JSPs from the ...

9. Semi-OT: SiteMesh with Servlet 2.3 / Tomcat 4?    forum.springsource.org

Semi-OT: SiteMesh with Servlet 2.3 / Tomcat 4? Hi, I'm having a problem with the limited filtering capabilities of Servlet 2.3. I'm using SiteMesh together with Struts as the web frontend ...





10. how can i get Data in sitemesh decorators?    forum.springsource.org

in spring mvc, Controller's referenceData can offer data to a view but in sitemesh's decorators, how can i get data throw controller? for example: in webwork i can use Code:

11. Spring 3.0 vs Sitemesh    forum.springsource.org

Spring 3.0 vs Sitemesh Hi, I have been using Spring with Sitemesh successfully. My application was using Spring 2.0 and Sitemesh 2.4.2. Now I migrate my program to Spring 3.0. Previously ...

12. Spring + SiteMesh + Velocity?    forum.springsource.org

Spring + SiteMesh + Velocity? First, if this has been covered somewhere, please point me in the right direction, if not... I have a project where I want to use Spring ...

13. Sitemesh with Velocity Decorators    forum.springsource.org

Hi, I was using Spring + Sitemesh + Velocity, but my decoratorators were JSPs. Some months ago the Sitemesh project has released the support to Velocity decorators. So, I've tested the ...

15. Frrmarker+Sitemesh    forum.springsource.org

Hi First I want to appologize if this question has already been posted, but it seems that I can't find anything concrete on this. I want to configure an application so ...

16. Spring Freemarker tags in Sitemesh decorators...    forum.springsource.org

Hi. I am using Freemarker for Sitemesh decorators. I want to use Spring Freemarker tags (like <@spring.message />) in Sitemesh decorators but I get: "Expression springMacroRequestContext is undefined .... The problematic ...





17. Problem with using themes in sitemesh decorator    forum.springsource.org

Problem with using themes in sitemesh decorator themes work fine when used in jsp views. However when I attempt to do the same thing in sitemesh decorator (loaded before request gets ...

18. Sitemesh pattern wont stop styling my content    forum.springsource.org

Sitemesh pattern wont stop styling my content I have *.htm and *.ajax mapped as servlet-mappings in my web.xml. The goal is that any .htm will have sitemesh apply style to it ...

19. Spring + freemarker + sitemesh    forum.springsource.org

Apr 22nd, 2007, 11:07 AM #1 yientau View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 29 Spring + freemarker + sitemesh How shall I "include" ...

20. Sitemesh and after login process custom code    forum.springsource.org

Sitemesh and after login process custom code I have 2 questions I was able to integrate the tutorial that came with acegi download into my app. when i go to any ...

21. SiteMesh Issue    forum.springsource.org

SiteMesh Issue I have configured my project to use site mesh, but when I hit one of the URLs that used to display content I get a blank page (no source ...

22. Spring Errors with SiteMesh    forum.springsource.org

Hi, I use the SiteMesh decorator to create my web pages. I like to have all of the errors reported by Spring via errors.rejectValue() go to the same area. It seems ...

23. SiteMesh issue, authz tag doesn't work in footer    forum.springsource.org

SiteMesh issue, authz tag doesn't work in footer This tag works fine in the page being wrapped: Code: However it has no output in my footer.jsp which is included ...

24. [Sitemesh & views] How to apply different decorator on different views ?    forum.springsource.org

Hi, I would like to apply a specific decorator for a specific view for one controller. Typically, my controller is a MultiActionFormController. Depending of the success (or not) of the action ...

25. Sitemesh problem after login    forum.springsource.org

Sitemesh problem after login Hi, My problem is after the login the page is not decorated. I already searched the forums for the solution, but couldn't found any post that solves ...

26. SiteMesh decoration problem    forum.springsource.org

Nov 15th, 2007, 11:07 AM #1 ziadmannan View Profile View Forum Posts Private Message Junior Member Join Date Nov 2007 Posts 2 SiteMesh decoration problem Hi, This is my first project ...

27. SiteMesh define an include in decorator.xml?    forum.springsource.org

SiteMesh define an include in decorator.xml? I was going to ask this on the SiteMesh forum but it looks like spam city so I thought I would bring it over here. ...

28. Tilse vs Sitemesh or some page decoration?    forum.springsource.org

Hello everyone I am building a web site in JSF and the team is in a position where we need some kind of page composition/decoration for not having all the page ...

29. Ajax XT & Sitemesh    forum.springsource.org

Ajax XT & Sitemesh Hey, i use an SimpleFormController to edit a commandobject. I use ajax to refresh data in this command class. All works well, till enabling Sitemesh .. When ...

30. tree navigation menu in sitemesh tree collapses while click on its sub link    forum.springsource.org

tree navigation menu in sitemesh tree collapses while click on its sub link hello in spring MVC with acegi security and sitemesh i have to use tree navigation menu .my problem ...

31. How to get meta data in Freemarker + Sitemesh?    forum.springsource.org

Hello, I am using Sitemesh for my header decorator, with Freemarker template, As I want to get the meta data from freemarker to sitemesh decorator... I have follow the example base ...

32. Can't get Freemarker + Spring (+Sitemesh)    forum.springsource.org

33. SS2 tags from within Sitemesh    forum.springsource.org

SS2 tags from within Sitemesh I was trying to use the authz:authorization tag from a sitemesh filter and was puzzled as to why the Authentication object was always null. After tracing ...

34. sitemesh configuration in spring    forum.springsource.org

hi, i had use sitemesh in spring. here my decorator.xml Code: /* /*/admin/* the problem is when ...

35. Sitemesh works with *.do but not /spring/*    forum.springsource.org

Sitemesh works with *.do but not /spring/* I can't get Sitemesh to apply a decorator when I declare in my web.xml Code: spring-web /spring/* but it works when I ...

36. Sitemesh and dynamic data?    forum.springsource.org

Sitemesh and dynamic data? Hi, I'm using spring mvc and had also had sitemesh around it to do some, up until now, static decorating. Basically, I want to now implement a ...

37. Problem with Sitemesh    forum.springsource.org

Hey guys! I'm having some problems with Sitemesh and spring security tag lib. Looks like the security-tags just don't work on my principal decorator. It doesn't check user authorities. May it ...

38. Decorators mapping in Sitemesh    forum.springsource.org

Decorators mapping in Sitemesh Hi there, I've got problem with sitemesh configuration. I'd like to set decorators that sitemesh will automaticly decorate pages. For example: Page is caled by url http://example/admin/index.html ...

39. Filters (e.g. SiteMesh) ServletForwardingController    forum.springsource.org

It seems that if some requests are processed by ServletForwardingController those requests are not processed by filters defined in web.xml For example I try to configure SiteMesh for my Spring Web ...

40. Configurable path to decorators.xml in sitemesh.xml    forum.springsource.org

Configurable path to decorators.xml in sitemesh.xml I am trying to have a configurable path to decorators.xml in sitemesh.xml so I can specify it in some sorta property which defines the path ...

41. sitemesh+urlrewrite problem    forum.springsource.org

sitemesh+urlrewrite problem i am trying to configure urlrewrite and sitemesh to work together, but sitemesh does not want to handle my pages. directories: css - /webapp/css, decorators - /webapp/WEB-INF/sitemesh, pages - ...

42. SiteMesh and Spring    forums.oracle.com