In my Java project we have used riot.js using external tag file.On clicking on html object we are mounting data to the screen like example below
riot.mount('.detail','health',dataObject);
But the issue is Some times riot.mount working and dynamic data rendering successful but some time its not working(not rendering dynamic data)
Please can anyone suggest me so mount my data every time.i have also try riot.compiler and set interval but still not working.