2 Replies Latest reply on Sep 10, 2010 6:02 AM by ilya_shaikovsky

    How to prevent many clicks that cause continously page loading

    babazs

      Hy!

       

      How to prevent many rapid clicks that cause continously page loading without redirect in a Seam based application?

      I think It' a general and very annoying problem for me.
      Using  RichFaces tags there is no probleam since a4j:queue, but the plain  <s:link>, <h:commandLink> and <a> tags cause me many  problems with this issue. I'd like to find a robust server side  solution and avoid using of javascript button disable etc...

       

      So the main case is to ignore the 2nd,3rd,... user clicks because the first click is the determining! and it has a user experience and performance side too.

       

      Thanks for any suggestion.