Hi, Is there a use case already in some of the Isis demo applications where an action opens a prompt (modal window) to provide the parameters and the action's return type is a Lob (Clob/Blob) so it is returned with Content-Disposition: ATTACHMENT response header ?
The problem that I face is that the Blob cannot be streamed back in the Ajax response (action prompts use Ajax to show/close themselves). Something like the described at https://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow is needed in this case. I just wonder whether such use case has been needed somewhere else and how it has been implemented. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov
