Details
Description
When using <c:import> in Grails version 1.3.3 and 1.3.4, it is working!.
I upgrade to Grails 1.3.5 and now <c:import> doesnt work! I get a null value.
For example, if I use <c:import var="test" url="/WEB-INF/test/Login.gsp' " />
I'm getting a NULL!
I'M using a *.gsp under "Views and Layouts" directory.
Why there isn't a tag as <g:import>?
This has nothing to do with the grails.org web site.