Re: wicktTester.getLastResponseAsString() returns strange result in starting a Component

2012-04-18 Thread Martin Grigorov
Hi, There is a bug. Please file a ticket with a simple quickstart. Thanks! On Wed, Apr 18, 2012 at 12:55 AM, carsten behring carsten.behr...@gmail.com wrote: Dear all, This following test : @Test public void test() throws Exception {  WicketTester tester=new WicketTester();  

wicktTester.getLastResponseAsString() returns strange result in starting a Component

2012-04-17 Thread carsten behring
Dear all, This following test : @Test public void test() throws Exception { WicketTester tester=new WicketTester(); tester.startComponentInPage(new Label(lableId, content) { @Override protected void onComponentTag(ComponentTag tag) { super.onComponentTag(tag);