You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by raveendra <ra...@gmail.com> on 2008/05/05 12:23:40 UTC

Timeout component problem

Hi all,

We are upgrading from T 4.0.2 to T 4.1.5.How to use Timeout component is
4.1.some where in out code we are using
<span jwcid="@TimeOut"/>

The below code will be generated by Timeout component.But it says  '
tapestry ' is undefined , which is generating javascript errors on page.


tapestry.TimeoutTimerConfirm=function(){};
    tapestry.TimeoutProlongSessionTime=function(){};
    tapestry.TimeoutExpirationTime=function(){};

tapestry.addOnLoad(function(e) {
dojo.require("tapestry.form");tapestry.form.registerForm("Form");});