4 Replies Latest reply on Nov 29, 2007 1:48 PM by jgilbert

    ajaxSubmit does not result in correct viewId

    jgilbert

      Most of the time an ajaxSubmit is not intended to change the view id, but there are times when it should. particularly when using richfaces, you have to use a4j:htmlCommandLink because h:commandLink does not work.

      here is an example that fails.

      ajaxClient.ajaxSubmit("0:editLink");
      assertEquals("/edit.xhtml", server.getCurrentViewID());
      


      does this look like a bug?