Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-M1
-
Fix Version/s: 2.0-M2
-
Component/s: None
-
Labels:None
Description
See http://grails.1312388.n4.nabble.com/Grails-2-0-0-M1-c-tld-and-fmt-tld-removal-td3708251.html
As discussion in above mentioned link pointed out spring.tld and grails.tld are created part of create-app and c.tld and fmt.tld were added during grails war in Grails 1.3.
Maybe best to add c.tld and fmt.tld to create-app?
The problem with adding them during create-app is that we don't know what servlet version the user is targetting. So which TLDs should we install?
Thinking about it, we should probably install a default and then have a "set-servlet-version" command or similar that updates application.properties and installs the appropriate TLDs.