python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrading Wicket 9.0.0 to 9.3.0: runtime error when try to access database
I am attempting to upgrade from Wicket 9.0.0 to Wicket 9.3.0. When I change the version in a quick-start application, everything is fine.
The problem occurs in my real application, where we were origi...
sushilab
Votes: 0
Answers: 2
Wicket (9.8.0) application using EJB injection throws exception while deploying on Payara 5.201
I am trying to use WicketTester for application containing EJB injection related code.
I created application using 'wicket.apache.org/start/quickstart.html', and deployed it on Payara server '5.201'.
...
Rajani Sohoni
Votes: 0
Answers: 1
Wicket 9: stale page exception no longer handled by recreating the page
After upgrading from Wicket 1.5 to Wicket 9, our users now may sometimes cause a Stale Page Exception by:
Duplicating a tab
Clicking a link, submitting a form, etc., in the second tab
Returning to th...
sushilab
Votes: 0
Answers: 1
WicketTester fails if wicket page accesses system properties
I am trying to use WicketTester to test my pages.
On some pages I access System Property. The value read affects display of page. However when I try to test these pages using WicketTester, 'NullPointe...
Rajani Sohoni
Votes: 0
Answers: 1