Somebody has already tried to change dynamically the value of the frequency to display a component for 10 secondes, the next one 20 secondes.. ? Is it possible with AjaxUpdateContainer or maybe I must write a Javascript ?
Custom javascript .. it should be pretty easy -- in your component, just do a setTimeout that calls YourComponetUpdate().
Hum.... custom javascript.. i'm not really happy to work on that. So you think that it is not possible with the AjaxUpdateContainer. I don't really see how to switch my components from a javascript or how to call my WO function from the javascript, but i'm working on it. The solution must be full javascript.
inside your update container with the id "MyContainer", just do <script>setTimeout("MyContainerUpdate()", <wo:str value="$updateInterval"/>) </script>. Every AUC gets a function name <ContainerID>Update() created automatically.

ms

_______________________________________________
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