Srinivasa Murari wrote:I am new to JSF, looking for steps how to create Custom Tomahawk JSF tag. Thanks Sri Preferably, you need a set of classes, and TLD (Tag Library Descriptor Class) and a faces-config XML file for your component. In my own custom components I usually end up with classes like MyComponentName - A Component class that extends UICommand, and ...