Working on a Wicket application that adds markup to the DOM after onLoad via Wicket\'s built-in AJAX for an auto-complete widget.We have an IE6 glitch that means I need to reposition the markup coming
I\'m developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don\'t know how to serve static files (CSS, JS, images and so).
I want to create a web app that will use wicket, hibernate and spring frameworks. My IDE of choice is Eclipse, I am using maven for the .war generation and I am running Mac OS. What steps should I fol
I try to realize a link (in fact many links) that update a table in an website using an AjaxLink of Wicket. But I fail, the table is never updated (I have \"setOutputMarkupId(true)\" and call \"setDef
What is the diff开发者_C百科erence between getRawInput, getValue() and getModelValue() etc...?Method names without what class they\'re in sort of leave us guessing.
I\'m trying to start a Wicket Application using Felix implementation of OSGi HTTP service, for that I just register the service using WicketServlet with applicationClassName parameter:
How ca开发者_JAVA技巧n I send email from a Wicket application? Use the JavaMail API. Example code:
I\'m trying to run some unit tests on a wicket page that only allows access after you\'ve logged in.In my JUnit test I cannot start the page or render it without setting the session.
In a Wicket Panel i implemented a method called showAttentiePopup(AjaxRequestTarget) which shows an ModalWindow popup screen. This method works fine when i call it from the same Panel. But when I try
In Apache Wicket web framework every component returns false from getOuputMarkupId() by default. I am curious about the reason. The design decision behind.