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

   According the "render some markup to the response" example on 
[http://grails.org/doc/latest/ref/Controllers/render.html](http://grails.org/doc/latest/ref/Controllers/render.html),
 it is syntactically correct to include markup inside a Grails render block.  
IntelliJ IDEA is incorrectly flagging the q() and p() lines in the code block 
below as "cannot resolve symbol". The attached screen shot shows what I am 
seeing inside IDEA.
   ```
           render {
               q( randomQuote.content )
               p( randomQuote.author )
           }
   ```
   
   ---
   
   *Imported from 
[IDEA-128834](https://youtrack.jetbrains.com/issue/IDEA-128834) · Type: Bug · 
Votes: 0*
   *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