Does anyone know what Methods are used when a View is re-displayed and which method is the best to use to re-load the data into the context?.
At present from the view we go off to another component/view where the data displayed in the previous view/context is updated. When we return to the original view the data is not shown as being updated, and hence the need to refresh the context data. It's knowing where this should be done. The init load for the context is in the do_init_context method, but this is not rerun when returning to the view.
Can anyone suggest which method I might use to re-retrieve the loading for the context, or suggest an alternative method?.
Any suggestions would be very much appreciated.
Jon
Edited by: Jon Sappora on Jan 18, 2012 12:26 PM