Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread fante
Ohh still not shows.. My Ajaxform Lopp is withing a span, therefor it seesm it wont display properly _SPAN_=span <_SPAN_ t:type="AjaxFormLoop" t:source="files" t:value="file" t:encoder="encoder"> ${file.key}

Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread fante
It is obviousy difficult for me to paste correctly Here it comes ${file.key} Add a row Well

Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread fante
a row file.file is of type private List 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, but that does not seem to do the trick. Again thanks helping me out! fante

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
Thanks for you advice, it feels like im getting closer to what I want to achieve. Below I posted the Java/Tml for my Page. (Initially I wanted this to be under components instead, but for clarity I converted to a Page) It seems to render stuff, but I still get Javascript Errors when I try to use i

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
Hi Taha, I really appreciate your advice here. But how would I use an AjaxFormLoop here? I only used the AjaxFormLoop when I have a collection of data Item before, Can I really use it with components? Cheers Fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
. Thanks for you quick reply Fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4623466.html Sent from the Tapestry - User mailing list archive at Nabble.com

T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
that the user can define some metadata for the uploaded files. And now I would like to dynamically add a new section, that contains that same component. I really cant figure out how to do this on my own. Can anybody give a hint or direction? Btw T5 rocks Fante -- View this message in context

T5: upload file, css styling

2011-07-19 Thread fante
Hey all, I was using the T5 tapestry-upload for uploading files, but I would need some help to style it, or at least get read of the default "No File Chosen" text that is displayed. Cheers fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-upload-file-c

Re: Automatic loading of code changes not working!

2011-07-14 Thread fante
Good point Thiago, Thanks a lot for fast and great help. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Automatic-loading-of-code-changes-not-working-tp4586675p4587964.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Automatic loading of code changes not working!

2011-07-14 Thread fante
Hi Thiago, the advice from Kalle actually solved my problem, but out of curiosity: I am using the m2Eclipse plugin: disabling automatic reloading of contexts = disable scanner ? Best Regards! Fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/Automatic-loading-of-code

Re: Automatic loading of code changes not working!

2011-07-14 Thread fante
Kalle - you are the man! That solved my problems. Thanks so much for that -- View this message in context: http://tapestry.1045711.n5.nabble.com/Automatic-loading-of-code-changes-not-working-tp4586675p4587894.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Automatic loading of code changes not working!

2011-07-14 Thread fante
target/myWebApp Scan Internal Seconds : 5 Enable Scanner : Check ParentLoadPriority: Check Is there anything else that could be important here? Thanks a lot for your help! fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/Automatic-loading-of-code-changes-not-working-tp4586

Automatic loading of code changes not working!

2011-07-14 Thread fante
1.2.2.1. (I have also tried to downgrade to 5.2.4 without any success) In my AppModule I have productionMode=false Under VM-Arguments for run-jetty-run I have: -Dorg.mortbay.jetty.webapp.parentLoaderPriority=true Any help would be much appreciated! Fante -- View this message in context: http