mkrasuski opened a new issue, #14263: URL: https://github.com/apache/grails-core/issues/14263
### Steps to Reproduce in development mode 1. call <g:render template="newTemplate"></g:render> somewhere on existing page without creating _newTemplate.gsp 2. run code - 'Template not found' will arise 3. create relevant _newTemplate.gsp 4. run code again - 'Template not found' is sticky ### Expected Behaviour After creation of template file template should be compiled and rendered. ### Actual Behaviour Error of non-existing template is sticky till restart of application. That's VERY annoying ### Environment Information - **Operating System**: Linux - **Grails Version:** 3.3 - **JDK Version:** 1.8 - **Container Version (If Applicable):** TODO ### Example Application error situation is dynamic, so hard to prepare sample -- 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]
