Thank you for your comments
now I made a few steps but my solution

Then I submit twice I want that the first submit continues
and the second will be ignored!!!!!
In this example also the first request will
be stopped! How can you prevent this??
Has someone an idea?

  in the first action
   I use saveToken(request)

   in the second:

    //forward to the input
    if(!isTokenValid(request,true)) //submit functionality here
        ActionMessage msg = new ActionMessage("errors.noToken","<b></b>");
      messages.add("msg", msg);
      saveMessages(request, messages);
      saveToken(request);
      return mapping.findForward("error");

     }

    dosomework

    resetToken()

Hope someone can help me!
Thanks a lot!
Starky






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to