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.
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
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