You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by cwilkes <cw...@ladro.com> on 2007/08/09 00:17:29 UTC

Should DummyPanelPage.html use wicket:panel instead of span for WicketTester?

I'm trying to write a unit test using
WicketTester.startPanel(TestPanelSource) and I'm getting a "tag expected"
error.  Looking at DummyPanelPage.html it appears that
  span wicket:id="panel"
should be
  wicket:panel wicket:id="panel"

Has anyone successfully used startPanel?
-- 
View this message in context: http://www.nabble.com/Should-DummyPanelPage.html-use-wicket%3Apanel-instead-of-span-for-WicketTester--tf4239394.html#a12062949
Sent from the Wicket - Dev mailing list archive at Nabble.com.