Nabble swallowed my HTML... I'll try again but will use [ ] instead of < >

The following is not valid XML / HTML:
[!- ${videoItem.image} --]

I guess Tapestry might be having troubles parsing the page. Comments should
be surrounded by [!-- and --].

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 [img] in the initial page, and add the [img] to the DOM
at a later stage.
2. Render a hidden [img] but leave the "src" parameter empty and populate it
when you show the [img]. 

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