Hi, I was reading web site documentation and didn't anything I need. Is there a way to ignore a component that is not available ? I use in my tml components that may not be available and I want it print empty instead of giving an error. Or if someone have other idea... My program is divided in many war package and in each package there should be a menu (java.util.List) and it is printed only if I am using it. I have an war package that put together others modules. And in its principal I have a Menu.tml inside it there is a call of other ones such as: <t:menuModule1 /><t:menuModule2 /> and so on. So if I remove Module2 of my dependencies I don't want to remove <t:menuModule2/> from Menu.tml, I want it easier.
Lucas