Invalid Argument in onScrollHeightChanged
Hey all,
I have been using ActiveWidgets for this Struts project, but have not seen an error like this before. I am sure it is me doing something stupid.
When the grid loads, I get a javascript error that says "Invalid Argument".
If I trace it back, It brings me to this line:
in this function:
in
in aw.js.
Any idea where this is called from/why I am getting this error?
I have been using ActiveWidgets for this Struts project, but have not seen an error like this before. I am sure it is me doing something stupid.
When the grid loads, I get a javascript error that says "Invalid Argument".
If I trace it back, It brings me to this line:
var e = this.getScrollTemplate().element();
in this function:
onScrollHeightChanged:function(h)
{
var e = this.getScrollTemplate().element();
if(e)
{
e.firstChild.firstChild.style.height = h + "px";
if(AW.ie)
{
e.firstChild.className += ""
}
}
}
in
AW.Grid.Controllers.Overflow
in aw.js.
Any idea where this is called from/why I am getting this error?
Justin
July 23,