DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34208>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34208

           Summary: incompatible: File Upload + Validator Client side JS
           Product: Struts
           Version: 1.2.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File Upload
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hi have a form that contain a mix of text fields and a file upload input field. 
ex:

<html:form method="post" action="/uploadRequest" enctype="multipart/form-data" 
name="MyRequestForm" scope="session" type="com.myapp.form.MyRequestForm">

<html:file styleClass="myTextBox" name="MyRequestForm" 
property="myRequestFile"></html:file>

<input type="text" ...>
<input type="text" ...>

<html:submit value="Upload Your Request" styleClass="buttons">
</html:submit>


</html:form>


I use the validator framework to validate my input fields.

I also have a validation in my ActionForm to look if the size of the file is < 
1MB.

If I don't use any client side validation, there's no problem. The validation 
for the max file size works.

If I enable the client side validation using the html:javascript tag, the 
request never come back!

I see in the log that the validate() method detect the error for the file size, 
and the input is forward to my JSP but I don't see anything in the browser, 
it's seems that the response is endless...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to