DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32381>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32381

           Summary: Couldn't expand/collapse tree branches using Tomcat
                    Administration Tool
           Product: Tomcat 5
           Version: 5.5.4
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Webapps:Administration
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


PROBLEM:
When I log on to Tomcat Administration page there is a tree on the left frame. 
However when you click on the any branch that is expandable/collapsable, there 
is no action. All the icons have the same URL:

   http://localhost:8080/admin/treeControlTest.do?tree=

with no node name.

It could be because the some Java servlet (possibly, SetUpTreeAction.class) 
that prepares the tree.

TEMPORARY SOLUTION:
My workaround was to steal the node names from the links that were next to the 
expanding/collapsing icon and craft the correct URL.  For example, for 
a "Service (Catalina)" branch there is a link:

http://localhost:8080/admin/EditService.do?
select=Catalina:type=Service,serviceName=Catalina&nodeLabel=Service+(Catalina).

It seemed like the first parameter is a tree node name, so I crafted the link 
in the address bar: 
http://localhost:8080/admin/treeControlTest.do?
tree=Catalina:type=Service,serviceName=Catalina
and that branch has expanded. Using that link once again collapses the branch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to