Replacing DiskFileItemfactory

2014-07-01 Thread René Hartwig
Hi, is it possible to replace the DiskFileItemFactory with an implementation of my own? From what I see in Wicket code it is not. I need a bit more control over the files and am basically having the same problem as mentioned here: http://stackoverflow.com/questions/8493819/wicket-fileuploadfie

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

2014-07-01 Thread Martin Grigorov
Hi, If there is an Ajax component in the page then it should be stateful. AutoCompleteTextField is an Ajax component and it should be enough. But it seems there is some problem ... If you are able to reproduce it with Wicket Quickstart 6.16.0 then please attach the application to a ticket in JIRA

Re: AbstractDefaultAjaxBehavior and getCallbackScript

2014-07-01 Thread Martin Grigorov
Hi, Using #updateAjaxAttributes() is the recommended way. You can add: - extra parameters - their values are know when the callback script is being generated - dynamic extra parameters - their values are dynamically calculated just before the Ajax call is done But as you may see at other places

AbstractDefaultAjaxBehavior and getCallbackScript

2014-07-01 Thread Edgar Merino
Hello, we've been working on some javascript code that needs to compute some values before sending the request to wicket server side. Currently, we bind directly to the component's click event using jquery from js, and send the request using Wicket.Ajax.post function. To pass the needed variabl

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

2014-07-01 Thread Craig L
Wicket newbie so standard up front apologies. We are running our intranet on Wicket 1.4.18. I have searched the forums but I mostly see requests to generate stateless pages. I need to do the opposite. I need to generate a stateful page off an AutoCompleteTextField onchange/onsubmit event. Setup: I

Re: Pagination in wicket

2014-07-01 Thread K
Hey Jesse Thanks for the response... it works well - K -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Pagination-in-wicket-tp1878842p4666412.html Sent from the Users forum mailing list archive at Nabble.com. -

Use Node.js build tools for your Wicket applications

2014-07-01 Thread Martin Grigorov
Hi, I've just published an article at http://wicketinaction.com/2014/07/build-resources-with-node.js/ explaining how to use Node.js based tools for building, watching and live reloading resources (LESS/SASS/JS/...) in your Maven based Wicket applications. I hope you find it useful! Martin Grigo