Hi

Can I hide a component in code. Say I have

class Page {

@Component
private Select select;

}

Now I want to hide select in code(not in template using <t:if>), how can i
do that ?

regards
Taha

Reply via email to