DO NOT REPLY [Bug 33664] - ClassCastException: org.apache.struts.taglib.logic.IterateTei

2005-04-01 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=33664. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-04-01 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=21760. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34218] - Subclassing Struts- and Struts-EL Taglibs

2005-04-01 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=34218. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r159674 - struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/IteratorAdapter.java

2005-04-01 Thread niallp
Author: niallp Date: Fri Apr 1 02:09:54 2005 New Revision: 159674 URL: http://svn.apache.org/viewcvs?view=revrev=159674 Log: Post Changes to 1.2.x Branch - enum is a keyword in Java 5 Modified: struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/util/IteratorAdapter.java

Re: The separation of Struts and Tiles

2005-04-01 Thread Snow Huynh
Hi David, I hope to have some time to work on this in the not-too-distant future. I've seen a lot of interest in standalone Tiles, both here and in the real world. In the meantime, I would just use Tiles that comes with Struts 1.1 instead of implementing a Tiles servlet. I don't believe that

[Struts Wiki] Update of StrutsDocView by ScottPedigo

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by ScottPedigo: http://wiki.apache.org/struts/StrutsDocView -- At the

1.2.x nightlies?

2005-04-01 Thread James Mitchell
WRT: http://issues.apache.org/bugzilla/show_bug.cgi?id=21760 Do you want me to add a 1.2.x nightly build? Instead of nightly, a better solution might be to only push a 1.2.x nightly if something changes. That would be very easy to do. The only concern would be disk space on apache hardware.

DO NOT REPLY [Bug 22037] - Passing query string parameters to an ActionForward

2005-04-01 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=22037. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 22037] - Passing query string parameters to an ActionForward

2005-04-01 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=22037. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2005-04-01 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=866. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34218] - Subclassing Struts- and Struts-EL Taglibs

2005-04-01 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=34218. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [Struts Wiki] Update of StrutsDocView by ScottPedigo

