Hi folks, I'm pretty new to tapestry but I like what I've seen so far :) .. but unfortunately I've got a little problem. I try to use ajaxformloop in combination with the file upload and can't figure it out how to get that working.
As I see it when you click on the addRow-Link then the onAddRow-method is called and should return an object of the type needed by the markup(component) so if I use <t:upload ...> inside ajaxformloop then I should return an object of UploadedFile, right? The Problem is that as I see it there is no easy way to instantiate that class. So how can I get that working. What I'm actually trying to accomplish is that there could be 0 or many images to an entity... and I need this for uploading an variable number of images. Thank you very much and regards Johannes