Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Dakota Jack
I just noticed this. Looks like Ted already has something along the lines I was thinking going with this Apps business. What's up with that? Jack On Fri, 26 Nov 2004 23:27:44 -0500, Ted Husted <[EMAIL PROTECTED]> wrote: > There's a download module in the struts-examples application. Original

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Dakota Jack
Your question is my question, Martin. I am not proposing an answer but noting a real need and what would be a real plus. The question is not where is it (today) but where and how might we do such a thing (tomorrow or later today). I would definitely like to see some monitoring such as perhaps ha

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Frank W. Zammetti
I haven't looked at that Ted. If I'm being honest I have to admit that I've never looked at the sample apps at all, so I don't even know what's there and what isn't. I'm pretty tied up at the moment with work (how DARE they ask me to do stuff JUST because they PAY me!), so I don't forsee bein

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Martin Cooper
On Fri, 26 Nov 2004 23:27:44 -0500, Ted Husted <[EMAIL PROTECTED]> wrote: > There's a download module in the struts-examples application. Er, that's an upload example. ;-) -- Martin Cooper > Originally, these were separate applications demonstrating validation, > download, and so forth, but we

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Martin Cooper
OK, I am clearly not understanding what you are suggesting. ;-( You asked if it would "make sense for Struts to have a repository for such things, even if they are not in the distribution". I interpreted that to mean that you are suggesting that they go into the Struts SVN repository, but not into

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Ted Husted
There's a download module in the struts-examples application. Originally, these were separate applications demonstrating validation, download, and so forth, but we merged them early in the 1.2 series. (Mainly so we had a modules application against which to test changes.) It seems like it would

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Dakota Jack
On Fri, 26 Nov 2004 18:24:41 -0800, Martin Cooper <[EMAIL PROTECTED]> wrote: > On Fri, 26 Nov 2004 16:39:51 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > > Whatever the fate and whatever the nature of this submission, having > > this sort of development available to users and to developers is, I

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Martin Cooper
On Fri, 26 Nov 2004 16:39:51 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > Whatever the fate and whatever the nature of this submission, having > this sort of development available to users and to developers is, I > think, a definite plus. Does it make sense for Struts to have a > repository fo

svn commit: r106677 - struts/sandbox/trunk/struts-shale/src/java/org/apache/shale/application

2004-11-26 Thread craigmcc
Author: craigmcc Date: Fri Nov 26 18:07:10 2004 New Revision: 106677 URL: http://svn.apache.org/viewcvs?view=rev&rev=106677 Log: Some example application scope commands that can be used in the "preprocess" chain to perform include/exclude filtering based on the remote host address, remote host nam

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Dakota Jack
Whatever the fate and whatever the nature of this submission, having this sort of development available to users and to developers is, I think, a definite plus. Does it make sense for Struts to have a repository for such things, even if they are not in the distribution to others? It does to me.

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Frank W. Zammetti
I don't want it to be sitting on my server forever, no. I'll leave it up for a while, maybe a few more weeks. It's of course not my decision to include the sample or not. I put it together, but I'm not going to go nuts trying to promote or support it because ultimately it's not exactly a big

Re: JERICHO interfaces and HOT deployment and SCRIPT compiling

2004-11-26 Thread Dakota Jack
Thanks, Martin, Some notes: On Fri, 26 Nov 2004 15:05:22 -0800, Martin Cooper <[EMAIL PROTECTED]> wrote: > > We are currently discussing the use of Commons Chain in the Struts 1.x > family, starting with 1.3. The idea is that we would replace the > current request processor with the one from st

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Martin Cooper
On Fri, 26 Nov 2004 07:57:54 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Note that download location is NOT permanent. It is just there until > (if) the sample app is included with Struts. I'll leave it up until > then. I do not know what the current status of inclusion is however. My

[chain] ChainAction and o.a.s.chain.legacy.DispatchAction

2004-11-26 Thread Joe Germuska
A month ago, Craig added two action classes to struts-chain. Looking at them now, I see that they only work with the "default" or un-named catalog. Is this a serious issue? Is anyone actually using them yet? I'm just catching up with the named-catalog changes in commons-chain, but it seems

Re: JERICHO interfaces and HOT deployment and SCRIPT compiling

2004-11-26 Thread Martin Cooper
On Fri, 26 Nov 2004 13:58:20 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > Assuming that there is a significant interest in Jericho, which from > the work on chain as well as other notes and discussions on the list, > I think I can assume there is, Um, interest in using Chain in 1.3 is not even

Re: Experiences with MockObjects for Servlet testing?

2004-11-26 Thread Gareth Webbley
Hi Joe, I don't know if this is the correct way to do it but if you call setupGetAttribute on the MockServletContext with the key that you require and a null value, when the code you want to test calls getAttribute it will get a null value (which I assume is what you want in the test) and the

JERICHO interfaces and HOT deployment and SCRIPT compiling

2004-11-26 Thread Dakota Jack
Assuming that there is a significant interest in Jericho, which from the work on chain as well as other notes and discussions on the list, I think I can assume there is, would there also be an interest in making the significant class factories in Jericho hot deploy factories? I would like to open

Re: MailReader-Chain (was Re: svn commit: r106481)

2004-11-26 Thread Vic
Ted Husted wrote: Of course, help and comments are always welcome. :) -Ted. What I have found my clients confused is that the DAO faking part is many classes in sample app, and it confuses them as to what is "Struts" and what is DAO xml reader, they both read XML. I would remove all the DAO, re

