I deployed a Wicket-based app\'s .war file to Jetty 7.0.2. The problem is that Jetty copies the classpath to a temp dir, but only copies *.class, so *.html is not available for the classloader and I g
I\'ve got a simple Wicket form that lets users select some data and then download a ZIP file (generated on the fly) containing what they asked for. Currently the form button\'s onSubmit() method looks
I am putting a TextField and a DropDownChoice inside a FormComponentPanel which is supposed to use setConvertedInput to TextField\'s value concatenated with DropDownChoice\'s value. However, I would l
I\'m trying to change the selected radio button in a Wicket RadioGroup during an AjaxEventBehavior but can\'t figure out how to do so.Specifically when a user types some text in a textbox I want to ch
How do you set focus on a component with Apache Wicket?Searching leads to very little information, mostly on setting the default field.I do not want to set a default field, rather I a开发者_JS百科m lo
I have pretty stateful page with plenty of AJAX components. Most of these components have behaviors, which renders JavaScript code for calling AJAX requests to Java code. Because page isn\'t stateless
If I have a relative path to a static asset (flash/blah.swf), what is the best way to program开发者_StackOverflow中文版matically convert this to an absolute URL (http://localhost/app/flash/blah.swf)?
I\'ve deployed an Apache Wicket web-application that uses Spring and Hibernate to my Tomcat 5.5 instance. When I navigate to the Tomcat Manager interface I see that the web-application I deployed is n
I\'m trying to figure out how to enforce a 5 minute per post/action rule. I\'m developing a web application with Wicket in Java and I\'ve got a session class which I was planning on using to keep tr
I\'m new to wicket and stuck with the following problem: I have a table with 5 rows. Each row contains 7 cells. Each cell has a unique value. Once a cell is clicked, its unqiue value should be posted