Re: [S2] Dispaly data in FreeMarker

2007-04-11 Thread wolverine my
Answer to one of the questions: Can the FreeMarker template access the request parameters directly without us adding the parameters into the session? It is described in http://struts.apache.org/2.0.6/docs/freemarker.html, ${Parameters.myParameter} /Struts newbie ---

[S2] Dispaly data in FreeMarker

2007-04-11 Thread wolverine my
I'm using Struts 2 and FreeMarker and I'm ready to move on from the HelloWorld example... I would like to create a page to display a list of accounts. Hence, the following is the action class, public class Search extends ActionSupport implements SessionAware { private Map session; public