Re: [FileUpload] Servlet stopping at servletFileUpload.parseRequest(request)

2007-07-11 Thread Ben Kuek
Solved, I downloaded the source to find out that I missed the commons.io package. On the FileUpload Project Dependencies page, I should have find out what it means when it said that commons.io is optional. Ben Ben Kuek wrote: Thank you for your reply, I'll be more descriptive; 1)

Re: [FileUpload] Servlet stopping at servletFileUpload.parseRequest(request)

2007-07-11 Thread Ben Kuek
Not quite solved, The code only works if I include the source files for FileUpload. If I use the jar in the build path, it still fails. Have anybody come across this before? Ben Ben Kuek wrote: Solved, I downloaded the source to find out that I missed the commons.io package. On the

Re: Validator 1.1.3 javascript error

2007-07-11 Thread Pablo Fernández
Sorry for the lack of information! I'm using Struts 1.1 as controller (JSP 1.2 and Servlet 2.3) on a Tomcat 4.1.24 server. Thanks in advance! Pablo. Niall Pemberton escribió: On 7/10/07, Pablo Fernández [EMAIL PROTECTED] wrote: Hi, I'm using Validator 1.1.3 and I can't get client side

Re: Validator 1.1.3 javascript error

2007-07-11 Thread Niall Pemberton
On 7/11/07, Pablo Fernández [EMAIL PROTECTED] wrote: Sorry for the lack of information! I'm using Struts 1.1 as controller (JSP 1.2 and Servlet 2.3) on a Tomcat 4.1.24 server. OK Struts 1.1 shipped with Validator 1.0.2 and whether it works with Validator 1.1.3 I have no idea. Also the

Re: Validator 1.1.3 javascript error

2007-07-11 Thread Pablo Fernández
Niall: You are absolutely right!!! I'm using Validator 1.0.2 as shipped with Struts 1.1. I changed temporally to Validator 1.1.3 version for testing purposes only. My validator-rules.xml contains the JavaScrpit validation routines as you say. The JavaScript Struts is generating is fine for