Is there a way to do gsp partials rather than tag libraries?
Posted
by egervari
on Stack Overflow
See other posts from Stack Overflow
or by egervari
Published on 2010-05-25T09:17:48Z
Indexed on
2010/05/25
9:21 UTC
Read the original article
Hit count: 270
One of the things I liked about freemarker is that you can quickly create new macros that encapsulate complex html to make the pages smaller and more concise. Do I have to make tag libraries to do the same thing in grails, or is there a really light-weight syntax for achieving the same thing?
© Stack Overflow or respective owner