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
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
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
--- 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
> --
>
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
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
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