Re: xwork and DI

2008-04-22 Thread Brian Pontarelli
You can definitely inject from any of the XWork files, struts-default.properties, struts.properties, struts.xml, struts-default.xml, struts-plugin.xml. These are all configured in the Dispatcher when the Container is created (I think). -bp Musachy Barroso wrote: I tried that, I think the p

Re: Weekly, daily, hourly?! FAQ/README on Struts User?

2008-04-22 Thread Bob Tiernay
What ever happened to this? -- From: "Dave Newton" <[EMAIL PROTECTED]> Sent: Monday, March 10, 2008 12:57 PM To: "Struts Developers List" Subject: Weekly, daily, hourly?! FAQ/README on Struts User? I've brought this up a few times in the past, but

Convention Plugin Status

2008-04-22 Thread Bob Tiernay
Anyone know what the status of the Convention plugin is? Is there anyways we can get it out of the sandbox and into a formal release? I'm willing to help out :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Weekly, daily, hourly?! FAQ/README on Struts User?

2008-04-22 Thread Dave Newton
--- Bob Tiernay <[EMAIL PROTECTED]> wrote: > What ever happened to this? Life :/ Had a project launch last week, was sick twice, blah blah blah. Things are marginally better now time-wise so hopefully I (and/or others) can move on it. Dave > -- >

s:action tag major issues: threadlocals

2008-04-22 Thread Jeromy Evans
I'm investigating some of issues related to the s:action tag. This tag sets up a new context and ActionInvocation and invokes the action and result correctly. The problem is that within that process the DefaultActionInvocation replaces the ActionInvocation in the ThreadLocal ActionContext wit

Re: s:action tag major issues: threadlocals

2008-04-22 Thread Dave Newton
At first glance that seems like a *great* catch. --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > I'm investigating some of issues related to the s:action tag. This tag > sets up a new context and ActionInvocation and invokes the action and > result correctly. The problem is that within that proc

Re: s:action tag major issues: threadlocals

2008-04-22 Thread Jeromy Evans
Dave Newton wrote: My naïve reaction would be to put it on a stack, since we're talking nested contexts, and set the thread local from it. But I can't even find that code right now :/ Dave Yeah, that seems a major change to xwork. By use of threadlocals it appears it was not intended to ha