Re: How can I use Progressive display in my code

2011-06-16 Thread pradeepchy
Thanks Laurent :-), It was really helpful and I got my problem resolved. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-can-I-use-Progressive-display-in-my-code-tp4491860p4494308.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How can I use Progressive display in my code

2011-06-15 Thread ael
Check this... http://lombok.demon.co.uk/tapestry5Demo/test/core/progressivedisplaydemo http://lombok.demon.co.uk/tapestry5Demo/test/core/progressivedisplaydemo -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-can-I-use-Progressive-display-in-my-code-tp4491860p4493019.h

RE : How can I use Progressive display in my code

2011-06-15 Thread Guerin Laurent
Hi, You have to wrap your loop with progressiveDisplay component and handle onProgressiveDisplay event. Try to use like this : ${modelBean.accountName} In your Java code, add : @InjectComponent private Loop accountListItemsLoop; Object onProgre