Sigh, yep - that works.
Thanks.
On 11/26/07, Timo Hoepfner <[EMAIL PROTECTED]> wrote:
>
>
> Am 27.11.2007 um 01:46 schrieb Les Vogel:
>
> > I translate that code to 5.4 style as:
> >
> > <wo:AjaxSlider orientation="horizontal"
> > value="[dg.currentBatchIndex]" minimum="1"
> > maximum="[ dg.batchCount]" onSlide = "function(v) { $
> > ('value').innerHTML = Math.floor(v) }" onChange = "function(v) { $
> > ('value').innerHTML = Math.floor(v)}" onChangeServer =
> > "tableBodyUpdate()"/>
> >
> > The key point is minimum is "1", as =1 won't parse correctly.
>
> Hi,
>
> I'm not using 5.4, but I'd try
>
> minimum="[1]"
>
> If you would use Wonder's inline parser, you would have to specify
>
> minimum="$1"
>
> Timo
>
>
--
Les Vogel
808 870-0418
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]