Yes Slimer.
I wanted to know if writing some javascript in my executionProgress.tml will
help?

If yes, Can you please tell me where i can put that in my
executionProgress.tml . Here is it:

<t:layout xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
title="Search Testable Entity">

<div id="anyID" t:type="Any" environment="environment"
testsToRun="addedTestableEntities"
t:mixins="testExecutionProgressDisplay"></div>


</t:layout>


The java script that i wanted to use is..

script type = "text/javascript" >

function preventBack(){window.history.forward();}

setTimeout("preventBack()", 0);

window.onunload=function(){null};





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Disable-operations-caused-due-to-back-and-forward-buttons-tp5719689p5719728.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