The problem may be same as here: http://jira.springframework.org/browse/SPR-4480
Unfortunately, Spring's fix created seems to be JSF-specific, so I guess it is not possible to have a Wicket error page that accesses Spring context and is forwarded to using ERROR dispatcher because: - RequestContextListener is thread local - thread handling filter in case of ERROR dispatching is distinct from thread servicing initial request, at least in glassfish (?! The latter makes little sense to me but that's what the JIRA discussion seems to indicate) ----- ---------------- Nikita Tovstoles vside.com ---------------- -- View this message in context: http://www.nabble.com/Invalid-Spring-Context-with-ERROR-dispatcher--tp18858223p18859140.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]
