Community
Participate
Working Groups
I use part = service.findPart("de.vogella.e4.tododetails"); to find a part and would like to hide this part. But if I call part.setVisible(false) the part remains visible. I would expect that this hides the part. Let me know if you need an example project.
I think we may have covered this but you should be using the 'toBeRendered' attribute rather than 'visible'.
Thanks. Closing the bug.