Sorry I left out HomePage. Here it is.
public class HomePage extends MasterPage
{
@Override
protected WebMarkupContainer makeBodyPanel(String id, PageParameters
parms,
Object[] objParms)
{
return new HomePanel(id);
}
}
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/NullPointerException-in-Page-constructor-tp4657502p4657520.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]