I'm using Tomahawk, MyFaces 1.1.5 and ECruiser 1.1.7 in my project. I dicover some warnings regarding ECruiser-Components. Can I ignore those warnings?
You don't have to worry about those warnings. This is because ECruiser components have implemented their own render kits, to change them dynamically based on browser type.
One approach is to set the default render kit into faces-config.xml:
The disadvantage of this approach is that using this render kit, Ecruiser components will not be able to adapt the renders dynamically cross browser...