Re: Adapting the O'Reilly servlet classes for Struts upload

2002-02-01 Thread Ivan Siviero
I found a post to struts-dev where Mike wishes he had the time to replace the existing upload code with O'Reilly's implementation -- or at least this is my understanding, correct me if I'm wrong. Is this a recent post? (Can you send the URL?) I'm also interested in the upload bug fixing. I

DO NOT REPLY [Bug 4427] - Lost bytes on upload of larger files (multipart/form-data)

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

DO NOT REPLY [Bug 4701] - NullPointerException in MultipartIterator

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

DO NOT REPLY [Bug 6142] - Need a label form bean for the html set.

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

RE: Adapting the O'Reilly servlet classes for Struts upload

2002-02-01 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Renaud, My company is using Struts pretty extensively, the upload module in particular, and we've come across some pretty serious bugs that have prompted an internal discussion about its deficiencies. ;) I found a post to struts-dev where Mike wishes he had the time to replace the existing

Iterating over primitives

2002-02-01 Thread Marty Rose
While developing a struts application I found it extremely useful to be able to iterate over an array of primitives without sending the array through wrapper functions every time first. I developed a very localized, obvious, and short patch to IterateTag which allows this functionality. (below

DO NOT REPLY [Bug 6183] New: - Example variable name confusing

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

declarative exception handling/resource bundle access

2002-02-01 Thread Andre Beskrowni
so i finally got around to playing with the new exception handling features and it occurred to me that it would be really nice if you could specify the bundle that a resource is stored in. i don't think it would be too big of a headache to do this (simple change to ExceptionHandler, and an

Multiple Config Files

2002-02-01 Thread SIROLLI PIERRE
--- Reçu de RVIDOI.SIROLLPI 62607 01/02/02 17.23 Is it possible to integrate the patch that allows multiple config files in an official release of Struts ? http://www.ejcenter.com/struts/ Thanks in adance Pierre 01/02/02 17.23 Envoyé à

RE: declarative exception handling/resource bundle access

2002-02-01 Thread Andre Beskrowni
oh yeah, another thing... ExceptionHandler needs to have a corresponding interface. the struts-config allows you to specify an different exception handler for each configured exception, but RequestProcessor always casts whatever you specify here as ExceptionHandler, so if you did override it,

[ANNONCE] Chiki version 0.24 Released

2002-02-01 Thread Emaho, Ghoot
Version 0.24 Released and available for download - see http://chiki.emaho.org http://chiki.emaho.org for full details. This release includes: - now works on Tomcat 4.0 (and is in fact running now on tomcat 4) - Xml Binding of all persisted objects - Extracted Repository giving more control

dynaforms checkboxes

2002-02-01 Thread Andre Beskrowni
i've been testing the dynaform stuff and i'm trying to use a checkbox element in my form with a default value of true. (just for the sake of reference, the form property is called booleanValue.) however, if i uncheck the checkbox and submit, the dynaform is always set to true. i'm not sure if

Re: Adapting the O'Reilly servlet classes for Struts upload

2002-02-01 Thread Renaud Waldura
Hi Mike, Hmm. I think I was trying to make an implementation of struts upload that used the O'Reilly upload package. Replacing the existing upload code isn't really necessary, but fixing some bugs in the existing package is. I see. It would definately be worth your time, if you're

Re: dynaforms checkboxes

2002-02-01 Thread Craig R. McClanahan
On Fri, 1 Feb 2002, Andre Beskrowni wrote: Date: Fri, 1 Feb 2002 17:23:35 -0500 From: Andre Beskrowni [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: dynaforms checkboxes i've been testing the dynaform stuff

Re: Multiple Config Files

2002-02-01 Thread Martin Cooper
You probably want to look at the recently introduced support for multiple sub-apps, which may provide what you are looking for, although perhaps in a slightly different manner. -- Martin Cooper - Original Message - From: SIROLLI PIERRE [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: