1 Reply Latest reply on Feb 10, 2010 6:54 AM by ilya_shaikovsky

    <a4J:commandlink> is not redirect to page from action in IE7.0 but working in IE6.0.

      <a4J:commandlink> is not redirect to page from action in IE7.0 but working in IE6.0 please do the needfull help.

       

      Code for

      <

       

      h:form>

      <

       

      a4j:commandLink action="#{abce.new}" value="test">

       

       

      </

       

      a4j:commandLink>

       

       

       

      </h:form>

       

      public

       

       

      String new() {

       

      return ("new");

       

      }

       

      <

       

      navigation-rule>

       

      <navigation-case>

       

      <from-action>#{abc.new}</from-action>

       

      <from-outcome>newe</from-outcome>

       

      <to-view-id>/a/b/c/new.xhtml</to-view-id>

       

      </navigation-case>