Hi,
I have some problems when I tried to put a new Model in the Interaction frame on iWS.
I explain myself.
I use the method :
container.RegisterType();This method allow me to put some data in the view "CaseDataView". But I have a problem. When I take a look in the log file, I have this :
tomCaseDataViewModel - Get List CaseData tomCaseDataViewModel - Get List CaseData tomCaseDataViewModel - Get List CaseData tomCaseDataViewModel - Set Interaction : interaction not null tomCaseDataViewModel - Load CustomCaseDataViewThis is strange because the Data was asked by the view before I can use the interaction.
So the question is : Is there someone who knows how use the ingooing interaction to display some information or how to force the view to update itself ?
Thanks in advance