[root]/groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/taglib/jsp
removing the outdated grails module from the repository
0 lines of code changed in:
updated following change to TagLibDynamicMethods contructor
1 lines of code changed in:
added support for JSP using the [test:value] syntax in attributes
49 lines of code changed in:
- changed the prefix for grails tags from <gr: to <g:
- added supported for having multiple tag libraries automatically imported upon use
49 lines of code changed in:
Updated following refactory of class GrailRequestAttributes to new name GrailsApplicationAttributes
2 lines of code changed in:
moved link tag into grails taglib, fixed JSP body tag invoking problem, added more utility methods to GrailsRequestAttributes, changed controllers and taglibs to use non-weak implementations of GenericDynamicProperty as they are created per request etc.
87 lines of code changed in:
changed to reverse passed arguments so that they appear in the right order in iterative tags
7 lines of code changed in:
Updated so that the JSP invokeTag tag now works with iteratives tags too
57 lines of code changed in:
refactored request attribute names into a common class
2 lines of code changed in:
added JSP invokeTag that allows calling of tags defined in a Grails taglib from JSP
16 lines of code changed in:
added support for creating dynamic tab libraries in Grails
23 lines of code changed in:
removed redundant casts
2 lines of code changed in:
Renamed scaffold tag to renderInput and made it work in both JSP and GSP
13 lines of code changed in:
added support for using tags developed for the Grails custom tag llibrary within groovy server pages (GSPs)
125 lines of code changed in: