These urls are not coming from inside the webapp. I have an external url, hit that & read the json response and parse the json to retrieve the title, description, preview image url etc.,
My problem is, using that lazy loading to load the images used the code <div class="i-am-lazy"><!-<img class="list_image" src="${videoItem.image}" />--></div> that lazy load needs the comment line < ! -- to load the next items of images when the user scroll down but the tapestry does not render the value ${videoItem.image} at run time. This is my page source: <div class="i-am-lazy"><!- -<img class="list_image" src="${videoItem.image}" />--></div></td><td colspan="1" rowspan="1" width="100%"><p class="link"> -- View this message in context: http://tapestry.1045711.n5.nabble.com/img-tag-src-value-not-get-render-on-run-time-in-lazy-loading-tp5713439p5713482.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org