Re: JSConfirmPanel vs file download?

2022-08-31 Thread Michael Sharp via Webobjects-dev
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

JSConfirmPanel vs file download?

2022-08-31 Thread ocs--- via Webobjects-dev
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