i dont see why you would want to use wicket for something that is much simpler achieved with a servlet
-igor On Jan 9, 2008 5:17 AM, marcus dickerhof <[EMAIL PROTECTED]> wrote: > Hi, > do you any need further infos? Is this possible in wicket anyways? > > Thanks! > > Best regards > Marcus > > > > 2008/1/8, marcus dickerhof <[EMAIL PROTECTED]>: > > > > > Hi, > > I have a problem with downloading dynamic content in IE 6. > > Somehow IE 6 has Problems with thecontent-disposition: attachment; > > filename=??? headers in connection with HTTPS (Do not save encrypted pages > > to disk). > > Error: Cannot copy file: cannot read from the source file or disk. > > > > The workarround is, that you simulate a static href > > https://xyc.com/abc/mygeneratedExcel.xls > > > > Unfortunately, I am currently using a ResourceLink in combination with a > > DynamicWebResource.and the Links look something like this: > > > > > > https://xyc.com/abc/?wicket:interface=:3:detailTable:exportExcel::IResourceListener > > :: > > > > Can you please give me a hint, how I have to go about this? > > > > Thanks in advance. > > > > Best regards > > Marcus > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
