1 Reply Latest reply on Dec 17, 2007 6:52 AM by pmuir

    Conversation ends when user double clicks

    rmemoria

      Hi all,

      I'm using SEAM 2.0GA and JBOSS 4.2GA.

      In my page I have a commandLink like that:

      <h:commandButton id="mat" value="Change" action="#{receivingHome.searchItem(it.item)}" />


      The command link executes an action and redirects to a new page.

      The pages are inside a conversation and when the user double clicks on the link the conversation incorrectly ends. (like sending the post twice, and the first post is already being proccessed).

      Any tip on who to workaround that?

      Regards,
      Ricardo