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

Domain class export error #39

Open
mikko1986 opened this issue Dec 2, 2015 · 0 comments
Open

Domain class export error #39

mikko1986 opened this issue Dec 2, 2015 · 0 comments

Comments

@mikko1986
Copy link

Error : org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error processing GroovyPageView: getOutputStream() has already been called for this response

Code:

def export() {
    def list = financialSettlementService.getDietitianList(params)
    def headers = ['Tax']
    def withProperties = ['tax']
    new WebXlsxExporter().with {
        setResponseHeaders(response)
        fillHeader(headers)
        add(list, withProperties)
        save(response.outputStream)
    }
}
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