1. Template Engines for Spring Framework stackoverflow.comI've taken quite a shine to the Spring Framework and would like to get into it a bit more. I have noticed that aside from plain vanilla JSPs there are various ... |
2. Getting template text from FreeMarker in Spring app stackoverflow.comIn my Spring app, I'd like to use FreeMarker to generate the text of emails that will be sent by my application. The generated text will never be returned to the ... |
3. Ouput XML with Freemarker stackoverflow.comWe are using freemarker for templates in our web application. We are using spring's FreeMarkerViewResolver for this. Is there a way in freemarker to change the content type on the response to ... |
4. Freemarker template not found stackoverflow.comI'm currently trying to get Freemarker to work with my application using Spring. No matter what I try I keep getting template not found. I am not sure if ... |
5. using freemarker and spring to construct templates stackoverflow.comI am new to freemarker. I have a spring application that I am planning to use with freemarker. Templates will be stored in database and based on the login, ... |
6. Get templates from freemarker using Spring stackoverflow.comI have started by looking in following thread - http://stackoverflow.com/questions/230763/getting-template-text-from-freemarker-in-spring-app My spring configuration -
|
7. spring binding formmultiselect stackoverflow.comI'm trying to bind multiselect to my object. The form is created and the post works and no errors occur when I don't select anything. If I select a language the ... |
8. Help setting up YUI Compressor with maven, spring, freemarker etc. for different environments (test/development/production) stackoverflow.comI am almost done setting my project to use normal javascript files or the min versions for different environments, but there's one thing I can't figure out - at least not ... |
9. Spring Freemarker Configuration, Template Not Found stackoverflow.comI have a Spring/JSF Web application which has a dependency to a module uses Freemarker templates. Here is what i did for integration: I imported the applicationContext-freemarker-module.xml to applicationContext.xml I added the configuration ... |
10. override @spring.showErrors to show single error? stackoverflow.comhi guys i am new to freemarker and not very familiar with it and i need a little help in overriding the following code, to show only one error instead of list of ... |
11. How do I replace carriage returns with |
12. How do I do substitutions for localised strings in freemarker stackoverflow.comI'm using spring and freemarker and have the basics working. I've got a properties file like
I'm currently outputting localised messages using
However I'm having trouble ... |
13. Spring Freemarker render "includes" individually stackoverflow.comI have a freemarker template (index.ftl) with an include (page1.ftl and page2.ftl) inside it:
In my spring environment, I extended the class ... |
14. Load freemarker template from classpath and filesystem in Spring stackoverflow.comIn Spring can we load freemarker template in both filesystem and classpath?? All of the pages of web application we put in jar bundle, Spring will lookup in filesystem first if ... |
15. Validation errors in freemarker stackoverflow.comI try to write password validator with spring and freemarker. BindingResult see errors, but they not showing - spring.status.errorMessages?size returns 0. Validator get correct passwords, because I checked. PasswordForm is a java ... |
16. freemarker templates in several jars stackoverflow.comHow can I configure freemarker to search templates in several jars? With spring.
One war file (to ... |
17. How to do Pagination using Freemarker and Spring? stackoverflow.comI have a Freemarker template displaying a list of things, now I want to add some pagination. I have changed the server-side code so that I can put into the ... |
18. Locale support with Freemarker forum.springsource.orgLocale support is pretty good with FreeMarker. You have several choices. If your app is a non-web app, you can specify a locale for template rendering by adding a 'freemarkerSetting' property ... |
19. Using taglibs in freemarker forum.springsource.orgThere was a similar request on the FreeMarker lists a couple of days ago - I didn't know you could do that until I saw that post. The documentation for this ... |
20. Freemarker template load path problems forum.springsource.orgI'm trying to write a crude plugin system with web flow and freemarker. Web Flow works fine loading the flow definitions from my plugin jars in the standard directory structure I ... |
21. Eclipse 3.0 error in freemarker view when none is present? forum.springsource.orgEclipse 3.0 error in freemarker view when none is present? Hi there all, I'm using Eclipse 3.0 with 'Build Project Automatically'. In a freemarker template, Eclipse reports an error (little red ... |
22. Spring 3 + Freemarker formCheckboxes conversion problem forum.springsource.orgSpring 3 + Freemarker formCheckboxes conversion problem Hi! I'm using Spring 3 MVC + Freemarker and am facing a following problem. On my page I have Code: <@spring.formCheckboxes "book.authors", authors, " |
23. bug? -- freemarker/spring.ftl: formMultiSelect forum.springsource.orgbug? -- freemarker/spring.ftl: formMultiSelect The docs in chapter 13 of the documentation suggest that you can pass a map object as the options parameter to the "formMultiSelect" macro: Originally Posted by ... |
24. Mixing JSP/Freemarker and tiles... forum.springsource.orgMixing JSP/Freemarker and tiles... Hi, We have an existing JSP/tiles based system that we would like to slowly evolve to Freemarker. We are using Spring 3.0.5 so we can chain the ... |
25. unit testing Freemarker and Spring forum.springsource.orgI have a freemarker template and I want to write a test that checks the output for a given model input. Code: @Test public void testProcessTemplateWithModel() throws Exception { final Configuration ... |
26. Spring 3 + Freemarker binding issue forum.springsource.orgI am facing a problem with <@spring bind ... /> macro in FTL . Question 1 : is <@spring bind .. /> macro adhere to Java 5 features ? Let me ... |
27. Spring 3.1 + Tiles + Freemarker forum.springsource.orgPHP Code: ... |
28. Freemarker Spring Macro problem forum.springsource.orgFreemarker Spring Macro problem Hi, I have some problems getting the Spring Freemarker macros to work: this is my code: servlet.xml Code: |
69. Extension to FreeMarker macro formSingleSelect forum.springsource.orgExtension to FreeMarker macro formSingleSelect Greetings to all Spring Framework developers, I would like to enhance the FreeMarker macro formSingleSelect which is included with Spring distribution in spring.ftl and binds values ... |
70. Spring freemarker forum.springsource.orgI am using spring & freemarker. But I am not able to do field validation. execution is going to validator class and the same view is displayed with no values and ... |
71. Different directories for templates Freemarker forum.springsource.orgHi everybody, I'd like to have separate directories for the templates, I mean, for example, WEB-INF/freemarker/en for templates in english WEB-INF/freemarker/fr for templates in french .... So How can I configure ... |
72. Freemarker: JspTaglibs is undefined forum.springsource.orgFreemarker: JspTaglibs is undefined Hi all, i'm trying to add portlet related jsp tags to my freemarker template, but get JspTaglibs is undefined exception from Freemarker. As of http://opensource.atlassian.com/proj...rowse/SPR-1052 this should ... |
73. Unit testing Freemarker templates using JspTaglibs forum.springsource.orgI am using Freemarker as view in Spring MVC. My freemarker templates are using JspTagLibs . Is there any standard practice to unit test Freemarker templates which has reference to JspTagLibs ... |
74. FreeMarker + JspTagLib forum.springsource.orgHello all, I am porting a set of jsp pages to FreeMarker. I would like to use struts menus in my FreeMarker views, for a Spring application. To do so, I ... |
75. Spring binding in FreeMarker not working forum.springsource.orgSpring binding in FreeMarker not working I'm trying to create a simple login form with programatic validations using freemarker. In my Login controller I need to return back to login page ... |
76. Can freemarker template include external content? forum.springsource.orgCan freemarker template include external content? Hi Guys, I am using freemarker template for my view rendering. I want to include a extenral JSP in one of my template, but it ... |
77. Freemarker convert XML into Java object forum.springsource.orgIs it possible to convert the java object from XML using Freemarker template ? if yes please give me the step. Appreciate any body who are response me Boz i want ... |
78. Portlet tag using freemarker template forum.springsource.orgPortlet tag using freemarker template Hi all, Iam developing a portlet application with spring portlet mvc using Freemarker template. Iam facing a issue with using portlet renderURL and actionURL tags inside ... |
79. formLabel macro for Freemarker? forum.springsource.orgI wrote my own formLabel macro. I enhanced it to add the cssErrorClass Code: <#-- * formLabel * The Spring Framework FTL macro library does not have this so I had ... |
80. Client side validation with FreeMarker? forum.springsource.orgHi I'm using Spring MVC and FreeMarker template. Is the Spring Module's Client side validation available for FreeMarker? Could you point me some examples? Thank you! |
81. NestedPath and Velocity (&Freemarker?) forum.springsource.orgNestedPath and Velocity (&Freemarker?) jira.springframework.org/browse/SPR-4986 I submitted a patch to give back end support to make it trivial to add a macro for Velocity to support a nestedPath tag like the ... |
82. get FreeMarker template content forum.springsource.orgget FreeMarker template content Hi, I'd like to use FreeMarker to generate the text of emails that will be sent by my application. The generated text will never be returned to ... |
83. Accessing path info using freemarker forum.springsource.orgAccessing path info using freemarker Hi, I'm trying to access the url path that is entered in the browser through freemarker and I'm not having any luck. Looping over the available ... |
84. Tiles and Freemarker forum.springsource.orgTiles and Freemarker Is it possible to use Tiles and freemarker pages together with Spring MVC? I tried doing this and no luck. I want to use freemarker to create the ... |
85. Is there a freemarker form tag library for spring? forum.springsource.orgThanks. I eventually coded my own based on the ftl macro's written by Jeurgen that suited my application needs. Strangely when I read the documentation before, it didn't go on that ... |
86. Spring 3.0.0.M3 FreeMarker Problem forum.springsource.orgHi, I am getting the following error when returning a ModelAndView with a freemarker view. Code: java.lang.IllegalAccessError: tried to access method freemarker.ext.servlet.AllHttpScopesHashModel. |
87. freemarker bindings forum.springsource.orgfreemarker bindings I'm having a hard time grasping how bindings work. I take it that it's a psudo state machine, that when you say bind, it binds to the next field ... |
88. Bug in freemarker view encodig? forum.springsource.org |
89. Final thing: How can I get content negotiator to render freemarker as default in 3.0? forum.springsource.orgSep 19th, 2009, 11:01 AM #1 mystic View Profile View Forum Posts Private Message Senior Member Join Date May 2009 Posts 246 Final thing: How can I get content negotiator to ... |
90. Freemarker via spring.ftl unable to specify field ids forum.springsource.orgFreemarker via spring.ftl unable to specify field ids Hi all, I'm using Spring 2.5.6 and was wondering if someone can help me understand how to use the spring.ftl form fields properly. ... |
91. Freemarker login form. forum.springsource.org |
92. How to JSP tags defined in freemarker template available in final view forum.springsource.orgHow to make JSP tags defined in freemarker template available in final view Hi All I am having a few problems with importing jsp tags into my freemarker templates and i ... |
93. Spring 3 and freemarker problem forum.springsource.orgHi. I have problem with spring 3 rc2 and freemarker. My old code is not working. [@spring.bind path="user.roles" /] [#list spring.stringStatusValue as role] do something with role [/#list] Error: freemarker.template.TemplateException: Expected ... |
94. Freemarker including jsp page in spring 2.0 forum.springsource.orgFreemarker including jsp page in spring 2.0 Hi Guyes, We have started implementing views using freemarker in our project. we are using spring 2.0 and i was able to configure and ... |
95. Validation Framwork and Freemarker forum.springsource.orgValidation Framwork and Freemarker I'm working with org.springframework.validation with Spring 3MVC Portlets. I use a BindingResult and run validator.validate(myObject, bindingResult). I set model.addAttribute("foo", bindingResult.getAllErrors.size()) and I can get the correct number ... |
96. Configuring freemarker object wrapper forum.springsource.orgConfiguring freemarker object wrapper How do I configure the freemarker object wrapper in spring to use the beans wrapper? I've tried the following, but it doesn't seem to have any effect. ... |
97. Using jsp taglibs in freemarker view forum.springsource.orgFreemarker supports using JSP taglibs. But I am wondering is it possible to use JSP taglibs with Spring's freemarker view !! This is a must have feature, Spring should support using ... |
98. Use paremeter as methodname in freemarker functions forum.springsource.org<#function contains list item itemValue> <#list list as nextInList> <#if nextInList.${itemValue} == item?number><#return true>#if> #list> <#return false> #function> |
99. FreeMarker Template Decorator forum.springsource.orgFreeMarker Template Decorator Hi, I am using Spring MVC coupled with FreeMarker as viewing technology in a current web project and was looking for an easy way to decorate all of ... |
100. GNU gettext and Freemarker forum.springsource.orgGNU gettext and Freemarker Is anyone using GNU gettext with SpringMVC and in Freemarker templates? I don't imagine it's too hard, I'm just not sure where to hook in the gettext ... |