The following is not valid XML / HTML:
<!-&lt;img class=&quot;list_image&quot; src=&quot;${videoItem.image}&quot;
/>-->

I guess Tapestry might be having troubles parsing the page. Comments should
be surrounded by .

If you want the image to load at a later stage, there are better ways to do
this in javascript.
1. Don't render the   in the initial page, and add the   to the DOM at a
later stage.
2. Render a hidden   but leave the "src" parameter empty and populate it
when you show the  .



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/img-tag-src-value-not-get-render-on-run-time-in-lazy-loading-tp5713439p5713485.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

Reply via email to