Apache Wicket, commonly referred to as Wicket, is a lightweight component-based web application framework for the Java programming language conceptually similar to JavaServer Faces and Tapestry.
I am currently evaluating Wicket and I am trying to figure out how things work. I have a question regarding …
components panel wicket form-submit onsubmitWe're planning on creating a feedreader as a windows desktop- and iPad application. As we want to be able to …
gwt desktop-application wicket ria vaadinI'm currently creating a set of links with code like this: BookmarkablePageLink<CheeseMain> havarti = new BookmarkablePageLink<CheeseMain&…
java url wicket url-encoding url-parametersWhen I add a ChildPanel to a page, I get an error that states: org.apache.wicket.WicketRuntimeException: The component(…
wicket wicket-1.5using wicket I want to open a new tab when a button or link is clicked, how can I achieve …
wicket wicket-1.6Hy, I want to display a certain part (a div for example) of my wicket-template only under a certain condition (…
java templates wicketWhat are the advantages and disadvantages of frameworks Lift, Play and Wicket? What characteristics are best or only supported …
scala wicket lift playframeworkGoing from 1.4 to 1.5, there seem to be many undocumented changes in addition to the documented ones. In 1.4 I had: new …
java compiler-errors wicket wicket-1.5Searching for a web framework practicable for my few critical requirements in a new Java EE 6 project, I read here …
jquery spring-mvc jsf-2 wicket