cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in refresh view

Former Member
0 Kudos

Hi All,

Pls help me to solve this issue.

I have 2 views.

In the first view I am fetching the folder names from KM and display with radio button. I have a button in first view, on clicking of button I am calling the second view(wdThis.wdFirePlugLibraryCardDisplayOut()).

In second view, having some function for creating some more folders in KM. I have a button in second view, on clicking of button, calling the first view(wdThis.wdFirePlugInputModuleViewOut()).

But in the first view the List is not getting refreshed. It is showing the old folder names.

The function displayDraftCards() is handling the reading folder names from KM and populating with radio buttons.

public void wdDoInit()

{

//@@begin wdDoInit()

displayDraftCards();

//@@end

}

Thanks in advance

Raj..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi rajakumar,

u will have one method in ur first view like

onplugfromsecondview()

write this code in that...

displayDraftCards();

hope this solves ur problem..

regards

-


sunil

Former Member
0 Kudos

How does the context mapping look like?

Armin

Former Member
0 Kudos

Hi

Put the following code

view.resetview() method in wdDoModifyView()

Regards

Dhinakar J