jdaugherty opened a new issue, #108:
URL: https://github.com/apache/grails-intellij-plugin/issues/108

   In a a GSP page of a Grails application the following is accepted by IDEA 
without error:
   ```
   <script type="text/javascript">
     function test${replace}() {
     }
   </script>
   ```
   However, the following:
   ```
   <r:script type="text/javascript">
     function test${replace}() {
     }
   </r:script>
   ```
   leads to an error in the UI as shown in the attached screenshot. Apparently 
the parser does not recognize that ${replace} will be replaced by the GSP.
   
   ---
   
   *Imported from [IDEA-86524](https://youtrack.jetbrains.com/issue/IDEA-86524) 
· Type: Bug · Votes: 1*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to