support "redirect"

XMLWordPrintable

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: None
    • Component/s: Mimic
    • None

      users might code the following in the composer:

        if (passAuthentication){
            Executions.getCurrent().sendRedirect("main.zul");
        }
      

      We should consider 2 possible redirection.
      1. redirect by Http response (response code 302, 303)
      1.1 after request (both connect and au)
      1.2 after do au
      2. redirect by Au response. - have to pass au response and get au response command

            Assignee:
            Unassigned
            Reporter:
            paowang
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: