Add the response as a parameter to the onExpand() method of TreeElement.
------------------------------------------------------------------------

         Key: BEEHIVE-582
         URL: http://issues.apache.org/jira/browse/BEEHIVE-582
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Carlin Rogers
 Assigned to: Carlin Rogers 
     Fix For: V1


The expansion of the tree nodes on the Netui tree control is handled by
overriding the onExpand method of the TreeElement class. This method is
responsible for building out the children nodes. The onExpand method takes
only the request as a parameter. However, when building out nodes and adding
enhanced UI functionality, there are cases that need to have access to both
the request and response. For example, both are needed to rewrite action 
urls using the PageFlowUtils utility class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to