Issue Details (XML | Word | Printable)

Key: GRAILS-603
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marc Palmer
Reporter: Marc Palmer
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

Something is causing the taglib output to flush - getting groovy.lang.MissingPropertyException error message output mid-page

Created: 16/Jan/07 04:16 AM   Updated: 17/Jun/07 03:45 AM
Component/s: None
Affects Version/s: 0.4
Fix Version/s: 0.5.6

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(122 kB)
Issue Links:
Related
 


 Description  « Hide
I'm guessing something in my taglib is causing the output to flush?

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Barry Lagerweij added a comment - 19/Mar/07 01:22 AM
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.


Marc Palmer added a comment - 20/Apr/07 05:02 AM
Rolled over to 0.5.5 to get a stable JavaOne release out

Marc Palmer added a comment - 25/Apr/07 02:06 PM
I'm seeing this in 0.5 due to an error in FormTagLib. Screenshot of the error inline in the page as proof attached

Marc Palmer added a comment - 25/Apr/07 02:08 PM
I didn't put that error IFRAME inside my page

Lee Butts added a comment - 01/Jun/07 05:30 AM
Hi Marc,

should be fixed now, send it back if it aint

cheers

Lee