Problem using EnhancedWicketTester form submit

2010-02-01 Thread roger.b...@creoss.com
The following code for testing login will fail at the last assert statement ( tester.assertRenderedPage(Dashboard.class);). The action works fine on the actual web pages but not using this test. What is missing or mis configured protected void loginPageEnhanced () {

JIRA WICKET-1292 fix

2010-02-03 Thread roger.b...@creoss.com
From: roger.b...@creoss.com Sent: Wednesday, February 03, 2010 3:12 PM To: d...@wicket.apache.org Subject: JIRA WICKET-1292 fix I am using Wicket 1.4.5 and have implemented the workaround outlined in this ticket by Maurice Marrink. However, I still