I am facing the duplicate ids for columns issue in p:treeTable
i.e. same problem as described in the below link
http://forum.primefaces.org/viewtopic.php?f=3&t=31158&p=99463#p99463
So I would like to implement the solution as suggested in the above solution. So I thought of changing the source code and recompile and use the jar but I haven't got permission to do the same. I was asked to customise the class by extending the org.primefaces.component.api.UITree
class or somehow without changing the actual class in primefaces jar.
So now assume I have created a class with same name UITree and made necessary changes for me. Is there anyway to register this class so that my class can be used instead of primefaces class