0 Replies Latest reply on Feb 16, 2009 3:27 PM by alibsd

    Using <redirect/> in JSF navigation rules?

    alibsd

      Hi

      According to Richfaces Developer's Guide
      (http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/ArchitectureOverview.html#ActionandNavigation),
      all navigation rules must use

      <redirect/>
      tag, but this kind of navigation
      causes a new request to the server, so request scope beans of first view will not be
      available in the second view.

      I have two questions:
      1. Why request forwarding (not redirecting) causes memory leak?
      2. What is the best practice for parameter passing between views, if tag
      is used?

      Regards