New consolidated zero-config/codebehind/component plugin

2007-05-02 Thread Brian Pontarelli
I've finished the first pass at a plugin that collapses the zero-config and code-behind as well as adds support for components that have actions in other JAR files. Here are the highlights: - Uses action packages to locate actions - Pre-loads all the results it can find via the ServletContext

Re: Struts plugin and configuration/initialization

2007-05-02 Thread Brian Pontarelli
I think perhaps it warrants a bit of discussion because if I were going to tackle it I might be inclined to suggest that the struts-plugin.xml be converted from an XWork configuration file to a new XML format that would have a section specifically for XWork configuration and a separate section

Re: accessing ognl from jsp 2.0 el?

2007-05-02 Thread Bryan Taylor
Could this be related to WW-1816 FitlerDispatcher not always calling ActionContextCleanUp.cleanUp(Request)? --- John M Flinchbaugh <[EMAIL PROTECTED]> wrote: > Synopsis: > FilterDispatcher may not cleanup completely and causes the > StrutsRequestWrapper to be omitted in some executions (race con

Re: accessing ognl from jsp 2.0 el?

2007-05-02 Thread John M Flinchbaugh
Synopsis: FilterDispatcher may not cleanup completely and causes the StrutsRequestWrapper to be omitted in some executions (race condition). Adding ActionContextCleanUp filter seems to alleviate the issue. As advertized, I'd expect FilterDispatcher to be able to function on its own. Long story: I

Re: Struts plugin and configuration/initialization

2007-05-02 Thread Brian Pontarelli
Ted Husted wrote: On 5/1/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote: I think perhaps it warrants a bit of discussion because if I were going to tackle it I might be inclined to suggest that the struts-plugin.xml be converted from an XWork configuration file to a new XML format that would ha

Re: Struts plugin and configuration/initialization

2007-05-02 Thread Ted Husted
On 5/1/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote: I think perhaps it warrants a bit of discussion because if I were going to tackle it I might be inclined to suggest that the struts-plugin.xml be converted from an XWork configuration file to a new XML format that would have a section specifi