Skip to Content
0
Former Member
Feb 25, 2009 at 06:36 AM

How to invalidate a child view imbedded in a ViewContainerUIElement

29 Views

Hi Guys,

I am facing the following issue:

1. I have a Main Comp A that consists of 2 views V1 and V2.

2. V2 imbeds Comp B which in turn implements a series of other components that are not of importance.

3. When navigating from V1 to V2 a value (Incident Number) is passed to Comp B.

4. The first time round Comp B displays data that is relevant to the value that was passed in step 3.

5. All the other times after the first time navigation from V1 to V2 does NOT result in Comp B showing data based on the value that was passed... It seems like the value is passed, but Comp B does not "refresh" to show that data relevent to this passed value. Instead, it only displays the data as per the first value passed.

Is there any way of "refresing" Comp B so that it shows the "new" data ofter a value is passed?

Christiaan