DO NOT REPLY [Bug 12323] - Powered by Struts

2002-10-09 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=12323. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12729] - Listing in Code Generators and GUIs page

2002-10-09 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=12729. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13086] - Add new Struts book

2002-10-09 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=13086. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13268] - New Powered by Struts Site: www.rollerweblogger.org

2002-10-09 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=13268. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10897] - PropertyMessageResources loading resources from the wrong ClassLoader

2002-10-09 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=10897. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-09 Thread David Graham
Ok, yes a RTE shouldn't extend Object :-). What is an open com-link? I'm assuming it's using an rte to tell the programmer they've done something wrong which is exactly the purpose of them. Dave From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To:

DO NOT REPLY [Bug 13454] New: - adding focus to the html:form tag with two forms of the same name generates a javascript error

2002-10-09 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=13454. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13454] - adding focus to the html:form tag with two forms of the same name generates a javascript error

2002-10-09 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=13454. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [commons-lang] What's up with NestableRuntimeException?

2002-10-09 Thread Eddie Bush
Very nice answer michael - thanks :-) -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-struts/src/validator/org/apache/struts/webapp/validator LocaleAction.java MultiRegistrationAction.java RegistrationAction.java TypeAction.java TypeForm.java

2002-10-09 Thread rleland
rleland 2002/10/09 07:14:12 Modified:src/validator/org/apache/struts/webapp/validator LocaleAction.java MultiRegistrationAction.java RegistrationAction.java TypeAction.java TypeForm.java Log: Cleanup

DO NOT REPLY [Bug 13458] New: - RequestUtils.computeURL uses '' to separate parameters - 'amp;' would be better

2002-10-09 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=13458. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13454] - adding focus to the html:form tag with two forms of the same name generates a javascript error

2002-10-09 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=13454. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13454] - adding focus to the html:form tag with two forms of the same name generates a javascript error

2002-10-09 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=13454. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Errors when switching to struts.jar 1.1b1

2002-10-09 Thread alex hun
hi all, I got this error when i switch my current struts jar to the 1.1b1 release version. Does anyone know what causes it? My application has been working well with the previous version of struts.jar. thanks [INFO] RequestUtils - - Looking for ActionForm bean instance in scope 'request'

RE: Errors when switching to struts.jar 1.1b1

2002-10-09 Thread Daniel Honig
I monkeyed around with my web.xml and got my application working after similar issues. Note that the validator is now a plug-in and must be configured directly. Wish I could be of more help and speak directly to your errors but I'd mess around with the sample applications and try to isolate the

Re: Errors when switching to struts.jar 1.1b1

2002-10-09 Thread Craig R. McClanahan
Offhand, I'd guess that you haven't recompiled your app against the new struts.jar file. Craig On Wed, 9 Oct 2002, alex hun wrote: Date: Wed, 09 Oct 2002 23:57:54 +0800 From: alex hun [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts

Build has 2 tiles dtds

2002-10-09 Thread V. Cekvenich
(I know I shouuld put in bugzila ) but it's a build. There is tiles.dtd and tiles1.1.dtd in nighly build. I assume tiles.dtd. is the older one. .V -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Message Resources from database

2002-10-09 Thread Charles Brault
James, I downloaded and took a brief look at your code, as I want to store all my messages, query strings, etc. in the database. My particular issue, which I think falls under the problem that you talk about below, is that I need to group (or bundle) the messages by the user's role (or

RE: Message Resources from database

2002-10-09 Thread James Mitchell
Yes, I believe this is all possible with the plugin strategy. I've been pretty slammed at work today, so I'll see what it will take to move my code over this new approach. I'll try to work in your requirements as well. Thanks. James Mitchell Software Engineer/Struts Evangelist

DO NOT REPLY [Bug 13458] - RequestUtils.computeURL uses '' to separate parameters - 'amp;' would be better

2002-10-09 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=13458. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5023] - html:form does not handle action attribute correctly

2002-10-09 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=5023. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11972] - html:form focus= doesn't work in Opera

2002-10-09 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=11972. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

ActionMapping identities

2002-10-09 Thread Ted Husted
ActionMappings don't have names, but use an identifier that is determined by the Action's URI. The URIs are virtual identifiers, but they are not true logical identifiers. If the URIs much change for any reason (e.g. the security scheme is modified), then all the JSPs that refer to a mapping

RE: Build has 2 tiles dtds

2002-10-09 Thread Martin Cooper
I assume you're referring to tiles-config.dtd and tiles-config_1_1.dtd. My understanding is that they are *supposed* to be the same. The suggestion was to rename tiles-config.dtd so that it contained the version number in the file name, as with struts-config_1_1.dtd. However, a separate file was

DO NOT REPLY [Bug 11972] - html:form focus= doesn't work in Opera

2002-10-09 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=11972. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13458] - RequestUtils.computeURL uses '' to separate parameters - 'amp;' would be better

2002-10-09 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=13458. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13458] - RequestUtils.computeURL uses '' to separate parameters - 'amp;' would be better

2002-10-09 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=13458. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/contrib/scaffold/src/java/org/apache/struts/scaffold BaseActionMapping.java ImageButtonBean.java RecreateSessionAction.java

2002-10-09 Thread husted
husted 2002/10/09 14:59:03 Added: contrib/scaffold/src/java/org/apache/struts/scaffold BaseActionMapping.java ImageButtonBean.java RecreateSessionAction.java Log: + Add BaseActionMapping + Add RecreateSessionAction. + Add

cvs commit: jakarta-struts/contrib/scaffold/src STATUS.txt

