RE: Struts and Tomcat

2003-10-29 Thread Daniel Washusen
Do the example struts apps work with your tomcat install? -Original Message- From: Ramesh Bobba [mailto:[EMAIL PROTECTED] Sent: Thursday, 30 October 2003 11:56 AM To: 'Struts Users Mailing List' Subject: RE: Struts and Tomcat Hi, The struts.jar is in the WEB-INF/lib directory

RE: Planning Struts Application Development

2003-10-28 Thread Daniel Washusen
-Original Message- From: Lauri Jutila [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 October 2003 10:04 AM To: [EMAIL PROTECTED] Subject: Planning Struts Application Development Hello folks, I'm engaging in a web development project and my team is looking at Struts as a primary

RE: Struts php file upload

2003-10-22 Thread Daniel Washusen
-Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: Thursday, 23 October 2003 1:55 PM To: [EMAIL PROTECTED] Subject: Struts php file upload Hello, I had this thought this morning, please excuse me if it seems rather silly. But I was wondering if there is a

RE: Slow file upload?

2003-09-15 Thread Daniel Washusen
Yes, I am using Struts 1.1 and the default upload in commons-fileupload. The hw I am running on is a 2.4GHz PC with 1GB memory, with at least half of it free.. The browser I tried the upload with was Mozilla.. BTJ I'm running a P4 1.7 with 512MB of RAM and I can upload a 1.8 MB file in

RE: [OT] Scheduling

2003-09-01 Thread Daniel Washusen
I havn't used it but quartz sounds pretty cool... http://www.part.net/quartz.html or http://sourceforge.net/projects/quartz/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, 1 September 2003 3:37 PM To: [EMAIL PROTECTED] Subject: [OT] Scheduling

RE: Writing Javascript for Validators

2003-08-18 Thread Daniel Washusen
Matt, the required javascript method is generated in the org.apache.struts.taglob.JavascriptValidatorTag class. The doStartTag method (at line 305) builds the required javascript method (or any other method that the form needs). Grab a copy of the Struts source and check it out... should be very

displaying errors relative to a form within JSP

2003-08-14 Thread Daniel Washusen
Afternoon all, I'm currently trying to figure out if it is possible to display a set of errors relative to a form within a JSP page. I currently have a JSP page that includes two forms (Both extending ValidatorForm). Both of these forms contain a field named criteria, in both the forms this