This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 209989 - GSP page directive shows an error
Summary: GSP page directive shows an error
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: GSP (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 160295 168189 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-23 11:37 UTC by Martin Janicek
Modified: 2013-01-14 09:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2012-03-23 11:37:54 UTC
Using a following gsp page directive causes the editor error saying that EOF is expecting, but found 'import':

<%@ page import="bo.Employee" %>

It might be easily reproduce by creating a new Grails domain class, using the generate-all command and opening for example generated edit.gsp file.
Comment 1 Martin Janicek 2013-01-03 10:30:38 UTC
*** Bug 160295 has been marked as a duplicate of this bug. ***
Comment 2 Martin Janicek 2013-01-03 10:43:09 UTC
*** Bug 168189 has been marked as a duplicate of this bug. ***
Comment 3 Martin Janicek 2013-01-14 09:46:25 UTC
Fixed in: http://hg.netbeans.org/web-main/rev/d7a619844f78
It's only a part of the development sources, so please anyone
interested in the change, use daily builds instead of newly incoming NB73.