2005-04-01 Thread Martin Cooper
My wiki account seems to have mysteriously vanished after the upgrade (even to the point where pages I edited just show a blank for the name of the editor). ;-( I was going to either remove the material added below with a comment, or add the comment to the page. That comment would be: The

Re: 1.2.x nightlies?

2005-04-01 Thread Martin Cooper
On Apr 1, 2005 7:24 AM, James Mitchell [EMAIL PROTECTED] wrote: WRT: http://issues.apache.org/bugzilla/show_bug.cgi?id=21760 Do you want me to add a 1.2.x nightly build? I think it would be good to get the 1.2.x nightlies going again, either by having Craig switch his build to using the

DO NOT REPLY [Bug 34269] New: - Datasource loses connection

2005-04-01 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=34269. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: The separation of Struts and Tiles

2005-04-01 Thread Sean Schofield
David, Definitely keep us posted on your progress on this. I am sure that there would be no shortage of volunteers to help you with testing and debugging. sean On Apr 1, 2005 9:15 AM, Snow Huynh [EMAIL PROTECTED] wrote: Hi David, I hope to have some time to work on this in the

Re: 1.2.x nightlies?

2005-04-01 Thread James Mitchell
For trunk, it can be as little as a day or two or as much as a week. For a branch, I'm guessing it will pretty much remain untouched except for back-ported stuff and prep for a new release. I've already built and uploaded a build (via Maven), but I'm going to add the Ant build ($ant dist) to

Re: 1.2.x nightlies?

2005-04-01 Thread Craig McClanahan
On Apr 1, 2005 2:26 PM, Sean Schofield [EMAIL PROTECTED] wrote: Instead of nightly, a better solution might be to only push a 1.2.x nightly if something changes. Interesting approach. That is similar to what Anthill does (its an open source tool for doing automated builds.) We use it at

Re: 1.2.x nightlies?

2005-04-01 Thread Sean Schofield
Good point about the branches. I didn't realize that was being contemplated as well. sean On Apr 1, 2005 5:35 PM, James Mitchell [EMAIL PROTECTED] wrote: For trunk, it can be as little as a day or two or as much as a week. For a branch, I'm guessing it will pretty much remain untouched

Re: 1.2.x nightlies?

2005-04-01 Thread James Mitchell
That's fine with me. My resources for that kind of stuff is pretty much unlimited. So long as the infra dudes don't mind me building and pushing this stuff up every night. I should be getting a new server next week, which should speed up the builds and maybe allow us the opportunity to setup

[Struts Wiki] Update of StrutsSolutions by FrankZammetti

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by FrankZammetti: http://wiki.apache.org/struts/StrutsSolutions -- }

[Struts Wiki] Update of StrutsFileDownload by FrankZammetti

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by FrankZammetti: http://wiki.apache.org/struts/StrutsFileDownload --

[Struts Wiki] Update of StrutsSolutions by FrankZammetti

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by FrankZammetti: http://wiki.apache.org/struts/StrutsSolutions -- ==

[Struts Wiki] Update of StrutsFileDownload by FrankZammetti

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by FrankZammetti: http://wiki.apache.org/struts/StrutsFileDownload --

Re: 1.2.x nightlies?

2005-04-01 Thread Niall Pemberton
That would be great thanks. Niall - Original Message - From: James Mitchell [EMAIL PROTECTED] Sent: Friday, April 01, 2005 4:24 PM Subject: 1.2.x nightlies? WRT: http://issues.apache.org/bugzilla/show_bug.cgi?id=21760 Do you want me to add a 1.2.x nightly build? Instead of

svn commit: r159748 - struts/sandbox/trunk/README.txt

2005-04-01 Thread husted
Author: husted Date: Fri Apr 1 18:28:07 2005 New Revision: 159748 URL: http://svn.apache.org/viewcvs?view=revrev=159748 Log: Initial Import Added: struts/sandbox/trunk/README.txt Added: struts/sandbox/trunk/README.txt URL:

svn commit: r159749 - struts/sandbox/trunk/overdrive

2005-04-01 Thread husted
Author: husted Date: Fri Apr 1 18:36:43 2005 New Revision: 159749 URL: http://svn.apache.org/viewcvs?view=revrev=159749 Log: Created folder remotely Added: struts/sandbox/trunk/overdrive/ - To unsubscribe, e-mail: [EMAIL

svn commit: r159750 - in struts/sandbox/trunk: README.txt overdrive/README.txt

2005-04-01 Thread husted
Author: husted Date: Fri Apr 1 18:37:06 2005 New Revision: 159750 URL: http://svn.apache.org/viewcvs?view=revrev=159750 Log: Moved remotely Added: struts/sandbox/trunk/overdrive/README.txt - copied unchanged from r159749, struts/sandbox/trunk/README.txt Removed:

svn commit: r159752 - struts/sandbox/trunk/overdrive/Agility

2005-04-01 Thread husted
Author: husted Date: Fri Apr 1 18:39:35 2005 New Revision: 159752 URL: http://svn.apache.org/viewcvs?view=revrev=159752 Log: Initial import of Agility solution. Added: struts/sandbox/trunk/overdrive/Agility/ - To

svn commit: r159754 - struts/sandbox/trunk/overdrive/PhoneBook

2005-04-01 Thread husted
Author: husted Date: Fri Apr 1 18:43:22 2005 New Revision: 159754 URL: http://svn.apache.org/viewcvs?view=revrev=159754 Log: Initial import of starter PhoneBook solution. Added: struts/sandbox/trunk/overdrive/PhoneBook/ -

[Struts Wiki] Update of StrutsWhiteboard by TedHusted

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by TedHusted: http://wiki.apache.org/struts/StrutsWhiteboard -- *

[Struts Wiki] Update of StrutsOverDrive by TedHusted

2005-04-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by TedHusted: http://wiki.apache.org/struts/StrutsOverDrive New page: OverDrive is a working whiteboard proposal for a new Struts subproject. The