Re: no-cache elements with ListItems (List of files to download them)

2019-07-22 Thread Sven Meier
Hi, if it doesn't work with your repeater, you're probably not passing around your models correctly. Many people call getModelObject() on their repeater's item and keep a hard reference to that model-object instead of working with the model - this is an error easily made with inner classes. Ha

Re: no-cache elements with ListItems (List of files to download them)

2019-07-22 Thread kyrindorx
Hey Sven, I wrote a POC of this (https://github.com/geramaya/wicket-filedownload) and it runs well. It should be doesn't matter to use a repeater or list view with a model object, or? My guess about this can be a bug to handle the listview and refresh ajax components inside the real applicat

Re: no-cache elements with ListItems (List of files to download them)

2019-07-22 Thread Sven Meier
Hi, your images didn't make it. Can you create a quickstart showing your problem? Have fun Sven On 22.07.19 17:02, Custodes Meus wrote: Hello all, Wicket 6.19.x I have a problem with cached elements for a FileList as Repeater inside used a DownloadLink to get a file over http. FileList

no-cache elements with ListItems (List of files to download them)

2019-07-22 Thread Custodes Meus
Hello all, Wicket 6.19.x I have a problem with cached elements for a FileList as Repeater inside used a DownloadLink to get a file over http. FileList Repeater: [image: grafik.png] If I disable the cache handling (save nothing) of Firefox and clear before open the page - my page will run suc