2002-10-09 Thread husted
husted 2002/10/09 14:59:14 Modified:contrib/scaffold/src STATUS.txt Log: + Add BaseActionMapping + Add RecreateSessionAction. + Add ImageBeanButton Revision ChangesPath 1.8 +16 -0 jakarta-struts/contrib/scaffold/src/STATUS.txt Index: STATUS.txt

DO NOT REPLY [Bug 13473] New: - Action path truncated when start matches a sub-app prefix

2002-10-09 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=13473. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: DO NOT REPLY [Bug 13473] New: - Action path truncated when start matches a sub-app prefix

2002-10-09 Thread Ditlinger, Steve
I believe this is a duplicate to bug # 12702, which has a proposed patch already submitted. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 13473] New: - Action path

DO NOT REPLY [Bug 13473] - Action path truncated when start matches a sub-app prefix

2002-10-09 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=13473. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13473] - Action path truncated when start matches a sub-app prefix

2002-10-09 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=13473. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13473] - Action path truncated when start matches a sub-app prefix

2002-10-09 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=13473. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12702] - ActionServlet selects wrong application module from URL

2002-10-09 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=12702. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 13473] - Action path truncated when startmatches a sub-app prefix

2002-10-09 Thread Eddie Bush
OOPS - Mozilla screwed up on me - I didn't mean to change all that stuff! Can it be rectified? Sorry! [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT

DO NOT REPLY [Bug 13473] - Action path truncated when start matches a sub-app prefix

2002-10-09 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=13473. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 13473] - Action path truncated when startmatches a sub-app prefix

2002-10-09 Thread Craig R. McClanahan
The duplicate stuff is not undo-able but all the rest of it is. Just put those values back the way they were. Craig On Wed, 9 Oct 2002, Eddie Bush wrote: Date: Wed, 09 Oct 2002 18:16:28 -0500 From: Eddie Bush [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts

Re: DO NOT REPLY [Bug 13473] - Action path truncated when startmatches a sub-app prefix

2002-10-09 Thread Eddie Bush
I did - it *is* a dupe. That much I intended. Craig R. McClanahan wrote: The duplicate stuff is not undo-able but all the rest of it is. Just put those values back the way they were. Craig -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

DO NOT REPLY [Bug 13136] - Only one form allowed per page

2002-10-09 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=13136. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12913] - html tags-package summary-Session Tracking -

2002-10-09 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=12913. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13476] New: - CombinedDispatchAction

2002-10-09 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=13476. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13314] - DataSource Documentation Extremely Out-of-Data

2002-10-09 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=13314. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11996] - Dev process overview document needed

2002-10-09 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=11996. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10537] - [:TODO:] sections

2002-10-09 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=10537. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-10-09 Thread husted
husted 2002/10/09 20:13:42 Modified:src/share/org/apache/struts/taglib/html package.html Log: Update DataSource example, per #13314 (Howard Miller). Revision ChangesPath 1.16 +253 -253 jakarta-struts/src/share/org/apache/struts/taglib/html/package.html

cvs commit: jakarta-struts/doc/userGuide building_apps.xml building_model.xml building_controller.xml

2002-10-09 Thread husted
husted 2002/10/09 20:15:16 Modified:doc/userGuide building_model.xml building_controller.xml Added: doc/userGuide building_apps.xml Log: Add building applications document per #11996 (Dan Walker) Revision ChangesPath 1.12 +4 -3

DO NOT REPLY [Bug 13124] - Class summary of BaseTag says There are no attributes associated with this tag

2002-10-09 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=13124. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13126] - javadoc comment for class HiddenTag says text, instead of hidden

2002-10-09 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=13126. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13127] - javadoc comment for class PasswordTag says text, instead of hidden

2002-10-09 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=13127. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13233] - html:option needs a styleId attribute

2002-10-09 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=13233. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13234] - html:radio is missing onmouseup attribute in TLD

2002-10-09 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=13234. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12365] - Contribution of Struts-EL library: Struts with JSTL EL attributes

2002-10-09 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=12365. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Message Resources from database

2002-10-09 Thread Erik Hatcher
I just implemented a very quick (locale-ignorant) lookup of key/value pairs from a database table (through a commercial O/R mapping library). It was very simple and works nicely. I added a context so that different webapps - admin and frontend in our case - have separate spaces. All the

cvs commit: jakarta-struts/doc volunteers.xml

2002-10-09 Thread husted
husted 2002/10/09 20:42:18 Modified:doc volunteers.xml Log: Add David Karr and new contributors. Revision ChangesPath 1.9 +6 -1 jakarta-struts/doc/volunteers.xml Index: volunteers.xml

cvs commit: jakarta-struts/doc/userGuide release-notes.xml project.xml installation.xml index.xml building_controller.xml building_apps.xml

2002-10-09 Thread husted
husted 2002/10/09 20:42:45 Modified:doc/userGuide release-notes.xml project.xml installation.xml index.xml building_controller.xml building_apps.xml Log: Add building applications document per #11996 (Dan Walker) Revision ChangesPath 1.13

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

2002-10-09 Thread husted
husted 2002/10/09 20:43:12 Removed: doc/userGuide volunteers.xml Log: Remove obsolete file (current is in root directory) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Need help figuring out how I broke Struts-EL unit tests

2002-10-09 Thread David M. Karr
I could use a hand figuring out what I did to break my Struts-EL unit test process. I decided to get back to building some more unit tests for Struts-EL tags, but when I tried to do the first run, I noticed some problems. Note that I DID test this before committing the initial library. It

Commons-Logging (Empty TODO Section 4.9)

2002-10-09 Thread Eddie Bush
What does the user guide want in way of documentation for commons-logging? Are we looking for a brief explaination for what it is, why we use it and *how* to use it? How specific should it be about setting up different loggers (ie. log4j/jdk1.4/whatever you like) - and should anything be