Hi all,
I'm new to tapestry and have the following issue. I have a form with upload 
field in it. I use:
@Property
@Persist
private UploadedFile file;

After executing a button action, I try to refresh a zone, out of the form, and 
to fill it with the file content. Without zone it works fine, but I do not want 
to refresh the whole page, just the dynamic content part, so I put the zone, 
but after that I got some problem with the file persistence - it's not 
persisted at all, when I try to access it, I got null pointer.




 >-------- Оригинално писмо --------
 >От:  nn kk 
 >Относно: How to add dinamic content
 >До: users@tapestry.apache.org
 >Изпратено на: Неделя, 2013, Август 18 14:28:32 EEST
 >
 >
 > Hi all,
 >
I want to be able to create and insert component dynamicly. For example, I want 
to have "add button" and by every click to add whole new tapestry 
page or component. I don't know how many addings will I have, I want this to be 
handeled dynamicly. It's like using spring to return ModelAndView object by 
ajax request and inserting it in some UI container.
 >
 >-----------------------------------------------------------------
 >Само сега спечели смартфон SAMSUNG и още много награди!виж
 >
http://www.specheli.eu/specheli-textgbg.php
 >

-----------------------------------------------------------------
Само сега спечели смартфон SAMSUNG и още много награди!виж
http://www.specheli.eu/specheli-textgbg.php

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

Reply via email to