Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta1
-
Fix Version/s: 1.1-beta2
-
Component/s: View technologies
-
Labels:None
-
Environment:Debian Linux, OpenJDK 6, Grails 1.1-SNAPSHOT (r7232)
Description
I had the following directive in my GSPs, following the instruction at http://grails.org/Eclipse+IDE+Integration :
<%@ taglib prefix="g" uri="/web-app/WEB-INF/tld/grails.tld" %>
This worked in 1.0.3, but no longer works in 1.1-SNAPSHOT. The GSP tags are now completely ignored. To fix it I just removed the directive (breaking code completion in Eclipse).
Grails 1.1 now supports custom JSP tag libraries and by doing the above you are overriding Grails built in tags, there is nothing we can do about this really. There needs to be an improved GSP editor for Ecilpse