Top "Wicket" questions

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.

How to solve could not create the virtual machine error of Java Virtual Machine Launcher?

I am working on java wicket framework and Apache tomcat. Here I have Problem when i tried to start tomcat …

java eclipse version wicket tomcat6
How to resolve Error listenerStart when deploying web-app in Tomcat 5.5?

I've deployed an Apache Wicket web-application that uses Spring and Hibernate to my Tomcat 5.5 instance. When I navigate to the …

java spring deployment tomcat wicket
Scope 'session' is not active for the current thread; IllegalStateException: No thread-bound request found

I have a controller that I'd like to be unique per session. According to the spring documentation there are two …

spring wicket
Youtube embed: Unsafe JavaScript attempt to access frame

We have a Wicket app with a page that includes an embedded Youtube video. The video embeds and plays fine, …

javascript iframe youtube wicket
JSON formatting (Sending JSON via jQuery AJAX post to Java/Wicket server)

I'm using jQuery to post JSON to a Java server, but I think my JSON must be wrong. Here's an …

java jquery ajax json wicket
log4j.properties being ignored

I have a Java EE 6 Wicket application deployed with maven using IntelliJ IDEA 9.0.3 on glassfish v3.0.1. I use slf4j-log4…

java maven-2 log4j intellij-idea wicket
How to convert Ant project to Maven project

How to convert a Ant project to Maven project? A sample project that would link (a Wicket project) Thanks

maven-2 ant wicket
Wicket: how to redirect to another page?

How do I redirect to another page using Wicket? IIRC, some exception has to be thrown in the constructor, but …

java redirect wicket
Programmatic use of Spring Security

I am using Wicket with the Wicket Auth Project for my presentation layer and I have therefore integrated it with …

java spring spring-security wicket
Hibernate is not updating record - Wicket

I'm working on a web application with Wicket, Spring and Hibernate and I've come across a problem with updating records. …

java hibernate wicket