<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-15857</id>
	<title>Nabble - FreeMarker</title>
	<updated>2009-11-20T09:34:51Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/FreeMarker-f15857.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FreeMarker-f15857.html" />
	<subtitle type="html">&lt;a href=&quot;http://freemarker.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker&lt;/a&gt;&amp;nbsp;is a &amp;quot;template engine&amp;quot;; a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates. It's a Java package, a class library for Java programmers. It's not an application for end-users in itself, but something that programmers can embed into their products.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26447285</id>
	<title>Re: struts2 + s:select + freemarker</title>
	<published>2009-11-20T09:34:51Z</published>
	<updated>2009-11-20T09:34:51Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">Friday, November 20, 2009, 5:49:13 PM, falke2009 wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i have again a problem, i want to use &amp;lt;s:select/&amp;gt; component in my freemarker
&lt;br&gt;&amp;gt; template. i see my list but any value wont be selected.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;@s.select theme=&amp;quot;simple&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; list=&amp;quot;${component.list}&amp;quot;
&lt;br&gt;&amp;gt; listKey=&amp;quot;${component.listKey}&amp;quot; listValue=&amp;quot;${component.listValue}&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;${variableValue}&amp;quot;
&lt;br&gt;&amp;gt; headerValue=&amp;quot;-- select a property--&amp;quot; headerKey=&amp;quot;-1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; as example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i have a list {a,b,c} and my variableValue is a. in this case a must be
&lt;br&gt;&amp;gt; showed as selected. i see only my headerValue.
&lt;/div&gt;&lt;br&gt;Are you aware of that in FreeMarker (JSP tag or nor) values are
&lt;br&gt;normally NOT passed as
&lt;br&gt;&lt;br&gt;&amp;nbsp; paraName=&amp;quot;${expression}&amp;quot;
&lt;br&gt;&lt;br&gt;but simply as
&lt;br&gt;&lt;br&gt;&amp;nbsp; paraName=expression
&lt;br&gt;&lt;br&gt;Unfortunately, &amp;quot;${expression}&amp;quot; happens to be a valid expression in
&lt;br&gt;FreeMarker (it's a string literal, with an interpolation in it), so as
&lt;br&gt;far as the expression can be converted to string it doesn't cause
&lt;br&gt;error, but silently converts the expression to string. So maybe that's
&lt;br&gt;the problem here too. (Also, with the same logic, with geaderKey=&amp;quot;-1&amp;quot;
&lt;br&gt;you specify the string &amp;quot;-1&amp;quot;, not the number -1.)
&lt;br&gt;&lt;br&gt;&amp;gt; thanks in advance!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447285&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/struts2-%2B-s%3Aselect-%2B-freemarker-tp26443583p26447285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26443583</id>
	<title>struts2 + s:select + freemarker</title>
	<published>2009-11-20T08:49:10Z</published>
	<updated>2009-11-20T08:49:10Z</updated>
	<author>
		<name>falke2009</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;i have again a problem, i want to use &amp;lt;s:select/&amp;gt; component in my freemarker template. i see my list but any value wont be selected.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;@s.select theme=&amp;quot;simple&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; list=&amp;quot;${component.list}&amp;quot; listKey=&amp;quot;${component.listKey}&amp;quot; listValue=&amp;quot;${component.listValue}&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value=&amp;quot;${variableValue}&amp;quot; headerValue=&amp;quot;-- select a property--&amp;quot; headerKey=&amp;quot;-1&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;as example:
&lt;br&gt;&lt;br&gt;i have a list {a,b,c} and my variableValue is a. in this case a must be showed as selected. i see only my headerValue.
&lt;br&gt;&lt;br&gt;thanks in advance!&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/struts2-%2B-s%3Aselect-%2B-freemarker-tp26443583p26443583.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425089</id>
	<title>Re: How to use JSP tags icluded in a freemarker template available in the final rendered page</title>
	<published>2009-11-19T04:04:57Z</published>
	<updated>2009-11-19T04:04:57Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">It should work with #include, so I suspect that the problem has
&lt;br&gt;nothing to do with that. Or does it work if you just copy-paste the
&lt;br&gt;content of jspTags.ftl into the place of the #include? (If so, you may
&lt;br&gt;#include another file than you think you are including.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Wednesday, November 18, 2009, 1:57:56 PM, quophyie wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi &amp;nbsp;All
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am having a few problems with importing jsp tags into my freemarker
&lt;br&gt;&amp;gt; templates and i was hoping someone &amp;nbsp;could help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The problem is this. I have a freemarker file which defines a few jsp
&lt;br&gt;&amp;gt; taglibs which I would like imported into all my jsp files. My jsp tags are
&lt;br&gt;&amp;gt; defined in a file called jspTags.flt as defined below
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jspTags.ftl
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;#assign c=JspTaglibs[&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot;]&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;#assign fmt=JspTaglibs[&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/fmt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/fmt&lt;/a&gt;&amp;quot;]&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;#assign form=JspTaglibs[&amp;quot;&lt;a href=&quot;http://www.springframework.org/tags/form&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/tags/form&lt;/a&gt;&amp;quot;]&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have then defined my freemarker template as follows
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; freemarkerTemplate.ftl
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;#include &amp;quot;jspTags.ftl&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;My Site - {title}&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;body bgcolor=&amp;quot;#FFFFFF&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h1&amp;gt;My freemarker template &amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {body}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/html&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now I want to apply &amp;nbsp;the template to a JSP page as defined below
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; login.jsp
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;html&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;Login&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;body bgcolor=&amp;quot;#FFFFFF&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;@form.form action=&amp;quot;loginAction.jsp&amp;quot; method=&amp;quot;POST&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; My Login Page!!!
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/table&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/@form.form&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/html&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, I when I try and access the page (login.jsp), I get an error like
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Expression form is undefined on line 14, column 3 in view/login.jsp.
&lt;br&gt;&amp;gt; The problematic instruction:
&lt;br&gt;&amp;gt; ----------
&lt;/div&gt;==&amp;gt;&amp;gt; user-directive form.form [on line 14, column 1 in view/login.jsp]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So my question is, If I have my jsp tags defined in one file(jspTags.ftl)
&lt;br&gt;&amp;gt; and include it my template(freemarkerTemplate.ftl), how do I make the 
&lt;br&gt;&amp;gt; jsp tags available in the view(login.jsp) that the template is being applied
&lt;br&gt;&amp;gt; to.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any help will be very much appreciated. 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-use-JSP--tags-icluded-in-a-freemarker-template--available-in-the-final-rendered-page-tp26407274p26425089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26407274</id>
	<title>How to use JSP  tags icluded in a freemarker template  available in the final rendered page</title>
	<published>2009-11-18T04:56:35Z</published>
	<updated>2009-11-18T04:56:35Z</updated>
	<author>
		<name>quophyie</name>
	</author>
	<content type="html">Hi &amp;nbsp;All 
&lt;br&gt;&lt;br&gt;I am having a few problems with importing jsp tags into my freemarker templates and i was hoping someone &amp;nbsp;could help.
&lt;br&gt;&lt;br&gt;The problem is this. I have a freemarker file which defines a few jsp taglibs which I would like imported into all my jsp files. My jsp tags are defined in a file called jspTags.flt as defined below
&lt;br&gt;&lt;br&gt;jspTags.ftl
&lt;br&gt;&lt;br&gt;&amp;lt;#assign c=JspTaglibs[&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/core&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/core&lt;/a&gt;&amp;quot;]&amp;gt; 
&lt;br&gt;&amp;lt;#assign fmt=JspTaglibs[&amp;quot;&lt;a href=&quot;http://java.sun.com/jsp/jstl/fmt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/jsp/jstl/fmt&lt;/a&gt;&amp;quot;]&amp;gt; 
&lt;br&gt;&amp;lt;#assign form=JspTaglibs[&amp;quot;&lt;a href=&quot;http://www.springframework.org/tags/form&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/tags/form&lt;/a&gt;&amp;quot;]&amp;gt;
&lt;br&gt;&lt;br&gt;I have then defined my freemarker template as follows
&lt;br&gt;&lt;br&gt;freemarkerTemplate.ftl
&lt;br&gt;&lt;br&gt;&amp;lt;#include &amp;quot;jspTags.ftl&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;My Site - {title}&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;body bgcolor=&amp;quot;#FFFFFF&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;h1&amp;gt;My freemarker template &amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {body}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Now I want to apply &amp;nbsp;the template to a JSP page as defined below
&lt;br&gt;&lt;br&gt;login.jsp
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;Login&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;body bgcolor=&amp;quot;#FFFFFF&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;@form.form action=&amp;quot;loginAction.jsp&amp;quot; method=&amp;quot;POST&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; My Login Page!!!
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/table&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/@form.form&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;However, I when I try and access the page (login.jsp), I get an error like 
&lt;br&gt;&lt;br&gt;Expression form is undefined on line 14, column 3 in view/login.jsp.
&lt;br&gt;The problematic instruction:
&lt;br&gt;----------
&lt;br&gt;==&amp;gt; user-directive form.form [on line 14, column 1 in view/login.jsp]
&lt;br&gt;&lt;br&gt;So my question is, If I have my jsp tags defined in one file(jspTags.ftl) and include it my template(freemarkerTemplate.ftl), how do I make the 
&lt;br&gt;jsp tags available in the view(login.jsp) that the template is being applied to.
&lt;br&gt;&lt;br&gt;Any help will be very much appreciated. 
&lt;br&gt;&lt;br&gt;Thanks&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-use-JSP--tags-icluded-in-a-freemarker-template--available-in-the-final-rendered-page-tp26407274p26407274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26406600</id>
	<title>Re: Integer problem in Freemarker</title>
	<published>2009-11-18T03:33:03Z</published>
	<updated>2009-11-18T03:33:03Z</updated>
	<author>
		<name>Johannes Klose-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;that's because freemarker renders numbers for human readers. To render it &amp;nbsp;
&lt;br&gt;for computer audience (without, use the ?c builtin &amp;nbsp;
&lt;br&gt;(&lt;a href=&quot;http://freemarker.org/docs/ref_builtins_number.html#ref_builtin_c&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/docs/ref_builtins_number.html#ref_builtin_c&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Am 18.11.2009, 11:01 Uhr, schrieb falke2009 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26406600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;java1512@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i am trying to render a form with struts and freemarker. My Problem is &amp;nbsp;
&lt;br&gt;&amp;gt; if my
&lt;br&gt;&amp;gt; variable is an Integer then i see it in float format (maybe string) like
&lt;br&gt;&amp;gt; 12,001. It should be actually 120001. I have tried something with ?number
&lt;br&gt;&amp;gt; etc. but i cannot find any solution.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks in advance
&lt;/div&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26406600&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Integer-problem-in-Freemarker-tp26405177p26406600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405972</id>
	<title>Re: Integer problem in Freemarker</title>
	<published>2009-11-18T03:06:45Z</published>
	<updated>2009-11-18T03:06:45Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">Wednesday, November 18, 2009, 11:01:52 AM, falke2009 wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i am trying to render a form with struts and freemarker. My Problem is if my
&lt;br&gt;&amp;gt; variable is an Integer then i see it in float format (maybe string) like
&lt;br&gt;&amp;gt; 12,001. It should be actually 120001. I have tried something with ?number
&lt;br&gt;&amp;gt; etc. but i cannot find any solution.
&lt;br&gt;&lt;br&gt;That's actually not a decimal point what you see there. That's
&lt;br&gt;grouping, like in 1,000,000 (one million, also note that it's comma,
&lt;br&gt;not dot). You certainly should write ${theNumber?c} to prevent that.
&lt;br&gt;&lt;br&gt;See more here:
&lt;br&gt;&lt;a href=&quot;http://freemarker.org/docs/app_faq.html#faq_number_grouping&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/docs/app_faq.html#faq_number_grouping&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; thanks in advance 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405972&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Integer-problem-in-Freemarker-tp26405177p26405972.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405939</id>
	<title>Re: &lt;&gt; or [] ?</title>
	<published>2009-11-18T03:03:26Z</published>
	<updated>2009-11-18T03:03:26Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">Wednesday, November 18, 2009, 11:20:53 AM, Ista Pouss wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I use freemarker 2.3.14. I use &amp;lt; and &amp;gt; for freemarkers tag.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But sometimes I read the [ and ] are best for the next freemarker version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it true ? Is it best I use [ ] with new projects, even with 2.3.14 ?
&lt;br&gt;&lt;br&gt;There is no much difference technically... it's just that we have
&lt;br&gt;found that most users prefer [], because it stands out better among
&lt;br&gt;the XML/HTML tags. But use whichever you like, even with 2.3.x. (In
&lt;br&gt;2.3.x either you have to turn on syntax auto-detection (that's the
&lt;br&gt;default mode in 2.4) in the configuration, or start the file with
&lt;br&gt;[#ftl], or else [] won't work.)
&lt;br&gt;&lt;br&gt;&amp;gt; Optionnaly : when the new freemarker version ?
&lt;br&gt;&lt;br&gt;2.4, you mean. Maybe never... /-: but not soon for sure. (2.3.x is a
&lt;br&gt;different story... that will have a new release in the foreseeable
&lt;br&gt;future, and then surely later even more.)
&lt;br&gt;&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405939&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%3C%3E-or------tp26405412p26405939.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405412</id>
	<title>&lt;&gt; or [] ?</title>
	<published>2009-11-18T02:20:53Z</published>
	<updated>2009-11-18T02:20:53Z</updated>
	<author>
		<name>Ista Pouss</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I use freemarker 2.3.14. I use &amp;lt; and &amp;gt; for freemarkers tag.
&lt;br&gt;&lt;br&gt;But sometimes I read the [ and ] are best for the next freemarker version.
&lt;br&gt;&lt;br&gt;Is it true ? Is it best I use [ ] with new projects, even with 2.3.14 ?
&lt;br&gt;&lt;br&gt;Optionnaly : when the new freemarker version ?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405412&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%3C%3E-or------tp26405412p26405412.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405742</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-18T02:16:24Z</published>
	<updated>2009-11-18T02:16:24Z</updated>
	<author>
		<name>Stephan Müller-2</name>
	</author>
	<content type="html">Daniel Dekany schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I will remove it from
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;, also I will delete its Eclipse
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; update (installer) directory. That's my plan at least. Because, if we
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; recommend people the plugin in the JBoss IDE, then why do we offer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this? It just makes confusion.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Opinions?
&lt;br&gt;&amp;gt;&amp;gt; Removing it is fine with me.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Done. (In the sf.net &amp;quot;files&amp;quot; section I didn't actually removed the
&lt;br&gt;&amp;gt; &amp;quot;eclipse-plugin&amp;quot; package, but renamed it to &amp;quot;eclipse-plugin [Do not
&lt;br&gt;&amp;gt; use it, deprecated]&amp;quot;.)
&lt;/div&gt;&lt;br&gt;Good compromise. Not visible if you don't look for it specifically, but 
&lt;br&gt;still available.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Stephan.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405742&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26405742.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405177</id>
	<title>Integer problem in Freemarker</title>
	<published>2009-11-18T02:01:52Z</published>
	<updated>2009-11-18T02:01:52Z</updated>
	<author>
		<name>falke2009</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;i am trying to render a form with struts and freemarker. My Problem is if my variable is an Integer then i see it in float format (maybe string) like 12,001. It should be actually 120001. I have tried something with ?number etc. but i cannot find any solution.
&lt;br&gt;&lt;br&gt;thanks in advance &lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Integer-problem-in-Freemarker-tp26405177p26405177.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26404988</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-18T01:44:36Z</published>
	<updated>2009-11-18T01:44:36Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">Wednesday, November 18, 2009, 12:37:23 AM, Stephan Müller wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Daniel Dekany schrieb:
&lt;br&gt;&amp;gt;&amp;gt; Tuesday, November 17, 2009, 11:56:04 AM, Guo Du wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Tue, Nov 17, 2009 at 10:29 AM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26404988&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm talking about the non-JBoss one. As it's practically abandoned now
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (isn't it?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, it is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and went outdated,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That's true, too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I will remove it from
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;, also I will delete its Eclipse
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; update (installer) directory. That's my plan at least. Because, if we
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; recommend people the plugin in the JBoss IDE, then why do we offer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this? It just makes confusion.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Opinions?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Removing it is fine with me.
&lt;/div&gt;&lt;br&gt;Done. (In the sf.net &amp;quot;files&amp;quot; section I didn't actually removed the
&lt;br&gt;&amp;quot;eclipse-plugin&amp;quot; package, but renamed it to &amp;quot;eclipse-plugin [Do not
&lt;br&gt;use it, deprecated]&amp;quot;.)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Daniel,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there any stats about the usage of eclipse plugin?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; No... (Unless Stephan configured the server to store the access logs.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nope, there are no access logs ATM.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Stephan.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; FreeMarker-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26404988&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26404988&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26404988.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26400208</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-17T15:37:23Z</published>
	<updated>2009-11-17T15:37:23Z</updated>
	<author>
		<name>Stephan Müller-2</name>
	</author>
	<content type="html">Daniel Dekany schrieb:
&lt;br&gt;&amp;gt; Tuesday, November 17, 2009, 11:56:04 AM, Guo Du wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 17, 2009 at 10:29 AM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26400208&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm talking about the non-JBoss one. As it's practically abandoned now
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (isn't it?)
&lt;br&gt;&lt;br&gt;Yes, it is.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and went outdated,
&lt;br&gt;&lt;br&gt;That's true, too.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I will remove it from
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;, also I will delete its Eclipse
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; update (installer) directory. That's my plan at least. Because, if we
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; recommend people the plugin in the JBoss IDE, then why do we offer
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; this? It just makes confusion.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Opinions?
&lt;br&gt;&lt;br&gt;Removing it is fine with me.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Hi Daniel,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there any stats about the usage of eclipse plugin?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; No... (Unless Stephan configured the server to store the access logs.)
&lt;br&gt;&lt;br&gt;Nope, there are no access logs ATM.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Stephan.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26400208&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26400208.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26396588</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-17T12:01:48Z</published>
	<updated>2009-11-17T12:01:48Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">Tuesday, November 17, 2009, 7:51:42 PM, Guo Du wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 17, 2009 at 5:10 PM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26396588&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; The update site is visited by Eclipse, not by human beings. I don't
&lt;br&gt;&amp;gt;&amp;gt; think it has a feature for redirection or like. But I don't know...
&lt;br&gt;&amp;gt; Hi Daniel,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I found the eclipse-plugin could be download from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceforge.net/projects/freemarker/files/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/freemarker/files/&lt;/a&gt;, so people
&lt;br&gt;&amp;gt; interested should be able to get from there.
&lt;br&gt;&amp;gt; I would prefer to have the eclipse plugin listed on the
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;&amp;nbsp;page. As people have trust on
&lt;br&gt;&amp;gt; official vendor.
&lt;/div&gt;&lt;br&gt;The JBoss-related plugin is and will be listed there.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; There are three eclipse plugin listed on the page, so
&lt;br&gt;&amp;gt; it will reduce the confusing by remove the other one if it's not
&lt;br&gt;&amp;gt; maintained.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The plugins table doesn't contain some important information so I
&lt;br&gt;&amp;gt; would suggest following columns.
&lt;br&gt;&amp;gt; Platform: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Eclipse
&lt;br&gt;&amp;gt; Vendor: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;JBoss
&lt;br&gt;&amp;gt; Platform Version: &amp;nbsp;3.X
&lt;br&gt;&amp;gt; Plugin Version: &amp;nbsp; &amp;nbsp; 3.0
&lt;br&gt;&amp;gt; FM Version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.3.15
&lt;br&gt;&amp;gt; Notes: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;blabla
&lt;br&gt;&amp;gt; Link: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; link to install instruction, file or website
&lt;/div&gt;&lt;br&gt;As it's not us who maintain the JBoss thing, so we can't maintain this
&lt;br&gt;information. The vendor is visible in the description.
&lt;br&gt;&lt;br&gt;&amp;gt; Or anything missing?
&lt;br&gt;&amp;gt; We may get some idea from the plugin format of Firefox plugin:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/1146&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Guo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26396588&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26396588.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26395411</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-17T10:51:42Z</published>
	<updated>2009-11-17T10:51:42Z</updated>
	<author>
		<name>Guo Du</name>
	</author>
	<content type="html">On Tue, Nov 17, 2009 at 5:10 PM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26395411&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; The update site is visited by Eclipse, not by human beings. I don't
&lt;br&gt;&amp;gt; think it has a feature for redirection or like. But I don't know...
&lt;br&gt;Hi Daniel,
&lt;br&gt;&lt;br&gt;I found the eclipse-plugin could be download from
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/projects/freemarker/files/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/freemarker/files/&lt;/a&gt;, so people
&lt;br&gt;interested should be able to get from there.
&lt;br&gt;&lt;br&gt;I would prefer to have the eclipse plugin listed on the
&lt;br&gt;&lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;&amp;nbsp;page. As people have trust on
&lt;br&gt;official vendor. There are three eclipse plugin listed on the page, so
&lt;br&gt;it will reduce the confusing by remove the other one if it's not
&lt;br&gt;maintained.
&lt;br&gt;&lt;br&gt;The plugins table doesn't contain some important information so I
&lt;br&gt;would suggest following columns.
&lt;br&gt;Platform: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Eclipse
&lt;br&gt;Vendor: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;JBoss
&lt;br&gt;Platform Version: &amp;nbsp;3.X
&lt;br&gt;Plugin Version: &amp;nbsp; &amp;nbsp; 3.0
&lt;br&gt;FM Version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2.3.15
&lt;br&gt;Notes: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;blabla
&lt;br&gt;Link: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; link to install instruction, file or website
&lt;br&gt;&lt;br&gt;Or anything missing?
&lt;br&gt;We may get some idea from the plugin format of Firefox plugin:
&lt;br&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/1146&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;-Guo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26395411&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26395411.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26393747</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-17T09:10:18Z</published>
	<updated>2009-11-17T09:10:18Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">Tuesday, November 17, 2009, 11:56:04 AM, Guo Du wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 17, 2009 at 10:29 AM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26393747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I'm talking about the non-JBoss one. As it's practically abandoned now
&lt;br&gt;&amp;gt;&amp;gt; (isn't it?) and went outdated, I will remove it from
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;, also I will delete its Eclipse
&lt;br&gt;&amp;gt;&amp;gt; update (installer) directory. That's my plan at least. Because, if we
&lt;br&gt;&amp;gt;&amp;gt; recommend people the plugin in the JBoss IDE, then why do we offer
&lt;br&gt;&amp;gt;&amp;gt; this? It just makes confusion.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Opinions?
&lt;br&gt;&amp;gt; Hi Daniel,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any stats about the usage of eclipse plugin?
&lt;/div&gt;&lt;br&gt;No... (Unless Stephan configured the server to store the access logs.)
&lt;br&gt;&lt;br&gt;&amp;gt; Not all the people like the another &amp;quot;full stack IDE&amp;quot; on top of
&lt;br&gt;&amp;gt; eclipse, so the simple version could be useful for those people.
&lt;br&gt;&lt;br&gt;At least last time I checked, the FreeMarker plugin could be installed
&lt;br&gt;without all the other JBoss stuff.
&lt;br&gt;&lt;br&gt;&amp;gt; If there is no active usage on the eclipse plugin, it should be fine
&lt;br&gt;&amp;gt; to remove it. But better keep a notice file on the update site just in
&lt;br&gt;&amp;gt; case people access from their bookmark.
&lt;br&gt;&lt;br&gt;The update site is visited by Eclipse, not by human beings. I don't
&lt;br&gt;think it has a feature for redirection or like. But I don't know...
&lt;br&gt;&lt;br&gt;&amp;gt; Thanks to keep the site clean!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Guo
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26393747&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26393747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26387903</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-17T02:56:04Z</published>
	<updated>2009-11-17T02:56:04Z</updated>
	<author>
		<name>Guo Du</name>
	</author>
	<content type="html">On Tue, Nov 17, 2009 at 10:29 AM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387903&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I'm talking about the non-JBoss one. As it's practically abandoned now
&lt;br&gt;&amp;gt; (isn't it?) and went outdated, I will remove it from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;, also I will delete its Eclipse
&lt;br&gt;&amp;gt; update (installer) directory. That's my plan at least. Because, if we
&lt;br&gt;&amp;gt; recommend people the plugin in the JBoss IDE, then why do we offer
&lt;br&gt;&amp;gt; this? It just makes confusion.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Opinions?
&lt;br&gt;Hi Daniel,
&lt;br&gt;&lt;br&gt;Is there any stats about the usage of eclipse plugin? Not all the
&lt;br&gt;people like the another &amp;quot;full stack IDE&amp;quot; on top of eclipse, so the
&lt;br&gt;simple version could be useful for those people.
&lt;br&gt;&lt;br&gt;If there is no active usage on the eclipse plugin, it should be fine
&lt;br&gt;to remove it. But better keep a notice file on the update site just in
&lt;br&gt;case people access from their bookmark.
&lt;br&gt;&lt;br&gt;Thanks to keep the site clean!
&lt;br&gt;&lt;br&gt;-Guo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387903&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26387903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26387834</id>
	<title>Re: Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-17T02:50:45Z</published>
	<updated>2009-11-17T02:50:45Z</updated>
	<author>
		<name>Attila Szegedi-3</name>
	</author>
	<content type="html">I agree, let's remove it.
&lt;br&gt;&lt;br&gt;Attila.
&lt;br&gt;&lt;br&gt;On 2009.11.17., at 11:29, Daniel Dekany wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm talking about the non-JBoss one. As it's practically abandoned now
&lt;br&gt;&amp;gt; (isn't it?) and went outdated, I will remove it from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;, also I will delete its Eclipse
&lt;br&gt;&amp;gt; update (installer) directory. That's my plan at least. Because, if we
&lt;br&gt;&amp;gt; recommend people the plugin in the JBoss IDE, then why do we offer
&lt;br&gt;&amp;gt; this? It just makes confusion.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Opinions?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt; Daniel Dekany
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26387834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26387558</id>
	<title>Remove the old Eclipse plugin from our site?</title>
	<published>2009-11-17T02:29:43Z</published>
	<updated>2009-11-17T02:29:43Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">I'm talking about the non-JBoss one. As it's practically abandoned now
&lt;br&gt;(isn't it?) and went outdated, I will remove it from
&lt;br&gt;&lt;a href=&quot;http://freemarker.org/editors.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/editors.html&lt;/a&gt;, also I will delete its Eclipse
&lt;br&gt;update (installer) directory. That's my plan at least. Because, if we
&lt;br&gt;recommend people the plugin in the JBoss IDE, then why do we offer
&lt;br&gt;this? It just makes confusion.
&lt;br&gt;&lt;br&gt;Opinions?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387558&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Remove-the-old-Eclipse-plugin-from-our-site--tp26387558p26387558.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26349056</id>
	<title>Re: sorting xml nodes in freemarker</title>
	<published>2009-11-14T02:52:58Z</published>
	<updated>2009-11-14T02:52:58Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">&amp;lt;#list doc.games.game?sort_by(&amp;quot;@name&amp;quot;) as game&amp;gt;
&lt;br&gt;&amp;nbsp; ${game.@@markup} &amp;lt;#-- assuming you want to print the &amp;quot;game&amp;quot; tags --&amp;gt;
&lt;br&gt;&amp;lt;/#list&amp;gt;
&lt;br&gt;&lt;br&gt;See also:
&lt;br&gt;&lt;a href=&quot;http://freemarker.org/docs/ref_builtins_sequence.html#ref_builtin_sort_by&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/docs/ref_builtins_sequence.html#ref_builtin_sort_by&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://freemarker.org/docs/xgui_imperative_formal.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/docs/xgui_imperative_formal.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Saturday, November 14, 2009, 1:47:50 AM, kgupta wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I forgot to mention assume the sort criteria is sort by attribute name.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; kgupta wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Suppose I have the following xml
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;games&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;b&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;a&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;c&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/games&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; How do I use the sort_by or the sort built in function to sort the nodes?
&lt;br&gt;&amp;gt;&amp;gt; What would be the syntax?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Kunal
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26349056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sorting-xml-nodes-in-freemarker-tp26345888p26349056.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26345928</id>
	<title>Re: sorting xml nodes in freemarker</title>
	<published>2009-11-13T16:47:50Z</published>
	<updated>2009-11-13T16:47:50Z</updated>
	<author>
		<name>kgupta</name>
	</author>
	<content type="html">I forgot to mention assume the sort criteria is sort by attribute name.
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;kgupta wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;Suppose I have the following xml
&lt;br&gt;&lt;br&gt;&amp;lt;games&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;b&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;a&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;c&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;/games&amp;gt;
&lt;br&gt;&lt;br&gt;How do I use the sort_by or the sort built in function to sort the nodes? What would be the syntax?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Kunal
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sorting-xml-nodes-in-freemarker-tp26345888p26345928.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26345888</id>
	<title>sorting xml nodes in freemarker</title>
	<published>2009-11-13T16:41:35Z</published>
	<updated>2009-11-13T16:41:35Z</updated>
	<author>
		<name>kgupta</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Suppose I have the following xml
&lt;br&gt;&lt;br&gt;&amp;lt;games&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;b&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;a&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;game name = &amp;quot;c&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;/games&amp;gt;
&lt;br&gt;&lt;br&gt;How do I use the sort_by or the sort built in function to sort the nodes? What would be the syntax?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Kunal
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sorting-xml-nodes-in-freemarker-tp26345888p26345888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26327209</id>
	<title>Re: Trouble calling methods in a Struts 2 action</title>
	<published>2009-11-12T13:40:09Z</published>
	<updated>2009-11-12T13:40:09Z</updated>
	<author>
		<name>Payne, Matthew</name>
	</author>
	<content type="html">I am using the same stack as use albeit I am using my own freemarker manager (not struts built-in). &amp;nbsp;
&lt;br&gt;&lt;br&gt;I don't have any problems calling &amp;quot;getters&amp;quot; from the action in ftl. 
&lt;br&gt;e.g. ${myValue}
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Daniel Dekany [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;]
&lt;br&gt;Sent: Friday, November 06, 2009 2:44 PM
&lt;br&gt;To: Christopher Maloof
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327209&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Christopher.Maloof@...&lt;/a&gt;;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327209&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freemarker-user@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [FreeMarker-user] Trouble calling methods in a Struts 2
&lt;br&gt;action
&lt;br&gt;&lt;br&gt;&lt;br&gt;Friday, November 6, 2009, 6:32:05 PM, Christopher Maloof wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm just starting to use FreeMarker (2.3.15) with Struts 2.1.8. &amp;nbsp;It 
&lt;br&gt;&amp;gt; mostly works great: my templates are retrieving bean information with no
&lt;br&gt;&amp;gt; problem. &amp;nbsp;However, I can't figure out how to call methods defined in my
&lt;br&gt;&amp;gt; action classes -- in fact I have no idea why it isn't working as I expected.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If my action class looks like this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public class MyAction extends MyActionSupport {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public String getMyValue() {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return &amp;quot;hello&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public String myMethod() {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return &amp;quot;world&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; then ${myValue} or ${myValue.toUpperCase()} works fine, as does 
&lt;br&gt;&amp;gt; &amp;lt;@s.property value=&amp;quot;myMethod()&amp;quot;/&amp;gt;, but ${myMethod()}results in a 
&lt;br&gt;&amp;gt; &amp;quot;Expression myMethod is undefined&amp;quot; error. &amp;nbsp;The docs 
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://freemarker.org/docs/dgui_template_exp.html#dgui_template_exp_methodcall&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://freemarker.org/docs/dgui_template_exp.html#dgui_template_exp_methodcall&lt;/a&gt;)
&lt;br&gt;&amp;gt; seem to think this should be perfectly fine, as far as I can tell.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any idea why Freemarker isn't seeing the top-level action methods unless
&lt;br&gt;&amp;gt; I use &amp;lt;@s.property&amp;gt;?
&lt;/div&gt;&lt;br&gt;What's the data-model in Struts? It had to be the MyAction instance,
&lt;br&gt;or else the methods will no be visible.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks for any help -
&lt;br&gt;&amp;gt; Chris
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; FreeMarker-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327209&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327209&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;This message, including any attachments, is intended only for the recipient(s) 
&lt;br&gt;named above. It may contain confidential and privileged information. If you have 
&lt;br&gt;received this communication in error, please notify the sender immediately and 
&lt;br&gt;destroy or delete the original message. Also, please be aware that if you are not 
&lt;br&gt;the intended recipient, any review, disclosure, copying, distribution or any 
&lt;br&gt;action or reliance based on this message is prohibited by law. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26327209&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trouble-calling-methods-in-a-Struts-2-action-tp26236999p26327209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26307782</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T12:13:32Z</published>
	<updated>2009-11-11T12:13:32Z</updated>
	<author>
		<name>Attila Szegedi-3</name>
	</author>
	<content type="html">FWIW, at my company, we do exactly that - we use FreeMarker 2.3.x to render templates, and we have one developer who wrote a nifty static template analyser using 2.4 preview.
&lt;br&gt;&lt;br&gt;Attila.
&lt;br&gt;&lt;br&gt;On 2009.11.11., at 20:25, Jonathan Revusky wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Nov 11, 2009 at 5:15 PM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26307782&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Wednesday, November 11, 2009, 12:14:25 AM, Tom Fennelly wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I would like to be able to analyse a FreeMarker template. I thought I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; had the answer when I saw I could access the root TemplateElement
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; through the Template instance, but alas, when I look closer (at
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; IteratorBlock, DollarVariable etc) I see that the info I'd like access
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to on these objects is private, with no getter methods etc.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Is there another way I can go about this?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; There isn't... except, of course, that you copy the relevant parts of
&lt;br&gt;&amp;gt;&amp;gt; the project, creating your own parser for this purpose. The license
&lt;br&gt;&amp;gt;&amp;gt; allows that. (FM 2.4 will have much better API for this kind of thing,
&lt;br&gt;&amp;gt;&amp;gt; as you can see in 2.4preview-1 release, but it's a question if there
&lt;br&gt;&amp;gt;&amp;gt; will be a 2.4-final ever...)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, I would encourage Tom to use the 2.4 preview that is available.
&lt;br&gt;&amp;gt; That, after all, is why one uses a preview or beta version of
&lt;br&gt;&amp;gt; software, isn't it? That the bleeding edge stuff has features that you
&lt;br&gt;&amp;gt; need that are lacking in the stable version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In any case, one can continue to use 2.3.15 in production to render
&lt;br&gt;&amp;gt; templates, but use the 2.4 for the software that analyzes templates,
&lt;br&gt;&amp;gt; no?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; JR
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Tom.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Daniel Dekany
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26307782&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26307782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26307705</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T12:08:07Z</published>
	<updated>2009-11-11T12:08:07Z</updated>
	<author>
		<name>TomFennelly</name>
	</author>
	<content type="html">&lt;br&gt;Jonathan Revusky wrote:
&lt;br&gt;&amp;gt; Well, I would encourage Tom to use the 2.4 preview that is available.
&lt;br&gt;&amp;gt; That, after all, is why one uses a preview or beta version of
&lt;br&gt;&amp;gt; software, isn't it? That the bleeding edge stuff has features that you
&lt;br&gt;&amp;gt; need that are lacking in the stable version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In any case, one can continue to use 2.3.15 in production to render
&lt;br&gt;&amp;gt; templates, but use the 2.4 for the software that analyzes templates,
&lt;br&gt;&amp;gt; no?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;Hi Jonathan.
&lt;br&gt;&lt;br&gt;As it turns out, we will actually need the ability to analyse FreeMarker 
&lt;br&gt;templates in production.
&lt;br&gt;&lt;br&gt;A little context.... we (JBoss) are building Eclipse data mapping tools 
&lt;br&gt;(as part of JBoss Tools), whereby a user selects a target message model 
&lt;br&gt;(XSD, CSV, EDI etc schemas) and is able to use the tooling to map data 
&lt;br&gt;onto a representation of the selected model. &amp;nbsp;To cut a long story 
&lt;br&gt;short... the plan is to have the eclipse tooling generate FreeMarker 
&lt;br&gt;templates based on the chosen model + the mappings. &amp;nbsp;The generated 
&lt;br&gt;templates will be used by the runtime transformation engine (Smooks). &amp;nbsp;
&lt;br&gt;So, the eclipse tooling needs to be able to read existing FreeMarker 
&lt;br&gt;templates and work out what data is being &amp;quot;mapped&amp;quot; into them. &amp;nbsp;Hope that 
&lt;br&gt;20,000ft explanation makes sense :)
&lt;br&gt;&lt;br&gt;So, I'd be more than happy to use the preview if the timelines I'm 
&lt;br&gt;working against matched up. &amp;nbsp;I really need something working by early 
&lt;br&gt;Dec and it sounds as though FM 2.4 is not that close to being released, 
&lt;br&gt;right?
&lt;br&gt;&lt;br&gt;T.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26307705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26307705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26307090</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T11:25:48Z</published>
	<updated>2009-11-11T11:25:48Z</updated>
	<author>
		<name>Jonathan Revusky-3</name>
	</author>
	<content type="html">On Wed, Nov 11, 2009 at 5:15 PM, Daniel Dekany &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26307090&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Wednesday, November 11, 2009, 12:14:25 AM, Tom Fennelly wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to be able to analyse a FreeMarker template. I thought I
&lt;br&gt;&amp;gt;&amp;gt; had the answer when I saw I could access the root TemplateElement
&lt;br&gt;&amp;gt;&amp;gt; through the Template instance, but alas, when I look closer (at
&lt;br&gt;&amp;gt;&amp;gt; IteratorBlock, DollarVariable etc) I see that the info I'd like access
&lt;br&gt;&amp;gt;&amp;gt; to on these objects is private, with no getter methods etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there another way I can go about this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There isn't... except, of course, that you copy the relevant parts of
&lt;br&gt;&amp;gt; the project, creating your own parser for this purpose. The license
&lt;br&gt;&amp;gt; allows that. (FM 2.4 will have much better API for this kind of thing,
&lt;br&gt;&amp;gt; as you can see in 2.4preview-1 release, but it's a question if there
&lt;br&gt;&amp;gt; will be a 2.4-final ever...)
&lt;/div&gt;&lt;br&gt;Well, I would encourage Tom to use the 2.4 preview that is available.
&lt;br&gt;That, after all, is why one uses a preview or beta version of
&lt;br&gt;software, isn't it? That the bleeding edge stuff has features that you
&lt;br&gt;need that are lacking in the stable version.
&lt;br&gt;&lt;br&gt;In any case, one can continue to use 2.3.15 in production to render
&lt;br&gt;templates, but use the 2.4 for the software that analyzes templates,
&lt;br&gt;no?
&lt;br&gt;&lt;br&gt;JR
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tom.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt;  Daniel Dekany
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; FreeMarker-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26307090&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26307090&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26307090.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26305972</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T10:12:57Z</published>
	<updated>2009-11-11T10:12:57Z</updated>
	<author>
		<name>TomFennelly</name>
	</author>
	<content type="html">Yeah... can't take the risk of doing that Guo... it will too likely 
&lt;br&gt;result in security exceptions!!
&lt;br&gt;&lt;br&gt;Thanks for the suggestion.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Guo Du wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 10, 2009 at 11:50 PM, Tom Fennelly &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305972&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tom.fennelly@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; FreeMarker template. &amp;nbsp;The TemplateElement (and its implementations)
&lt;br&gt;&amp;gt;&amp;gt; returned from the Template.getRootTreeNode() would be perfect for what I
&lt;br&gt;&amp;gt;&amp;gt; want, accept that all the interesting data they have is private and not
&lt;br&gt;&amp;gt;&amp;gt; exposed via getters - see the IteratorBlock and DollarVariable classes.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You could use reflect api to get the field event it's private. It's
&lt;br&gt;&amp;gt; kind of hack instead of proper solution anyway :(
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://tutorials.jenkov.com/java-reflection/private-fields-and-methods.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tutorials.jenkov.com/java-reflection/private-fields-and-methods.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Guo
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; FreeMarker-user mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305972&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305972&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26305972.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26305941</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T10:11:26Z</published>
	<updated>2009-11-11T10:11:26Z</updated>
	<author>
		<name>TomFennelly</name>
	</author>
	<content type="html">Thanks Daniel.
&lt;br&gt;&lt;br&gt;I was going to try avoid having to create a new parser with javacc by 
&lt;br&gt;trying to extract the info manually from the getNodeName and 
&lt;br&gt;getDescription methods... i.e.... a total hack. &amp;nbsp;After a little 
&lt;br&gt;investigation, I think it might be a hack too far, so I think I'll go 
&lt;br&gt;back again and look at creating a new parser :)
&lt;br&gt;&lt;br&gt;Thanks for the help!!
&lt;br&gt;&lt;br&gt;T.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Daniel Dekany wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Wednesday, November 11, 2009, 12:14:25 AM, Tom Fennelly wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to be able to analyse a FreeMarker template. I thought I 
&lt;br&gt;&amp;gt;&amp;gt; had the answer when I saw I could access the root TemplateElement 
&lt;br&gt;&amp;gt;&amp;gt; through the Template instance, but alas, when I look closer (at 
&lt;br&gt;&amp;gt;&amp;gt; IteratorBlock, DollarVariable etc) I see that the info I'd like access
&lt;br&gt;&amp;gt;&amp;gt; to on these objects is private, with no getter methods etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there another way I can go about this?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There isn't... except, of course, that you copy the relevant parts of
&lt;br&gt;&amp;gt; the project, creating your own parser for this purpose. The license
&lt;br&gt;&amp;gt; allows that. (FM 2.4 will have much better API for this kind of thing,
&lt;br&gt;&amp;gt; as you can see in 2.4preview-1 release, but it's a question if there
&lt;br&gt;&amp;gt; will be a 2.4-final ever...)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tom.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305941&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26305941.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26305157</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T09:23:44Z</published>
	<updated>2009-11-11T09:23:44Z</updated>
	<author>
		<name>Guo Du</name>
	</author>
	<content type="html">On Tue, Nov 10, 2009 at 11:50 PM, Tom Fennelly &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305157&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tom.fennelly@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; FreeMarker template.  The TemplateElement (and its implementations)
&lt;br&gt;&amp;gt; returned from the Template.getRootTreeNode() would be perfect for what I
&lt;br&gt;&amp;gt; want, accept that all the interesting data they have is private and not
&lt;br&gt;&amp;gt; exposed via getters - see the IteratorBlock and DollarVariable classes.
&lt;br&gt;&lt;br&gt;You could use reflect api to get the field event it's private. It's
&lt;br&gt;kind of hack instead of proper solution anyway :(
&lt;br&gt;&lt;a href=&quot;http://tutorials.jenkov.com/java-reflection/private-fields-and-methods.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tutorials.jenkov.com/java-reflection/private-fields-and-methods.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;-Guo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305157&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26305157.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26305071</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T09:15:49Z</published>
	<updated>2009-11-11T09:15:49Z</updated>
	<author>
		<name>JeremyChone</name>
	</author>
	<content type="html">I really hope there will be a &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; &quot;&gt;2.4-final, it really really looks great. &lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Wed, Nov 11, 2009 at 8:15 AM, Daniel Dekany &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ddekany@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;Wednesday, November 11, 2009, 12:14:25 AM, Tom Fennelly wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Hi.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I would like to be able to analyse a FreeMarker template. I thought I&lt;br&gt;
&amp;gt; had the answer when I saw I could access the root TemplateElement&lt;br&gt;
&amp;gt; through the Template instance, but alas, when I look closer (at&lt;br&gt;
&amp;gt; IteratorBlock, DollarVariable etc) I see that the info I&amp;#39;d like access&lt;br&gt;
&amp;gt; to on these objects is private, with no getter methods etc.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is there another way I can go about this?&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;There isn&amp;#39;t... except, of course, that you copy the relevant parts of&lt;br&gt;
the project, creating your own parser for this purpose. The license&lt;br&gt;
allows that. (FM 2.4 will have much better API for this kind of thing,&lt;br&gt;
as you can see in 2.4preview-1 release, but it&amp;#39;s a question if there&lt;br&gt;
will be a 2.4-final ever...)&lt;br&gt;
&lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Tom.&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Best regards,&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt; Daniel Dekany&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
FreeMarker-user mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305071&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Jeremy Chone&lt;br&gt;+1 415 699 9912&lt;br&gt;CTO, VP Product Development and Operations,&lt;br&gt;&lt;a href=&quot;http://www.iJuris.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;www.iJuris.com&lt;/a&gt; &lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26305071&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26305071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26304021</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-11T08:15:45Z</published>
	<updated>2009-11-11T08:15:45Z</updated>
	<author>
		<name>Daniel Dekany</name>
	</author>
	<content type="html">Wednesday, November 11, 2009, 12:14:25 AM, Tom Fennelly wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would like to be able to analyse a FreeMarker template. I thought I 
&lt;br&gt;&amp;gt; had the answer when I saw I could access the root TemplateElement 
&lt;br&gt;&amp;gt; through the Template instance, but alas, when I look closer (at 
&lt;br&gt;&amp;gt; IteratorBlock, DollarVariable etc) I see that the info I'd like access
&lt;br&gt;&amp;gt; to on these objects is private, with no getter methods etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there another way I can go about this?
&lt;br&gt;&lt;br&gt;There isn't... except, of course, that you copy the relevant parts of
&lt;br&gt;the project, creating your own parser for this purpose. The license
&lt;br&gt;allows that. (FM 2.4 will have much better API for this kind of thing,
&lt;br&gt;as you can see in 2.4preview-1 release, but it's a question if there
&lt;br&gt;will be a 2.4-final ever...)
&lt;br&gt;&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tom.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp;Daniel Dekany
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26304021&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26304021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26302803</id>
	<title>Re: Trouble calling methods in a Struts 2 action</title>
	<published>2009-11-11T07:02:48Z</published>
	<updated>2009-11-11T07:02:48Z</updated>
	<author>
		<name>Christopher Maloof</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
You were right, the Struts list was the place to ask.&amp;nbsp; The trick is to
use the built-in &quot;action&quot; variable to refer to the action directly,
like ${action.myMethod()}.&amp;nbsp; I'm not sure why the public methods aren't
made available otherwise, but it's an easy enough solution.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://markmail.org/message/upuwtwdd45cqwrwb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/upuwtwdd45cqwrwb&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Chris&lt;br&gt;
&lt;br&gt;
On 11/7/2009 1:20 AM, Daniel Dekany wrote:
&lt;blockquote cite=&quot;mid:87153883.20091107072034@freemail.hu&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;Thing is, FreeMarker is very flexible when it comes to building the
data-model (mostly done with so called object wrapping), and I don't
know what the Struts guys done. If they use the action object itself
to be the data-model, with some typical object wrapper setup the
public methods are visible. But then it seems they decided that they
will not be visible... they can do that, it's up to them. So maybe
it's better to ask them.


Friday, November 6, 2009, 9:22:36 PM, Christopher Maloof wrote:

  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;On 11/6/2009 2:44 PM, Daniel Dekany wrote: 
Friday, November 6, 2009, 6:32:05 PM, Christopher Maloof wrote:

  
I'm just starting to use FreeMarker (2.3.15) with Struts 2.1.8.  It 
mostly works great: my templates are retrieving bean information with no
problem.  However, I can't figure out how to call methods defined in my
action classes -- in fact I have no idea why it isn't working as I expected.

If my action class looks like this:

public class MyAction extends MyActionSupport {
    public String getMyValue() {
       return &quot;hello&quot;;
    }
    public String myMethod() {
       return &quot;world&quot;;
    }
}
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;[snip]
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;The template is mapped to the correct action, if that's what you're asking.  These things work:
${myValue}  (indirect access to bean getter)
${myValue.toUpperCase()}  (method call on object)
&amp;lt;@s.property value=&quot;myMethod()&quot;/&amp;gt;   (Struts tag calling a method)

But these things don't:
${myMethod()}
${getMyValue()}  (plain method calls as described in the docs)

Chris
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;-- 
Christopher Maloof, M.S.
Software Developer, Medical Oncology, Informatics Shared Resource
Kimmel Cancer Center, Thomas Jefferson University
Phone: 215-503-9275  Fax: 215-955-9093 &lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26302803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trouble-calling-methods-in-a-Struts-2-action-tp26236999p26302803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26293700</id>
	<title>JspTaglibs: Loading a taglib from a JAR's META-INF</title>
	<published>2009-11-10T16:01:09Z</published>
	<updated>2009-11-10T16:01:09Z</updated>
	<author>
		<name>Jeroen De Ridder</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;This is using the FreeMarker 2.3.15 Maven distribution.
&lt;br&gt;&lt;br&gt;My apologies if this question has been asked before; I've created a 
&lt;br&gt;custom tag library and packaged it as a standard Maven JAR. The actual 
&lt;br&gt;tag library descriptor (.tld) is located under 
&lt;br&gt;&amp;lt;jar_root&amp;gt;/META-INF/my-tags.tld, and it declares the URI &amp;quot;/my-tags&amp;quot;. 
&lt;br&gt;This way, I can just add a dependency on it to my web application (which 
&lt;br&gt;also uses Maven) and get the JAR placed in the /WEB-INF/lib dir. I 
&lt;br&gt;believe it is since JSP 2.0 that any .tlds in /META-INF get 
&lt;br&gt;automatically discovered, and that you can use them as long as you use 
&lt;br&gt;the same URI in your JSP as is declared in the .tld. All this works, I 
&lt;br&gt;can use the taglib without having to explicitly declare it in web.xml.
&lt;br&gt;&lt;br&gt;The problem now is that I need to use my JSP tag library in some 
&lt;br&gt;FreeMarker templates within Struts 2, so I'm trying to do:
&lt;br&gt;&lt;br&gt;&amp;lt;#assign my=JspTaglibs[&amp;quot;/my-tags&amp;quot;]&amp;gt;
&lt;br&gt;&lt;br&gt;This fails. I'm getting the following error dumped all over my output in 
&lt;br&gt;a yellow-and-red box:
&lt;br&gt;&lt;br&gt;Could not find webapp resource /my-tags
&lt;br&gt;The problematic instruction:
&lt;br&gt;----------
&lt;br&gt;==&amp;gt; assignment: my=JspTaglibs[&amp;quot;/my-tags&amp;quot;] [on line 1, column 1 in 
&lt;br&gt;WEB-INF/themes/medicmind/columnize.ftl]
&lt;br&gt;----------
&lt;br&gt;&lt;br&gt;Java backtrace for programmers:
&lt;br&gt;----------
&lt;br&gt;freemarker.template.TemplateModelException: Could not find webapp 
&lt;br&gt;resource /my-tags
&lt;br&gt;&amp;nbsp; &amp;nbsp; at freemarker.ext.jsp.TaglibFactory.loadTaglib(TaglibFactory.java:432)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at freemarker.ext.jsp.TaglibFactory.access$300(TaglibFactory.java:106)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at freemarker.ext.jsp.TaglibFactory$Taglib.load(TaglibFactory.java:414)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at freemarker.ext.jsp.TaglibFactory.get(TaglibFactory.java:158)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;freemarker.core.DynamicKeyName.dealWithStringKey(DynamicKeyName.java:136)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at 
&lt;br&gt;freemarker.core.DynamicKeyName._getAsTemplateModel(DynamicKeyName.java:94)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
&lt;br&gt;&lt;br&gt;I've actually done this before and it worked that time, but the tag 
&lt;br&gt;library was packaged within the web application itself, so I could use a 
&lt;br&gt;direct path to /WEB-INF for JspTaglibs. I've now moved the tags and 
&lt;br&gt;their tag library in their own separate JAR and am trying to have it 
&lt;br&gt;load from there.
&lt;br&gt;&lt;br&gt;Apparently the JspTaglibs directive is handled by the TaglibFactory 
&lt;br&gt;class; after examining the source for it I found that it would probably 
&lt;br&gt;work to do something like:
&lt;br&gt;&lt;br&gt;&amp;lt;#assign 
&lt;br&gt;my=JspTaglibs[&amp;quot;/WEB-INF/lib/my-tags-0.1.jar:/META-INF/my-tags.tld&amp;quot;]&amp;gt;
&lt;br&gt;&lt;br&gt;But this doesn't either. Regardless, I would really want to avoid 
&lt;br&gt;hardcoding the library version number in there.
&lt;br&gt;&lt;br&gt;Upon further examination of TaglibFactory.java, I've found that it is 
&lt;br&gt;capable of scanning all JARs in /WEB-INF/lib and discovering the TLDs in 
&lt;br&gt;it (method getLocationsFromLibJars). Following the code path in my head, 
&lt;br&gt;this would definitely discover my TLD and solve the problem of 
&lt;br&gt;hardcoding JAR names along the way. The only problem is that 
&lt;br&gt;getLocationsFromLibJars never gets a chance to run because of the way 
&lt;br&gt;this loop is constructed (method get(String uri)):
&lt;br&gt;&lt;br&gt;do {
&lt;br&gt;&amp;nbsp; &amp;nbsp; if(taglib.load(uri, ctx, locations)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; taglibs.put(uri, taglib);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return taglib;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;while(getMoreTaglibLocations());
&lt;br&gt;&lt;br&gt;taglib.load basically wraps some housekeeping around static loadTaglib, 
&lt;br&gt;which seems to be responsible for trying to load the taglib as a 
&lt;br&gt;resource within the servlet context (ie. from somewhere within /WEB-INF 
&lt;br&gt;or the web app root). The problem is that if it loadTaglib can't find 
&lt;br&gt;that resource, it throws an exception which bubbles all the way up so 
&lt;br&gt;that getMoreTaglibLocations doesn't get a chance to get called.
&lt;br&gt;&lt;br&gt;Was this behaviour intended? Is there any configuration I'm missing? Is 
&lt;br&gt;there any way to do this?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Jeroen DR
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26293700&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-devel-f15859.html&quot; embed=&quot;fixTarget[15859]&quot; target=&quot;_top&quot; &gt;freemarker-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JspTaglibs%3A-Loading-a-taglib-from-a-JAR%27s-META-INF-tp26293700p26293700.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26293585</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-10T15:50:12Z</published>
	<updated>2009-11-10T15:50:12Z</updated>
	<author>
		<name>TomFennelly</name>
	</author>
	<content type="html">Thanks Guo...
&lt;br&gt;&lt;br&gt;Guo Du wrote:
&lt;br&gt;&amp;gt; FreeMarker is very dynamic, it's not easy to tell the output in
&lt;br&gt;&amp;gt; runtime unless it's been rendered.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;I'm not actually trying to figure out the output that a template might 
&lt;br&gt;produce. &amp;nbsp;I'm looking to get the &amp;quot;model&amp;quot; that describes a given 
&lt;br&gt;FreeMarker template. &amp;nbsp;The TemplateElement (and its implementations) 
&lt;br&gt;returned from the Template.getRootTreeNode() would be perfect for what I 
&lt;br&gt;want, accept that all the interesting data they have is private and not 
&lt;br&gt;exposed via getters - see the IteratorBlock and DollarVariable classes.
&lt;br&gt;&amp;gt; Alternative, you could do static analysis the &amp;nbsp;template by track the
&lt;br&gt;&amp;gt; template source used by provider your own template loader:
&lt;br&gt;&amp;gt; freemarker.template.Configuration.setTemplateLoader
&lt;br&gt;Sure... I wanted to avoid writing the template analysis code myself, if 
&lt;br&gt;possible. &amp;nbsp;That sounds a bit like reinventing the wheel if this is 
&lt;br&gt;something that the FreeMarker runtime API can already do.
&lt;br&gt;&lt;br&gt;Thanks for your help Guo!!!
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26293585&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26293585.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26293389</id>
	<title>Re: How does one analyse a FreeMarker template??</title>
	<published>2009-11-10T15:31:53Z</published>
	<updated>2009-11-10T15:31:53Z</updated>
	<author>
		<name>Guo Du</name>
	</author>
	<content type="html">On Tue, Nov 10, 2009 at 11:14 PM, Tom Fennelly &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26293389&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tom.fennelly@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I would like to be able to analyse a FreeMarker template. I thought I
&lt;br&gt;&amp;gt; had the answer when I saw I could access the root TemplateElement
&lt;br&gt;&amp;gt; through the Template instance, but alas, when I look closer (at
&lt;br&gt;&lt;br&gt;FreeMarker is very dynamic, it's not easy to tell the output in
&lt;br&gt;runtime unless it's been rendered.
&lt;br&gt;&lt;br&gt;Alternative, you could do static analysis the &amp;nbsp;template by track the
&lt;br&gt;template source used by provider your own template loader:
&lt;br&gt;freemarker.template.Configuration.setTemplateLoader
&lt;br&gt;&lt;br&gt;Good luck!
&lt;br&gt;&lt;br&gt;-Guo
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26293389&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26293389.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26293170</id>
	<title>How does one analyse a FreeMarker template??</title>
	<published>2009-11-10T15:14:25Z</published>
	<updated>2009-11-10T15:14:25Z</updated>
	<author>
		<name>TomFennelly</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;&lt;br&gt;I would like to be able to analyse a FreeMarker template. I thought I 
&lt;br&gt;had the answer when I saw I could access the root TemplateElement 
&lt;br&gt;through the Template instance, but alas, when I look closer (at 
&lt;br&gt;IteratorBlock, DollarVariable etc) I see that the info I'd like access 
&lt;br&gt;to on these objects is private, with no getter methods etc.
&lt;br&gt;&lt;br&gt;Is there another way I can go about this?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Tom.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;FreeMarker-user mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26293170&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;FreeMarker-user@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/freemarker-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/freemarker-user&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/freemarker-user-f15858.html&quot; embed=&quot;fixTarget[15858]&quot; target=&quot;_top&quot; &gt;freemarker-user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-does-one-analyse-a-FreeMarker-template---tp26293170p26293170.html" />
</entry>

</feed>
