0 Replies Latest reply on Aug 16, 2006 11:43 AM by yxyang

    NavigationPortlet menu and doView()

      Hi

      When user clicks on the menu item of the NavigationPortlet, the corresponding portlet's doView() method or render() method is called (currently).

      But i think this is not good. Instead of doView() or render() method called, it is better to call processAction() method.

      Any comments?

      yang