Search results
Showing 1-3 of 3 results for l:wicket Captcha in Wicket with cache control and URL encryption Apr 22, 2010, 2:17 AM by István SoósWicket provides a lot of useful feature, among the others: it provides a lot out-of-the-box components. And if it doesn't suites you, you can easily create ... newRequestCodingStrategy() { return new CryptedUrlWebRequestCodingStrategy(new WebRequestCodingStrategy()); } }; } published: 2009-07-22, a:István, y:2009, l:captcha, l:encryption, l:wicket Knowledge base > Captcha in Wicket with cache control and URL encryption Adding and removing rows in a Wicket ListView via AJAX Apr 22, 2010, 1:45 AM by István SoósAs our regular readers already know, Wicket is our favorite web framework and we use it actively in our projects. Wicket is an easy-to-use, well-designed framework and ... have made a nice "ajaxified" ListView. published:2009-07-28, a:Szabolcs, y:2009, l:ajax, l:wicket Knowledge base > Adding and removing rows in a Wicket ListView via AJAX Comma separated list: CSS or Wicket? Apr 22, 2010, 1:41 AM by István Soós... us to implement the comma separated list inside the application, in our case: in Wicket. The following small code fragments explain the basic idea: <wicket:container wicket:id="list"> <span ... that makes sense in your application. published:2009-09-27, a:István, y:2009, l:wicket Knowledge base > Comma separated list: CSS or Wicket? |