Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Template not found' sticky even after creation of .gsp file till application restart. #22

Open
mkrasuski opened this issue Mar 29, 2018 · 0 comments

Comments

@mkrasuski
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant