> WicketMessage: Unable to find component with id 'user' in [Page class = > com.dropchop.jop.kliping.web.pages.Login, id = 1, version = 0]. This > means > that you declared wicket:id=user in your markup, but that you either > did not > add the component to your page at all, or that the hierarchy does not > match.
Strange, the error message and stack trace seem to indicate that it thinks the "user" field is not a child of the form but a child of the page, as if the <p> closes the <form> element (which it does not according to spec). What version of Wicket are you using? - Tor Iver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
