cancel
Showing results for 
Search instead for 
Did you mean: 

POD Plugin datatable not being emptied

former_member210324
Participant
0 Kudos

Hello,

I am currently working on a POD Plugin that is showing some values in a datatable.

The user also has the ability to enter some values.

The values come from an Arraylist.

My problem is, that currently the values are still shown when the user leaves the

Plugin and the plugin is afterwards restarted.

I’ve checked that the values are not being present in the array list.

Kind Regards,

Christoph Mertins

Accepted Solutions (1)

Accepted Solutions (1)

former_member210324
Participant
0 Kudos

Hello,

what did the trick was to hook the follow line in the close plugin method:

FacesUtility.setSessionMapValue("PODPlugin", null);

FacesUtility.setSessionMapValue("TableConfigurator", null);

The important part was to also remove the configurator.

Kind Regards,

Christoph

Answers (0)