contribution ...new

2001-10-19 Thread Saravanan Thangaraju
Hai..guyz... I am an active user of struts.. Now I think I can also contribute to this application framework. I am planning to contribute a Form Validation API based on XML. So that we can allow the user not to use even the validate method and write an implementation . Instead by just

Patch for org.apache.commons.resources.message

2001-10-19 Thread Erik Worth
Hi Gang (Craig McClanahan in particular), I would like to offer the enclosed patch for the classes in the org.apache.commons.resources.message package. This is a very fine package that provides a nice mechanism for localizing messages maintained in a properties or XML file. I noticed that the

[PATCH] Allow Multiple Config Files

2001-10-19 Thread James Holmes
Attached is a patch for ActionServlet to allow multiple config files. With this patch you can specify a comma separated list of config files like this: init-param param-nameconfig/param-name param-value /WEB-INF/struts-config.xml, /WEB-INF/struts-config2.xml

Re: [PATCH] Allow Multiple Config Files

2001-10-19 Thread martin . cooper
I don't know how other people feel, but personally, I see this as new functionality, rather than a bug fix. Hence I'd be happy to see this added for Struts 1.1, but I'd be reluctant to see it added for the Struts 1.0.1 patch. Incidentally, I assume this implementation is effectively last one

DO NOT REPLY [Bug 4168] - No documentation on correct html:file attributes

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

cvs commit: jakarta-struts/doc index.xml struts-html.xml

2001-10-19 Thread martinc
martinc 01/10/19 22:04:06 Modified:doc Tag: STRUTS_1_0_BRANCH index.xml struts-html.xml Log: Ported documentation updates to 1.0 branch. PR: 4168, 4268 Submitted by: Joe Faith, Mark Mascolino Revision ChangesPath No revision No

Re: struts-config.xml

2001-10-19 Thread James Holmes
Dirk-- I am working on a patch for Struts to allow multiple config files and application resource files to be used. This would allow the application to be more modularized and would solve the problem/complaint of very large unmanageable config files. -james [EMAIL PROTECTED]