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
---
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
2 matches
Mail list logo