I have been using Freemarker with Struts 2 for my latest project and I'm loving it. The syntax is a gazillion times (yes, exactly that many) better than JSP in my opinion.
As far as differences in the tags, there isn't any. You can do the same thing using the Freemarker Struts tags as you can using the JSP Struts tags. Just to be clear, you choose to use either JSP or Freemarker. And then you use the tag syntax for that view language. On 5/17/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
FreeMarker is a template engine, with it's own syntax. JSP tags can be used in FreeMarker, adding some configuration. In the case of Struts tags, no configuration is required, and you can use them like you would in JSP except a few differences, see this for details: http://struts.apache.org/2.x/docs/freemarker.html musachy On 5/17/07, Jordi Rubio Moreno <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm a bit confused. I need to decide if I'll use Freemarker or Struts > taglibs, and I don't know the differences between both. E.g. what's the > difference between <s:iterator> and <@s.iterator>, <s:url> and <@s.url>, > etc etc... > > I have seen all the tutorials and examples I have found working with > taglibs, but people says WebWork and Struts 2's choice is Freemarker... > > Please, help me to understand why taglibs or Freemarker :) > > Thanks a lot! > > Cheers! > -- "Hey you! Would you help me to carry the stone?" Pink Floyd