RE: Slow file upload?

2003-09-16 Thread Kurt Post
If you are running on a Windows box, I would try using IE instead of Mozilla for your timing tests. On windows, Netscape and thus probably Mozilla, seems to spin in a hard loop poling for new data while its trying to receive data over the network. This results in 100% CPU utilization and really

RE: Slow file upload?

2003-09-16 Thread Kurt Post
: Tuesday, September 16, 2003 11:04 AM To: Struts Users Mailing List Subject: RE: Slow file upload? I just tried this from another PC running Windows and IE, and then the upload took less than a second.. Is this a bug in Mozilla or? BTJ On Tue, 2003-09-16 at 15:58, Kurt Post wrote: If you

RE: Avoid Validate After Submit

2003-09-05 Thread Kurt Post
() method * is called before HTML form values are passed into ActionForm properties. * @author Kurt Post */ public class ExtendedActionForm extends org.apache.struts.validator.ValidatorActionForm { /** indicates if the ActionForm has been initialed yet */ private boolean isInitialized

RE: Working visual on presentation layer

2003-07-22 Thread Kurt Post
If you are using Macromedia Ultradev I might have an answer for you. When I started working with Struts a couple of weeks ago, the first thing I did was whip up a crude Ultradev extension for Struts. The extension allows you to see struts tags in the design view as their corresponding HTML

RE: Working visual on presentation layer

2003-07-22 Thread Kurt Post
Valley, Minnesota http://www.mckesson.com -Original Message- From: Kurt Post [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:32 AM To: Struts Users Mailing List Subject: RE: Working visual on presentation layer If you are using Macromedia Ultradev I might have an answer for you

RE: Populating form from request parameters in JSP

2003-07-11 Thread Kurt Post
Hi, I just started using struts. And like you, I thought creating all the extra Action mappings and Action objects would add extra complexity. So I created an enhancement request asking that a new method be added to the ActionForm object which would be called when the ActionForm is created.