jdaugherty opened a new issue, #133:
URL: https://github.com/apache/grails-intellij-plugin/issues/133
Variables declared in a GSP page, which then calls a template, are not
recognized in the template. For instance:
**list.gsp**
```
<div class="data">
<g:set var="callInstanceList" value="${callOpenList}" />
<g:render template="open"/>
</div>
```
**_open.gsp**
```
<g:each in="${callInstanceList}" status="i" var="callInstance">
```
In `_open.gsp`, IDEA displays the following:
_⚠️ attachment `screenshot.PNG` was not included in the export_
and of course does not recognize its members. Grails itself does recognize
the variable.
Sorry if this is a dupe, I searched but could not find anything quite like
this particular issue.
---
*1 attachment(s) referenced here (`screenshot.PNG`) are not part of the CSV
export.*
*Imported from
[IDEA-112326](https://youtrack.jetbrains.com/issue/IDEA-112326) · 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]