3 Replies Latest reply on Oct 17, 2008 5:19 AM by exxoo

    <a4j:commandButton> and Internet Explorer

    exxoo

      Hi, I encountered some strange problems with my navigation when using Internet Explorer.

      I originally developed my application and tested it with FireFox, everything worked fine. Than i tested it with Internet Explorer and surprisingly no <a4j:commandButton> nor <a4j:commandLink> worked anymore, unless i define the attribute in faces-config for my navigation.

      The fact is I have some Request-parameters attached to some links, so if i would attach

      <redirect />
      to all my navigation-cases all parameters would be lost and that would result in a complete failure of my entire application.

      Anyone knows the cause of this problem or can even suggest solution ?
      Thx in advance,
      Exxoo

        • 1. Re: <a4j:commandButton> and Internet Explorer
          exxoo

          sorry, the forum swallowed parts of my post.... next try:

          Hi, I encountered some strange problems with my navigation when using Internet Explorer.

          I originally developed my application and tested it with FireFox, everything worked fine. Than i tested it with Internet Explorer and surprisingly no <a4j:commandButton> nor <a4j:commandLink> worked anymore, unless i define the redirect-attribute in faces-config for my navigation.

          The fact is I have some Request-parameters attached to some links, so if i would attach redirect to all my navigation-cases all parameters would be lost and that would result in a complete failure of my entire application.

          Anyone knows the cause of this problem or can even suggest solution ?
          Thx in advance,
          Exxoo

          • 2. Re: <a4j:commandButton> and Internet Explorer
            ilya_shaikovsky

            This declared from the beggining and numerouse times. A4j:command controls designed for partial update.
            h:command could be used for navigation. The onyl safe navigation case for a4j:controls is redirect based.

            • 3. Re: <a4j:commandButton> and Internet Explorer
              exxoo

              sorry if i missed something there. I'm relatively new to Jsf...

              My Problem is with h:command my parameters are not passed through, no matter if i redirect or not, and i need the values of these parameters on the next page.

              You say this was declared numerous times. Can you please point me to a thread discussing this issue ? I haven't found something helpful till now.