cvs commit: jakarta-struts/doc acquiring.xml announce.xml download.xml

2004-09-20 Thread martinc
martinc 2004/09/19 23:28:44 Modified:doc acquiring.xml announce.xml download.xml Log: Final site updates for 1.2.4. Revision ChangesPath 1.25 +15 -37jakarta-struts/doc/acquiring.xml Index: acquiring.xml

Re: [Apache Struts Wiki] Updated: JavaBeans

2004-09-20 Thread Michael McGrady
[EMAIL PROTECTED] wrote: Date: 2004-09-19T22:25:41 Editor: MartinCooper [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: JavaBeans URL: http://wiki.apache.org/struts-admin/JavaBeans no comment Change Log: What is wiki.apache.org/struts-admin/ ? Is there a place where issues, like

Re: RFC: BLOBAction

2004-09-20 Thread Frank W. Zammetti (MLists)
-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com I don't really like your approach and don't want to see such an Action added to a Framework like Struts. Here's a few comments why: A big part of the reason I posted this was to see if this

[Fwd: Re: RFC: BLOBAction]

2004-09-20 Thread Frank W. Zammetti (MLists)
I agree with Reinhard's reasons that something this specific to particular data access mechanisms might not be appropriate as a part of the core framework. That being said, questions about downloading binary data come up often enough that something like this would make a dandy example

Re: RFC: BLOBAction and Struts Bloat

2004-09-20 Thread bryan
There are some things that I certainly agree with michael on and this is one of them. I think ( and i'm not alone in thinking this ) that struts needs a complete overhaul. At present the only reason I use it is because all the existing tooling supports it. eg m7 nitrox, WSAD, MyEclipse etc

Re: [PROPOSAL] Migrate Struts to Subversion

2004-09-20 Thread James Mitchell
Who is taking the lead on this? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Monday, September 20, 2004 12:57 AM

[Apache Struts Wiki] Updated: JavaBeans

2004-09-20 Thread dev
Date: 2004-09-20T13:20:02 Editor: KrisSchneider [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: JavaBeans URL: http://wiki.apache.org/struts/JavaBeans no comment Change Log: -- @@ -1,16 +1,7 @@

Re: [Apache Struts Wiki] Updated: JavaBeans

2004-09-20 Thread Martin Cooper
On Mon, 20 Sep 2004 06:00:06 -0700, Michael McGrady [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Date: 2004-09-19T22:25:41 Editor: MartinCooper [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: JavaBeans URL: http://wiki.apache.org/struts-admin/JavaBeans no comment

[struts-chain] What's up with CatalogConfiguratorPlugin

2004-09-20 Thread Sean Schofield
Why is this class in a directory called 'legacy'? Is there some plan to configure this plugin in another manner? Is there somewhere else I should be looking for code that provides this functionality? TIA, sean - To

DO NOT REPLY [Bug 31293] - javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE

2004-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31293. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [struts-chain] What's up with CatalogConfiguratorPlugin

2004-09-20 Thread Joe Germuska
At 5:01 PM -0400 9/20/04, Sean Schofield wrote: Why is this class in a directory called 'legacy'? Is there some plan to configure this plugin in another manner? Is there somewhere else I should be looking for code that provides this functionality? Legacy refers to making the Chain function

Struts Bloat: Framework

2004-09-20 Thread Michael McGrady
Looking over Struts 1.2, I see that my ImageButtonBean, an idea discarded for improvements some time ago, made it into the Struts framework. This re-ignites my thoughts placed into another context and which I think are worth putting under a heading which might engender some response. So,

Re: Struts Bloat: Framework

2004-09-20 Thread Rick Reumann
Michael McGrady wrote the following on 9/20/2004 7:52 PM: I have a real concern that Struts is going to continue to be bloated with what are not Struts, not part of the framework, but what are instead really very useful uses of Struts. DispatchAction and its progeny are just one example of

[Apache Struts Wiki] New: StrutsUpgradeNotes11to124

2004-09-20 Thread dev
Date: 2004-09-20T17:46:39 Editor: NiallPemberton [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: StrutsUpgradeNotes11to124 URL: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 no comment New Page: = Upgrading Struts 1.1 to Struts 1.2.x = == jars == I guess its

DO NOT REPLY [Bug 31320] - pre-filled form values no longer work

2004-09-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31320. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: RFC: BLOBAction

2004-09-20 Thread Martin Cooper
I'd been thinking about something in between. How about an Action that does all the drudge work, but leaves the details to the implementor? Something, perhaps, like this: http://www.apache.org/~martinc/struts/DownloadAction.java This provides easy solutions for downloading files from the file