Multipart Form Validation

2005-09-29 Thread Brian Russell
Is there a reason I am losing my request parameters when returning validation errors to a multipart form page? I have a simple struts form. It has a few text fields and a file field. The enctype is multipart/form-data on my form. I validate in the actionform's validate method. If the text fiel

maxFileSize validation

2005-10-03 Thread Brian Russell
I'm just wondering if anyone has a workaround or suggestion for the following "bug": http://issues.apache.org/bugzilla/show_bug.cgi?id=36687 Properties, request params, request attributes are all null when the file submitted in the file field is greater than the maxFileSize setting in the

Message Resources from DB

2005-11-16 Thread Brian Russell
is as such:   Java: 1.5.0_05 Tomcat: 4.1.29 Mysql: 3.2.3.58 Struts: 1.2.7   If anyone has been able to implement this and can give me a recommended solution, that would be great. Thank you. Brian Russell www.closerware.com   ---

RE: Message Resources from DB

2005-11-16 Thread Brian Russell
Ah.. the man himself! I'm using MySql. I set up my database with the tables from the scripts in the /sql directory. And of course did the rest of the steps (i.e. updating struts-config, placing xml files in /WEB-INF/classes dir, etc.) Thanks! Brian Russell www.closerware.com -Ori

RE: Message Resources from DB

2005-11-16 Thread Brian Russell
ed in Commons-Resources and hopefully Struts 1.3.. but I may be wrong about that. Brian Russell www.closerware.com -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 4:00 PM To: Struts Users Mailing List Subject: RE: Message Resources fro

RE: Message Resources from DB

2005-11-16 Thread Brian Russell
ter to the Commons Resources one." So I'm going to take a look and see if I can work it into my struts app, otherwise I'll just stick with the old fashion way and wait for the commons-resources pkg to go "GA". That's great news that it'll likely b

RE: Message Resources from DB

2005-11-17 Thread Brian Russell
ht jdbc? -- James Mitchell 678.910.8017 Skpe: jmitchtx On Nov 16, 2005, at 4:08 PM, Brian Russell wrote: > I got James's solution from: > > http://sourceforge.net/project/showfiles.php? > group_id=49385&package_id=7 > 6369 > > I also found another solution at: >