cancel
Showing results for 
Search instead for 
Did you mean: 

controlling which applets actually update and load first

Former Member
0 Kudos

If I have two applets on a page and when I click the refresh button I have an update event that fires. The problem is I need to update the second applet before the first applet. How can I control which applets actually update and load first?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You only have so much control unfortunately. But, you should probably set InitialUpdate to false on the first applet then have a CreationEvent, FirstUpdateEvent, or UpdateEvent on the second applet that calls a JS function that updates the first applet.

Answers (0)