Hi,
Use ERXJSConfirmPanel.
JSConfirmPanel uses a broken invokeAction implementation.
Sharpy.
> On 31 Aug 2022, at 11:34 pm, ocs--- via Webobjects-dev
> wrote:
>
> Hi there,
>
> bumped into a weird problem. I allow users to download a file, pretty
> standard code
>
> ===
> WOActionR
Hi there,
bumped into a weird problem. I allow users to download a file, pretty standard
code
===
WOActionResults downloadListing() {
WOResponse wor=new WOResponse()
wor.setHeader("application/pdf;
name=\"Listing\"","content-type")
wor.set