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

_______________________________________________
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]

Reply via email to