I'm back with my FileUpload problem ...

Here is what I've done to search the problem :
I added struts-upload example classes and mappings to my app : it works
I migrate it to use my classes (form-bean, actions) : it works
I migrate it to use my JSPs : it works
I migrate it to use my Tiles definition : it fails (browser waits 10 minutes...)

Her is my mapping :
<action path="/upload"
        name="UploadForm"
        scope="request"
        input="select"
        validate="true"
        type="webapp.action.UploadAction">
    <forward name="select"
        path="tiles:upload.select" />
    <forward name="success"
        path="tiles:upload.done" />
</action>

If I replace "tiles:upload.select" by "/upload.jsp" (that is used in body of this 
tile) it works fine : I get quickly an
error saying file is too large.

Any idea what I can do to go deeper in my bug tracking ?

Nico.



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

Reply via email to