Re: AbstractDefaultAjaxBehavior and getCallbackScript

2014-07-02 Thread Edgar Merino
Thank you Martin, we ended up doing the ajax call in a semi-manual way: we are still using PackageTextTemplate but this time we are only passing the AjaxRequestAttributes and declaring them as an object in js, that way we can add extra paremeters that are dynamically generated right from javasc

Re: How to Generate a Stateful page off an AutoCompleteTextField onchange/onsubmit event

2014-07-02 Thread Craig L
Hello Martin, Thank you for the swift reply. I added the call at the beginning of my constructor but that doesn't seem to make any difference in the application. When the page loads the url still shows the ?wicket:bookmarkablePage=:com.ourstuff.PatientSelectionPage. That url remains throughout the

Re: Infinite scroll

2014-07-02 Thread haiko
Thanks for the pointer. I am going to look into it. Haiko Martin Grigorov schreef: Hi, Find a JavaScript solution that provides the functionality you need and integrate it with Wicket. https://github.com/l0rdn1kk0n/wicket-bootstrap provides integration for http://infinite-scroll.com - https:/

Re: Infinite scroll

2014-07-02 Thread Martin Grigorov
Hi, Find a JavaScript solution that provides the functionality you need and integrate it with Wicket. https://github.com/l0rdn1kk0n/wicket-bootstrap provides integration for http://infinite-scroll.com - https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-core/src/main/java/de/agil

Infinite scroll

2014-07-02 Thread Haiko
Hi, I have to create an infinite scrolling list with support for touch events. Has anyone experience or suggestions how to do that in wicket? Haiko

Re: Replacing DiskFileItemfactory

2014-07-02 Thread René Hartwig
Hi, yepp, that'll do it - didn't see that. Thanks! Best regards, René Hartwig Senior Developer *Befine Solutions AG - The Cryptshare Company* Bebelstraße 17 79108 Freiburg Germany Tel: +49 (0) 761 38913 0 Fax: +49 (0) 761 38913 115 E-Mail: _Rene.Hartwig@befine-solutions.com_ Internet: http:/

Re: Replacing DiskFileItemfactory

2014-07-02 Thread Martin Grigorov
Hi, You can extend org.apache.wicket.protocol.http.servlet.ServletWebRequest#newMultipartWebRequest(org.apache.wicket.util.lang.Bytes, java.lang.String) and return new public MultipartServletWebRequestImpl(HttpServletRequest request, String filterPrefix, Bytes maxSize, String upload, FileItemFact