There is an @Override annotation on the method and it does compile and deploy.
It seems almost as if the app processes each page request as a request and not as part of a session. Is there something I have to set so wicket treats requests as part of a session and not on a request by request basis? James Carman-3 wrote: > > On Wed, Mar 18, 2009 at 3:49 PM, Edwin Ansicodd <[email protected]> > wrote: >> >> Thanks for your feedback! What do mean looking in the wrong >> webapplication >> subclass? How would I have not properly overridden newsession? > > Put an @Override annotation on your method. Does it compile? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/newSession%28%29-not-being-called-tp22584600p22598107.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
