Hi,

Direction: upgrade to Wicket 1.5 and use #startComponentInPage()
(#startPanel() is deprecated and delegates to the new method).
Even if this is broken in 1.4.x it wont be fixed. 1.4.x goes will
receive only security fixes from now on.

On Thu, Mar 15, 2012 at 3:56 PM, albgentius <[email protected]> wrote:
> I have a Panel that has a form and inside that inner form there is another
> panel with another internal form.
> Before I used to have only the inner panel with the form and all wicket
> tests were running fine.
> Once I simply refactored that form to get a few buttons out of it so we
> could re-use the internal panel with the form and modified the test
> accordingly, I am not getting anymore a DummyPanelPage but a DummyHomePage
> instead.
>
> I thought a WicketTester.startPanel always returns a DummyPanelPage.
>
> Any insight or any direction is highly appreciated.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/WicketTester-startPanel-is-returning-DummyHomePage-instead-of-DummyPanelPage-tp4475046p4475046.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to