Hi folks,
I have one requirement to hide the Add Repository link in the webtop browser tree. I have made all the changes as it is mentioned in the WDK Dev guide. But still it is showing the Add repository link. I have made the flollowing steps :
1) extended (not modified as that was my requirement) the browsertree_ex component.
2) Created the custom browsertree class.
3) cretwed the ucstom webtopbrowsertree and webrtopbrowsertreetag class
4) created tag library
5) made changes in the JSP.
A) Now here comes my firt question. theer are two set of <dmwt:browsertree> tag in browsertree.jsp. What can be the reason for this? I checked that onlt the second one is being used to disply the tree. Then what the first one is being used for?
As the browsertree link was still showing I tried to check which of the three classes are being called , I paced sysout in all the classes. But sysout placed at the onInit method of 'webTopBrowserTree' class is not printed.
C) The other issue I am facing that I want to override the method 'onexpandTree' in my custom class. But the method placed in the custom component class in not getting called. But the 'onclickTree' method placed in the same class is being called. Can you guys can give any idea what can be the issue..
Thanks in advance guys.