Hi,
Does anyone know why the CookieTest gives a NPE while retrieving session data in model.attach()?
java.lang.NullPointerException
at wicket.model.PropertyModel.doAttach(PropertyModel.java:374)
at wicket.model.DetachableModel.attach(DetachableModel.java:71)
at wicket.Component.getModel(Component.java:411)
at wicket.Component.getModelObjectAsString(Component.java:442)
at wicket.markup.html.form.CookieTest.testSetCookieOnPage(CookieTest.java:147)
I have debugged, but this is way over my head. Needless to say, that this test needs to be running again before we can think of building a release.
Martijn
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
