John

Results 11 comments of John

Did you run a "grails clean" before "grails run-app"?

I think it has to do with the bootstrap plugin or another GUI plugin, asset-pipeline was meant to replace the resources plugin(http://grails.org/plugin/asset-pipeline ),the bootstrap plugin makes use of the resources...

more info, which grails version? which plugins ae you using? are you upgrading?

Comment either asset-pieline or resources plugin, asset-pieline plugin was meant to replace resources plugin in grails 2.4

What if you want to pass a parameter to the initialCriteria closure when the grid loads, so the user can select a new date range to load and pass as...

Representing the `whole XForm` Structure in code can be a complex process as it comprises of various parts of the model and body as stated in the XForm specification. This...

The snippet below defines the benchmark parameters for running possible combinations that define an XForm. In this case benchmarks ``` @Param({"10", "500"}) public int noOfQuestions = 500; @Param({"10", "50"}) public...

Hi @lognaturel I initially created the draft to give to an idea of how I implemented the `mock xform` creator, I have made a couple of clean ups which should...

Another way is to write a script to read the multiline log lines from the inital log, combine to a buffer string and write the string into another file when...

The plugin's last build uses the resources plugin which was not meant to work with grails 2.4. Either rebuilding the plugin with the recent build of the resources plugin or...