hi Taha,

I do have a ajaxformLoop, is should look like this:
(Aplogize for  the incomplete codesnippet above)

    <t:form>
      
                        <t:submitnotifier>
                            ${file.key} <input t:type='tawus/ajaxupload' 
t:maxfiles="1" class="file"  t:value="file.file" />
 <br/>
                        </t:submitnotifier>
                    <p:addRow>
                            <br/>
                            <t:addrowlink>Add a row</t:addrowlink>
                    </p:addRow>
                
</t:form>

file.file is of type private List<UploadedFile> and is like you said null.
How can I make sure to initialise it properly? 
In the FileHolder I initialse the it to an empty ArrayList<UploadedFile>,
but that does not seem to do the trick.

Again thanks helping me out!
fante



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4626042.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to