Re: How to use IoC in struts2?

2006-12-21 Thread Don Brown
scoped variables, but i dont > have an idea of how to use it with struts2 > > Regards, > > Nuwan > > - Original Message - From: "Peder Larsen" > <[EMAIL PROTECTED]> > To: > Sent: Thursday, December 21, 2006 5:05 PM > Subject: How to

Re: How to use IoC in struts2?

2006-12-21 Thread Musachy Barroso
ea of how to use it with struts2 Regards, Nuwan - Original Message - From: "Peder Larsen" <[EMAIL PROTECTED]> To: Sent: Thursday, December 21, 2006 5:05 PM Subject: How to use IoC in struts2? Hi, i've got one very basic question that i cant find any documenta

Re: How to use IoC in struts2?

2006-12-21 Thread Musachy Barroso
e Spring 2 support this scoped variables, but i dont have an idea of how to use it with struts2 Regards, Nuwan - Original Message - From: "Peder Larsen" <[EMAIL PROTECTED]> To: Sent: Thursday, December 21, 2006 5:05 PM Subject: How to use IoC in struts2? Hi, i'

Re: How to use IoC in struts2?

2006-12-21 Thread Nuwan Chandrasoma
-scopes I hope this would be helpful to you. Thanks, Nuwan - Original Message - From: "Peder Larsen" <[EMAIL PROTECTED]> To: Sent: Thursday, December 21, 2006 5:05 PM Subject: How to use IoC in struts2? Hi, i've got one very basic question that i cant find a

Re: How to use IoC in struts2?

2006-12-21 Thread Nuwan Chandrasoma
Hi Peder, As for my knowledge Spring 2 support this scoped variables, but i dont have an idea of how to use it with struts2 Regards, Nuwan - Original Message - From: "Peder Larsen" <[EMAIL PROTECTED]> To: Sent: Thursday, December 21, 2006 5:05 PM Subject: H

How to use IoC in struts2?

2006-12-21 Thread Peder Larsen
Hi, i've got one very basic question that i cant find any documentation for nor any examples, maybe i've missed it but.. What i want to is to inject a UserInfo object into my action. In webwork2 you used components.xml for this. E.g, session foo.acme.UserInfo foo.acme.Use