Pinger wrote:
All the examples I see do something like


WebApplicationContext ctx = WebApplicationContextUtils.getRequiredWebApplicationContext(
                this.getServletContext());

how do I do the this.getServletContext() when I am not in the wicket file?

Maybe you could implement ServletContextAware?

-- Edvin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to