Please create a Jira issue
-Original Message-
From: christoph sturm [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 2:44 PM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] pico support
Hello people!
I am in the process of submitting webwork2 support to
pico/nanocontainer, and i
Because Pico needs to build the objects... it can't just populate them
afterwards (a limitation with constructors)...
-Original Message-
From: Tim Dwelle [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 3:00 PM
To: [EMAIL PROTECTED]
Subject: Re: [OS-webwork] pico support
I'm curious... why are you writing your own ActionIvocation?
I would have expected that Pico integration would be through an
interceptor, much like XWork's own IoC support.
-Tim.
Quoting christoph sturm <[EMAIL PROTECTED]>:
> Hello people!
>
> I am in the process of submitting webwork2 supp
Hello people!
I am in the process of submitting webwork2 support to
pico/nanocontainer, and i would need a little change to a xwork class.
I created a picoActionInvocation, and there I need access to the
request, and i get it through
req = (HttpServletRequest) extraContext.get(WebWorkStatics.H
lto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 10:34 AM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] pico support available
i've added pico support to xwork and webwork. i've also updated the
sample application in webwork to use pico. to use pico ioc,
you'll need
ginal Message-
From: Matt Ho [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 10:34 AM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] pico support available
i've added pico support to xwork and webwork. i've also updated the
sample application in webwork to use pico.
Why is WebWorkPicoContainer in XWork?
-Pat
- Original Message -
From: "Jason Carreira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 02, 2003 7:51 AM
Subject: RE: [OS-webwork] pico support available
> How are the Actions instantia
, 2003 10:34 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] pico support available
>
>
> i've added pico support to xwork and webwork. i've also updated the
> sample application in webwork to use pico. to use pico ioc,
> you'll need
i've added pico support to xwork and webwork. i've also updated the
sample application in webwork to use pico. to use pico ioc, you'll need
to put the following to your web.xml file:
com.opensymphony.webwork.lifecycle.PicoApplicationLifecycleListener
com.opensymphony.webwork.lifecycle.Pico