[Apache Struts Wiki] Updated: StrutsTutorials

2004-11-26 Thread dev
Date: 2004-11-26T12:57:24 Editor: SebastianHennebrueder <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsTutorials URL: http://wiki.apache.org/struts/StrutsTutorials no comment Change Log: -- @@

[Apache Struts Wiki] Updated: StrutsTutorials

2004-11-26 Thread dev
Date: 2004-11-26T12:57:03 Editor: SebastianHennebrueder <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsTutorials URL: http://wiki.apache.org/struts/StrutsTutorials no comment Change Log: -- @@

[Apache Struts Wiki] Updated: FrontPage

2004-11-26 Thread dev
Date: 2004-11-26T12:54:24 Editor: SebastianHennebrueder <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: FrontPage URL: http://wiki.apache.org/struts/FrontPage no comment Change Log: -- @@ -17,7 +17,7

[Apache Struts Wiki] Updated: StrutsTutorials

2004-11-26 Thread dev
Date: 2004-11-26T12:53:00 Editor: SebastianHennebrueder <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsTutorials URL: http://wiki.apache.org/struts/StrutsTutorials no comment Change Log: -- @@

[Apache Struts Wiki] Updated: StrutsResources

2004-11-26 Thread dev
Date: 2004-11-26T10:37:36 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsResources URL: http://wiki.apache.org/struts/StrutsResources no comment Change Log: -- @@ -1,5 +

[Apache Struts Wiki] New: StrutsTutorials

2004-11-26 Thread dev
Date: 2004-11-26T10:37:04 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsTutorials URL: http://wiki.apache.org/struts/StrutsTutorials no comment New Page: Tutorials that cover Struts: * [http://www.laliluna.de/tutorials.html www.laliluna.de] b

DO NOT REPLY [Bug 27062] - warn that maxlength validator only active after physical upload (unfortunately not "fast-fail")

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread Frank W. Zammetti
Note that download location is NOT permanent. It is just there until (if) the sample app is included with Struts. I'll leave it up until then. I do not know what the current status of inclusion is however. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://w

Commons Utilities: ActionForm Implementing Map

2004-11-26 Thread Dakota Jack
Do the new commons utility classes allow us to have an ActionForm implement Map? Jack -- "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ ---

[Apache Struts Wiki] Updated: PoweredBy

2004-11-26 Thread dev
Date: 2004-11-26T01:43:21 Editor: VicCekvenich <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: PoweredBy URL: http://wiki.apache.org/struts/PoweredBy no comment Change Log: -- @@ -15,9 +15,11 @@ I

DO NOT REPLY [Bug 21760] - Add support for non-default resource bundles in validation

2004-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread dev
Date: 2004-11-26T01:12:26 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsFileDownload URL: http://wiki.apache.org/struts/StrutsFileDownload no comment Change Log: -- @@

[Apache Struts Wiki] Updated: StrutsFileDownload

2004-11-26 Thread dev
Date: 2004-11-26T01:05:50 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsFileDownload URL: http://wiki.apache.org/struts/StrutsFileDownload no comment Change Log: -- @@

[Apache Struts Wiki] Updated: StrutsCatalog

2004-11-26 Thread dev
Date: 2004-11-26T00:03:58 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalog URL: http://wiki.apache.org/struts/StrutsCatalog no comment Change Log: -- @@ -22,3 +22,

[Apache Struts Wiki] New: StrutsFileDownload

2004-11-26 Thread dev
Date: 2004-11-26T00:03:16 Editor: NiallPemberton <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsFileDownload URL: http://wiki.apache.org/struts/StrutsFileDownload no comment New Page: = File Download = A new DownloadAction was added in Struts 1.2.6 (see the[http://s