Your Metas are fine, its got to be a problem with the sliders. There was a
nesting issue fixed in 0.0.6, but its possible not all cases were handled. If
its the same nesting issue here's a quick fix: try adding some alignment tags to
your table cells, even if its left aligned. If that doesn't fix it, it may be
something else. Let me know.
Brian Deters
Amulet Technologies
--- In Amulet@yahoogroups.com, "wjaspers4" <wjaspers@...> wrote:
>
> 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?
>