Apache tiles and body onload event. Known issue?
Posted
by Angus
on Stack Overflow
See other posts from Stack Overflow
or by Angus
Published on 2010-04-24T01:00:08Z
Indexed on
2010/04/24
1:03 UTC
Read the original article
Hit count: 394
We're prototyping a new visual framework using Apache Tiles for markup templating. Often the document onload event (actually prototype's dom:loaded event) is getting fired before all DOM objects are actually loaded
Is it possible that the tiles templates are loading in an asynchronous fashion and therefore doing an end run around the event handler? Has anyone else had this experience? Can anyone share a robust workaround?
thanks in advance
© Stack Overflow or respective owner