Re: [Action2] StreamResult Patch

2006-04-11 Thread Eric Molitor
WW-1281 created Once I get a chance to look at why the unit tests aren't running tI'll add a bit more. I've also been looking at an alternate approach that would allow any Result (anything that extends StrutsResultSupport) to recieve its parameters from the stack. Cheers, Eric On 4/10/06, Ja

Re: [Action2] StreamResult Patch

2006-04-10 Thread James Mitchell
Any chance you could attach this to a jira ticket? That's the normal process, so that your contribution won't be forgotten. If you can't, I'll try add it to jira tomorrow. Thanks for your help. -- James Mitchell On Apr 10, 2006, at 2:37 AM, Eric Molitor wrote: This patch allows the p

[Action2] StreamResult Patch

2006-04-09 Thread Eric Molitor
This patch allows the parameters for the stream result to be read from the stack. I seem to be having issues running the unit tests so none are included. (I'll probably work on some later). Precedence is given to values on the stack over values in the XML file. I plan to use the patch as follows