Hi I am writing a custom tag library. In this library I want to create the Struts input elements from the custom Taglib.
Can I have any samples for the same. Ex: Public class CustomTagLib extends TagSubbort{ Public int doTag() { TextTag tag=new TextTag() .................................. .................................. } } If I do as shown in the example I am not able to trace the parent tag.... Pls help me. Thanks, Parimala.K.V