Re: clicking Ajax SubmitLink button called submit method twice

2014-09-22 Thread Ajayi Yinka
Martin, I have logged the issue in Jira with a quick start project. the ticket id is WICKET-5707 . I do not like the work-around as it makes the code messy. Thanks you in anticipation of a quick fix. On 21 September 2014 20:06, Ajayi Yinka w

turning off page versioning

2014-09-22 Thread Garret Wilson
Can someone explain to me exactly how page versioning works, and how to turn it off? I have a page StagingPage that contains a file uploader. This page is interesting in that when you upload some files with Button1, the page lists the files on the page and keeps them in a collection until you

Re: UploadProgressBar Wicket 6 issues

2014-09-22 Thread Martin Grigorov
Hi, I suggest you to: - upgrade to 6.17.0 (should be painless related to 1.4 > 6.x) - see how UploadProgressBar is used in wicket-examples Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Sep 22, 2014 at 9:34 PM, Wayne W wrote: > Hi, > > we've just migrated

UploadProgressBar Wicket 6 issues

2014-09-22 Thread Wayne W
Hi, we've just migrated from 1.4 to the 6.13 and I have to say its been very painful! So many API breaks. We're also experiencing many UI issues mainly brought about by how resources are now included. Anyhow we're though most of them, however I cannot get the UploadProgressBar to work at all. I've

Re: how to use PropertyModel for saving image to database

2014-09-22 Thread hasan çelik
Hi Andrea, i have tried your saying again and solved the problem :) thank you so much... the solution is, final FileUploadField fileUploadField = new FileUploadField("fileUpload", new IModel>() { public List getObject() { return null; } publ

CVE-2014-3526

2014-09-22 Thread Martin Grigorov
Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.5.11, 6.16.0 and 7.0.0-M2 Description: When rendering a web page Wicket checks the request url against the one at the render time. It is possible the application to change the page parameters (this in

Re: on session expiry home page links behave differently than non home page links

2014-09-22 Thread Jesse Long
Hi Satish, Why recreateMountedPagesAfterExpiry influences encrypted URLs: First, we must reemphasize that the home page is effectively a mounted page, mounted at "/". When you have setRecreateMountedPagesAfterExpiry(true), then the IRequestListener URLs (eg, for a Link component) for the hom