Page with <a4j:commandLink  work with IE 7.0.5730.13 but not with IE 
7.0.6001.18000
-----------------------------------------------------------------------------------

                 Key: RF-4614
                 URL: https://jira.jboss.org/jira/browse/RF-4614
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: Facelets 1.1.14 , JBOSS 4.2.3 GA, RichFaces 3.2.2, JSF 
1.2 (integrated in this JBOSS Version), Client -> Windows XP Professional, 
Windows Vista, Server-> Suse Linux 11, Windows XP Professional
            Reporter: Michael werner
            Priority: Blocker


Hi,

we have a simple page:

<ui:composition
          xmlns="http://www.w3.org/1999/xhtml";
      xmlns:ui="http://java.sun.com/jsf/facelets";
      xmlns:h="http://java.sun.com/jsf/html";
      xmlns:f="http://java.sun.com/jsf/core";
      xmlns:a4j="http://richfaces.org/a4j";
      xmlns:rich="http://richfaces.org/rich";>

<h:form>                        

<h:panelGrid columns="1" styleClass="taskoverviewGrid">
                <h:outputText value="#{msg_m.main$startHead}" />
                <h:outputText value="#{msg_m.main$startSub}" />
                <rich:separator></rich:separator>

                <h:panelGrid columns="2"   cellpadding="2"  
columnClasses="innerCol">
                <h:outputText value="#{msg_m.main$mytask}" 
style="taskoverviewText"/>
                <rich:spacer></rich:spacer>
                
                <a4j:commandLink value="#{msg_m.main$openPo} 
(#{UserInfo.operationQueues.openedPurchaseOrderCount})" 
action="#{MenuBean.listEJPO}"/>
                <a4j:commandLink value="#{msg_m.main$openPpl} 
(#{UserInfo.operationQueues.paymentPlansCount})" 
action="#{MenuBean.listOpenPP}"/>
                <a4j:commandLink value="#{msg_m.main$openEst} ()" 
action="#{MenuBean.openEST}" styleClass="slink"  rendered="false"/>
                <a4j:commandLink value="#{msg_m.main$openEsr} ()" 
action="#{MenuBean.openESR}" styleClass="slink"  rendered="false"/>
                <a4j:commandLink value="#{msg_m.main$openCmd} ()" 
action="#{MenuBean.openPO}" styleClass="slink"  rendered="false"/>
                <a4j:commandLink value="#{msg_m.main$openCer} ()" 
action="#{MenuBean.openPPL}" styleClass="slink"  rendered="false"/>
                <a4j:commandLink value="#{msg_m.main$openCre} ()" 
action="#{MenuBean.openPO}" styleClass="slink"  rendered="false"/>
                <a4j:commandLink value="#{msg_m.main$openCin} ()" 
action="#{MenuBean.openPPL}" styleClass="slink"  rendered="false"/>
                <a4j:commandLink value="#{msg_m.main$openDre} ()" 
action="#{MenuBean.openPO}" styleClass="slink"  rendered="false"/>
                <a4j:commandLink value="#{msg_m.main$openDin} ()" 
action="#{MenuBean.openPPL}" styleClass="slink" rendered="false"/>
                
                </h:panelGrid>
</h:panelGrid>

</h:form>
</ui:composition>

This pages works with the IE 7.0.5730.13 but not with the IE 7.0.6001.18000. 
That means clicking on the a4j:commandLinks will result in the IE 
7.0.6001.18000 browser in an javaScript Exception
(Object not Found)  with is caught and leads in course to a unwanted reload of 
the current page instead of invoking the Action-Method of the Backing bean that 
navigates to another page.

With the IE 7.0.5730.13 the behaviour is correct. A click on the link will lead 
to another page.

We have investigated the strange and unexplainable behaviour so much but didn't 
found any explanation for that. 
an will lead to a reload of the ax

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to