• After woorkbook XLS export, the file is downloaded but the button freezes, doesn't react.

    By Daniel D Regojevic 5 years ago

    Really simple action and no complicating, but after the “link” or “button”, or whatever I try, gets clicked The file is downloaded and generated, but page becomes unresponsive. Can't click anything. Have to reload entire page. I tried to put reload on spreadsheet post script, and it reloades the page, but the file is not downloaded(logicaly)

    <xp:link escape=“true” id=“linkId”

    styleClass="navi-left">
    <xp:eventHandler event="onclick" submit="true" refreshMode="complete">
        <xp:this.action>
                <wgpoi:generateWorkbook
                    workbookId="ssWBId">
                </wgpoi:generateWorkbook>
        </xp:this.action>
    </xp:eventHandler>