freemarker
ConcurrentModificationException when processing HashMap
I\'m trying to put a HashMap<Object, List<Object>> into my dataModel, but when i call the template.process() method, I get the following exception:[详细]
2023-02-12 02:54 分类:问答Freemarker Templates
I\'m working on updating an existing application which makes use of struts 1.2.7 and tiles for the UI layer.I\'m currently replacing this with freemarker and spring webmvc.I have some simple examples[详细]
2023-02-11 19:47 分类:问答Validating ftl pages with W3C Markup Validation Service
Is there any way I can validate ftl pages with Markup Validation Service? I renamed my files to be .html, but I\'m still gett开发者_JAVA技巧ing errors on tags that are written differently. For example[详细]
2023-02-11 10:14 分类:问答Struts2-like themes in Spring 3 MVC
I\'m currently working with Spring 3 MVC, and in my JSP templates I\'m noticing I have to repeat myself several times for things like labels, errors, layout divs etc. e.g.[详细]
2023-02-10 18:41 分类:问答JBoss Developer Studio turn on syntax highlighting for freemarker template files
Is there a way to turn on syntax highlighting for Freemarker Template files (.ftl) in JBoss Develope开发者_开发问答r Studio?With JBDS 3.0 you should have Freemarker Template syntax highlighting by def[详细]
2023-02-10 16:54 分类:问答Smooks XML-XML transformation with multiple insertion points
I am trying to transform an xml from one f开发者_运维知识库ormat to another using smooks. The source xml looks like what is shown below:[详细]
2023-02-06 03:08 分类:问答increase date based on ${copyrightYear}
I need your help in creating a script on Freemarker with a list of year options based on ${copyrightYear} as a base year. I will use this on credit card expiration options that will have an output lik[详细]
2023-02-04 00:36 分类:问答Freemarker function with parameter that can be empty
I created function in Freemarker: <#function formatDate anyDate> <#assign dateFormat = read_from_configuration() />[详细]
2023-02-03 15:24 分类:问答Help setting up YUI Compressor with maven, spring, freemarker etc. for different environments (test/development/production)
I 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 elegantly.[详细]
2023-01-30 15:02 分类:问答Internationalization support better in Velocity or FreeMarker?
Internationalization is important for us.So in choosing a template system for emails and other non-web (we use spring webmvc/JSP for web) templating needs, I need to know which handles translating phr[详细]
2023-01-30 02:25 分类:问答