In 4.0.2 the initialization code was being placed in open on the page. But
in 4.1.5 the initialization code is placed into a function and hence the
variable looses its reference. Hope that helps.
Srini.
On Wed, Apr 23, 2008 at 6:13 PM, Rohan Kalyan <[EMAIL PROTECTED]>
wrote:
> Hi all,
> We moved
You need to do something like:
document.thArray = new Array();
On Wed, Apr 23, 2008 at 3:43 PM, Rohan Kalyan <[EMAIL PROTECTED]> wrote:
> Hi all,
> We moved from tapestry 4.0.2 to 4.1.5
> we were using a script file and in had used the
> tag to initialize the values used in
> script function