0
votes
2answers
1k views
Passing Parameter to struts2 component
I am attempting to create a struts2 component using freemarker. I created a ftl file with code like this:
<script type="text/javascript" src="${parameters.library?default('')}" …
0
votes
0answers
9 views
FreeMarker, WebWork Problem
I have a web application written using freemarker, webwork and java. Now when user clicks on "getReport", java code returns the string variable (named "otchet") which contains the …
0
votes
2answers
49 views
Spring Security Custom freemarker form
Hi experts!
I'm currently working on a project were we use freemarker as a template language.
Instead of using the defualt login form I have created a custom controller and a cust …
0
votes
1answer
44 views
Is there a way to just copy resources when using a Maven archetype (no Velocity)?
We are using a Maven archetype to create an initial setup for projects using our framework, which relies heavily on Freemarker. As a consequence we need to copy a few Freemarker te …
0
votes
3answers
40 views
Setting the content-type of a response in Struts2
So, I'm using freemarker templates with Struts2 to formulate my responses. However, since I'm trying to use taconite as well, I need the response to be sent with the content type …
3
votes
2answers
101 views
Default escaping in Freemarker
In Freemarker templates we can use the escape directive to automatically apply an escaping to all interpolations inside the included block:
<#escape x as x?html>
<#-- n …
1
vote
1answer
15 views
Indirect reference in Freemarker
Using freemarker, is there any way to reference a value indirectly along the lines of...
<#assign apple=fruit>
<#assign item=apple>
${${item}}
to produce the output …
0
votes
1answer
41 views
How do you escape regex strings in Freemarker
I am using the matches string builtin and need to run a regex pattern
(Views:).*?(span>)(.*?)(<\/div)
However, Freemarker freaks out because of the ">" character which is a …
0
votes
1answer
138 views
FreeMarker Current Date Comparison
Is it possible to do date comparisons against the current date in a freemarker template without passing the current date into the template?
1
vote
2answers
56 views
FreeMarker Editor in eclipse 3.5 giving Illegal Argument Exception
I am trying to use the freemarker editor in eclipse 3.5 Galileo and found the exception :
java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(S …
0
votes
2answers
31 views
Freemarker escaping freemarker
I'm using freemarker to generate a freemarker template. But I need some way to escape freemarker tags.
How would I escape a <#list> tag or a ${expression} ?
0
votes
0answers
20 views
How to check prameter in freemarker
Hi
Can anyone help me, I am calling a ftl page on a link, i need to check whether the link have parameter or not.
How will I check whether the link have any parameter or not.
4
votes
3answers
548 views
tiles in struts project - better than freemarker?
I want to use a template engine in a struts application and would like to know if using TILES can be recommended instead of FREEMARKER or VELOCITY.
-1
votes
0answers
24 views
Spring Freemarker Neo
Hi
I am new in work with spring and freemarker template language(FTL). And I am using Neo DB.
I am not able to under stand how its flow is going. How to call spring methods in …
-1
votes
1answer
69 views
FreeMarker Vs Velocity [closed]
Possible Duplicate:
Velocity vs. FreeMarker
Hi. Wanna ask which is better to use either FreeMarker or Velocity as templating library for creating my messages for my mail s …
