See chapter 17 "Integration with enterprise containers of the" of the Wicket 
Free Guide.
Log on to Wicket's homepage, select Books and follow the link from there.

You might be interested in section 17.1 "Integrating Wicket with Spring".

Have a great day,
    Paul Bors

On Jul 7, 2013, at 5:58 AM, Alexey Mukas <alexey.mu...@gmail.com> wrote:

> Hi all,
> 
> I'm trying to use Spring in my app.
> Using:
> - wicket 6.9
> - spring 3.2.3
> 
> Injection works fine with prototype/singleton, but not with request/session
> scope.
> I have following exception: No Scope registered for scope 'request'
> 
> I've added 
> <listener>
> 
> <listener-class>org.springframework.web.context.request.RequestContextListener</listener-class>
>  
>  </listener>
> but it didn't help
> 
> 
> 
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Spring-cannot-inject-bean-with-scope-request-session-tp4660112.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to