>From: Pich <[EMAIL PROTECTED]> 
>
> 
> 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? 
>


If you are using JSF 1.1 and JSP, component rendering happens when the 
component tree is build.


 
> 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. 
> 

Reply via email to