I have a page (or 4) ... each with two slider widgets present.
My Meta refresh tags point to each of the sliders, however, when I'm ready to
compile, the compiler can't locate the sliders.
My IWC references are as such:
Amulet:document.largeScale.forceUpdate()
and
Amulet:document.smallScale.forceUpdate()
The Slider widget in my HTML
has the NAME attribute set correctly.
I have tried compiling this issue with both 0.0.7 and 0.0.8; but to no avail.
My page structure is such that the slider widgets are in a 3-rd level nested
table. Could this be affecting it?