Questions tagged [grails-controller]

This tag is about the controllers in Grails Open Source Framework technology.

Grails is an Open Source, full stack, web application framework for the JVM. It takes advantage of the Groovy programming language and convention over configuration to provide a productive and stream-lined development experience.

This tag is about the controllers in Grails technology.

467 questions
-3
votes
1 answer

grails download this file as zip

I have this functioning code and i just want to download it as zip instead of its orginal file Here is my code: def downloadFile() { def filePath=ServletContextHolder.servletContext.getRealPath("/") + "Audio/" def sub =…
The Anish
  • 19
  • 1
  • 5
-4
votes
1 answer

Chain Controller Actions in Grails

I have the following two grails Controller. My index action of controller B should call the test action of controller A. After that call index should proceed as it would do without the call to test. The problem is that index does not renders the…
Michael
  • 32,527
  • 49
  • 210
  • 370
1 2 3
31
32