Hi All.
Here is a strange issue I am facing, the below is the problematic part of my code snippet which is working for a HTML page and showing a tree structure as output while in .jsp page it is not working. In
jsp when I rectify this by putting
<div id>="_treeWidgetAttach"</div> , it is printing ="_treeWidgetAttach" as output.
How can I rectify this issue as I want to create a tree structure as I can see in my HTML page , please suggest.