refresh

I have a combo box where the selection completes a relationship. As a result of the relationship, additional information is displayed. In webclient I know that a refresh must occur to display that information. Is the best practice to do this via a refresh button? Is there a better way to do this?

What might that refresh method look like? Any advise would be great.

Hi Aalonzo,

just do a controller.saveData()

with the new upcomming Servoy 3.5 this is not necesary anymore, there is much more AJAX stuff en event-driven methods possible in the new web-client. (for example you can fire a method with the property onDataChange.)

Hope that helps

Thanks Harjo! That was a really fast reply I needed it!