Re: [VOTE] Struts as an Apache Top Level Project

2004-03-08 Thread Cedric Dumoulin
+1 to submit the draft TLP resolution. +1 to nominate Craig as VP. Cedric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Updated Struts-Faces Integration Library

2004-03-08 Thread BaTien Duong
, it is intended to support experimentation and trigger bug reports so that we can complete a release in the next couple of months. Pick up the files dated 20040308 (or later) from: http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/ Key new features (see the README.txt file for full

Re: Struts Logo

2004-03-08 Thread Michael Albrecht
Zitat von Steve Raeburn [EMAIL PROTECTED]: As a sideshow to the Struts TLP proposal, I'd like to resurrect a discussion from a few months ago regarding a new logo for the Struts project. At the time, I put together a site (http://www.ninsky.com/struts/logo/logo.do) to allow submission and

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html JavascriptValidatorTag.java

2004-03-08 Thread rleland
rleland 2004/03/08 15:26:58 Modified:src/share/org/apache/struts/taglib/html JavascriptValidatorTag.java Log: Bug 17667 Patch and bug report by Alexander Merk Update patch by Matt Bathje This allows multiple forms to be on the same page by generating a

cvs commit: jakarta-struts build.properties.sample

2004-03-08 Thread rleland
rleland 2004/03/08 15:27:34 Modified:.build.properties.sample Log: Struts must now be compiled against the nightly validator inorder for client side validations to work. Revision ChangesPath 1.52 +2 -2 jakarta-struts/build.properties.sample

cvs commit: jakarta-struts project.xml

2004-03-08 Thread rleland
rleland 2004/03/08 15:27:51 Modified:.project.xml Log: Struts must now be compiled against the nightly validator inorder for client side validations to work. Revision ChangesPath 1.26 +1 -1 jakarta-struts/project.xml Index: project.xml

cvs commit: jakarta-struts/doc/userGuide installation.xml

2004-03-08 Thread rleland
rleland 2004/03/08 15:30:09 Modified:doc/userGuide installation.xml Log: Struts must now be compiled against the nightly validator version 1.1.2 inorder for client side validations to work. Revision ChangesPath 1.38 +1 -1

DO NOT REPLY [Bug 17667] - Client-side validation with multi-form page

2004-03-08 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=17667. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Struts nightly build now needs Validator-1.1.2-dev

2004-03-08 Thread [EMAIL PROTECTED]
I just made a change in validator that allows multiple forms per page. In order for client side validation to work Struts needs to be build with the nightly version of Validator. At one time this was true, but then a few weeks ago there was talk about building it against the released version

DO NOT REPLY [Bug 27384] - Add support for other keys in saveMessages functions

2004-03-08 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=27384. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26668] - errors messages tags enhancement: make them show only errors/messages

2004-03-08 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=26668. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 17667] - Client-side validation with multi-form page

2004-03-08 Thread Craig R. McClanahan
This is fixed in the Nightly build of Validator as of March 9th. It may take a few days for the nightly build of Struts to start using this version, and so it's client side validation will be broken until that point. I'm picking up the most recent changes for tonight's nightly build.

RE: Struts Logo

2004-03-08 Thread Steve Raeburn
The intention is that anyone will be able to submit a logo. But first, the committers will have to decide whether they want a new logo. ** There is no competition yet! ** Regarding your upload, the entries would be have to be checked and approved before being displayed on the site. Otherwise

RE: Struts Logo

2004-03-08 Thread Craig R. McClanahan
Quoting Steve Raeburn [EMAIL PROTECTED]: The intention is that anyone will be able to submit a logo. But first, the committers will have to decide whether they want a new logo. ** There is no competition yet! ** For the record, I'm +1 on having a new logo (well, maybe it's really havig a

cvs commit: jakarta-struts/web/example footer.jsp welcome.jsp tour.html Registration.jsp logon.jsp index.jsp

2004-03-08 Thread husted
husted 2004/03/08 20:35:01 Modified:web/example welcome.jsp tour.html Registration.jsp logon.jsp index.jsp Added: web/example footer.jsp Log: Add footer, move resource-test code to action, update tour page. Revision ChangesPath 1.3

cvs commit: jakarta-struts/src/example/org/apache/struts/webapp/example LICENSE.txt

2004-03-08 Thread husted
husted 2004/03/08 20:37:26 Added: src/example/org/apache/struts/webapp/example LICENSE.txt Log: Add ASL 2.0 license file. Revision ChangesPath 1.1 jakarta-struts/src/example/org/apache/struts/webapp/example/LICENSE.txt Index: LICENSE.txt

cvs commit: jakarta-struts/web/example Error.jsp

2004-03-08 Thread husted
husted 2004/03/08 20:38:05 Added: web/example Error.jsp Log: Add generic Error page. Revision ChangesPath 1.1 jakarta-struts/web/example/Error.jsp Index: Error.jsp === %--

cvs commit: jakarta-struts/web/example/WEB-INF web.xml struts-config.xml struts-config-registration.xml

2004-03-08 Thread husted
husted 2004/03/08 20:40:53 Modified:web/example/WEB-INF web.xml struts-config.xml struts-config-registration.xml Log: Add generic Error page, license references. Revision ChangesPath 1.20 +6 -0 jakarta-struts/web/example/WEB-INF/web.xml

cvs commit: jakarta-struts/web/example/WEB-INF database.xml

2004-03-08 Thread husted
husted 2004/03/08 20:41:21 Modified:web/example/WEB-INF database.xml Log: Conform format with Digester output Revision ChangesPath 1.4 +6 -12 jakarta-struts/web/example/WEB-INF/database.xml Index: database.xml

cvs commit: jakarta-struts/web/example/WEB-INF webtest.xml webtest.properties.sample WebTest.dtd

2004-03-08 Thread husted
husted 2004/03/08 20:43:12 Added: web/example/WEB-INF webtest.xml webtest.properties.sample WebTest.dtd Log: Add Canoo WebTest files. Revision ChangesPath 1.1 jakarta-struts/web/example/WEB-INF/webtest.xml

cvs commit: jakarta-struts/web/example/WEB-INF/entities - New directory

2004-03-08 Thread husted
husted 2004/03/08 20:43:46 jakarta-struts/web/example/WEB-INF/entities - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-struts/web/example/WEB-INF/entities config-debug.xml config-tidy.xml config.xml

2004-03-08 Thread husted
husted 2004/03/08 20:44:07 Added: web/example/WEB-INF/entities config-debug.xml config-tidy.xml config.xml Log: Add Canoo WebTest files. Revision ChangesPath 1.1 jakarta-struts/web/example/WEB-INF/entities/config-debug.xml

RE: Struts Logo

2004-03-08 Thread Marc Peabody
Well, I'm having fun playing around with different ideas. I hope other contributors are too. IMHO, the committers should pursue a new logo. What's the worst that could happen - sticking with the old one? Besides, it should be a good break from staring at tags all day, right? :-) - Marc

Updated Struts-Faces Integration Library

2004-03-08 Thread Craig R. McClanahan
experimentation and trigger bug reports so that we can complete a release in the next couple of months. Pick up the files dated 20040308 (or later) from: http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/ Key new features (see the README.txt file for full details): * Supports