Hello,

I can't say anything about request or session scoped beans.
But I am interested in how you use prototype-scoped beans. Do you use
them to store the state of your Wicket-components? I have some
problems with that (which I posted earlier)...

2007/6/1, Daniel Stoch <[EMAIL PROTECTED]>:
> Hi,
>
> I want to inject a spring bean with scope="session" into my page using
> @SpringBean annotation. I have added into my web.xml declaration:
>         <listener>
>                 <listener-class>
>                         
> org.springframework.web.context.request.RequestContextListener
>                 </listener-class>
>         </listener>
> but it seems that this bean is still created once for whole
> application (like a singleton).
> Does session and request scoped beans are supported by
> wicket-spring-annot (and of course wicket-spring) library or have I
> missed something in my configuration?
>
> PS. Singletons and prototypes works ok. I'm using Wicket 1.2.6.
>
> Best regards,
> Daniel Stoch
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
greetings from Berlin,

Rüdiger Schulz

www.2rue.de

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to