Home > ICEfaces, JavaScript > Preventing multiple form submits in ICEFaces by disabling commandButton

Preventing multiple form submits in ICEFaces by disabling commandButton

This post has moved here: http://javaskeleton.blogspot.com/2011/01/preventing-multiple-form-submits-in.html

Categories: ICEfaces, JavaScript
  1. March 11, 2011 at 06:03

    A really smart way to handle the double click issue. Thanks!

  2. santhosh
    March 18, 2011 at 06:49

    Could you provide the steps for fileentry tag to use

    santhosh

  3. santhosh
    March 19, 2011 at 04:26

    Hi

    Thanks for your reply

    I am using icefaces 2 and i have tried the same which you have mentioned and getting session expired exception

    • March 19, 2011 at 09:55

      When are you getting the session expired? After you have uploaded a file? Could it be that you are uploading a very big file which takes a lot of time? If so, you should probably increase the session-timeout in the web.xml file, like this:
      <session-config>
      <session-timeout>120</session-timeout>
      </session-config>
      This sets the timeout to 120 minutes.

  4. santhosh
    March 19, 2011 at 12:27

    Mathiasdegroof

    Thanks for your quick response and i could resolve. File uploading is successfull. The session problem was not due to file.
    I did mistake in calling backing bean

    Santhosh

  1. No trackbacks yet.

Leave a comment