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 246348 - Unable to edit .gsp file with \$
Summary: Unable to edit .gsp file with \$
Status: RESOLVED DUPLICATE of bug 240826
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-08 12:42 UTC by santiquetzal
Modified: 2016-02-08 23:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack Trace (558.70 KB, application/octet-stream)
2014-08-08 12:42 UTC, santiquetzal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description santiquetzal 2014-08-08 12:42:25 UTC
Created attachment 148604 [details]
Stack Trace

Unable to open a .gsp file in Netbeans with following text:

        <g:javascript>
            $(function() {
                <g:remoteFunction action="findLicensesNumber" update="updateMe"
                    onSuccess="\$('#buttons').show()"
                    params="[effectiveEndDate_year:params.effectiveEndDate_year,
                            effectiveEndDate_month:params.effectiveEndDate_month,
                            effectiveEndDate_day:params.effectiveEndDate_day,
                            effectiveEndDate:'date.struct']"/> 
            });
        </g:javascript>        

The problem is the \ in \$('#buttons').show()
Comment 1 bruno.flavio 2016-02-08 23:50:33 UTC
This should have been resolved by #240826. Please reopen if you find otherwise.

*** This bug has been marked as a duplicate of bug 240826 ***