I got a page with several panels that takes several parameters in their constructors. One of them being a menu that takes a list for the different buttons in the menu.
Given this really simple Wicket component: public class ProductImage extends WebComponent { public ProductImage(String id, Product p) {
I\'ve been using wicketTester.getServetResponse.getDocument to get the text of the current page for testing, only to find that after an ajax request it is set to the ajax response, not the wh开发者_开
In my Wicket application I used one radio button with \"yes\" and \"no\" options.If I select \"No\", I should display one dropdown choice.I wrote c开发者_如何学Goode using AjaxFormChoiceComponentUpdat
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.