Hi, I declared a viewhandler that goes through all components and childrens components checking for the attribute "permission", which is set on some using f:attribute. If it is found I do some stuff finding out if this component should be rendered. If no, i setRendered(false) on the component.
However, the component still gets rendered and I do not know why? Does anybody know why the setting of rendered to false does not have any impact? Best regards Pichdude -- View this message in context: http://www.nabble.com/Make-changes-on-component-using-ViewHandler-tf3816438.html#a10804046 Sent from the MyFaces - Users mailing list archive at Nabble.com.

