Hi Forum,
I am using ListViewer and under certain conditions need to clear it. I tried with setInput(null) but the old content is still shown. What is the supposed way to do this? (the answer might be obvious as there are no other posts concerning this
Well the answer was obvious indeed. The old stupid mistake - problem again. Actually setInput(null) works of course. I was setting the wrong input to null.