Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.4
-
Fix Version/s: 0.5.6
-
Component/s: None
-
Labels:None
Description
I'm guessing something in my taglib is causing the output to flush?
Attachments
Issue Links
| This issue is related to: | ||||
| GRAILS-1190 | Regression: Error pages require layout with same name as controller |
|
|
|
I had the same thing, the property it was missing is called 'out'. I believe that this happens when the TagLib is invalid (e.g. compilation failed), but Grails still tries to inject the dynamic property 'out'.
BTW this only happens when a TagLib that worked fine previously is updated and reloaded.