grails template Method code is too large error? -


if grails template size big , using more g:tags fails compile template engine raise error method code large ?

this known issue code blocks within gsps. seem recall maximum size 65,432 lines of code per block. easy way around use comment within gsp. creates new code block , segments gsp code blocks. example:

<% // example comment %> 

Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -