Is it good practice to auto submit forms?

My users use forms that involve lots of textual matter and sometimes when after working for hours typing into the forms they might move out to some other links there by not submitting the form.
Is it a good practice to auto save the contents of the form if there has been no inactivity for 5 minutes?
What are the pros and cons of this approach?
One problem the above approach could throw is if the user actually types in some data and forgets to close the browser window, the forms keeps on getting submitting unintentionally. This is ok with the user.
Other alternatives like prompting the user for saving at frequent intervals have been thought of.

as long as you can determine there's been no activity (simple enough with onblur/onfocus and other events in the fields) and can save the contents in a way that is not a submission, then it's not a bad idea. I wouldn't save after X minutes while the user is doing some entry, cuz it may interrupt what they are doing. Or you could use hidden frames and JS to save things without affecting the user.

Similar Messages

  • Auto Submit form

    Hi there,
    I've been looking through the documentation and forum, but so
    far unable to find what I am looking for (apologies if I have
    simply missed it!)
    I'm looking for a tutorial on how to submit form data as the
    form is filled out. ie. some kind of onblur technique in each form
    field. I'm not using this for any sort of covert sneakiness. Simply
    for an admin page to process bookings quickly. ie. changing seating
    quantity for a concert booking system.
    Is this possible with Spry?

    Just add this to the form element:
    onblur="document.myForm.submit();"
    myForm would be the form name/id
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "the_aliator" <[email protected]> wrote in
    message news:g0c6eq$ble$[email protected]..
    > Hi there,
    >
    > I've been looking through the documentation and forum,
    but so far unable to
    > find what I am looking for (apologies if I have simply
    missed it!)
    >
    > I'm looking for a tutorial on how to submit form data as
    the form is filled
    > out. ie. some kind of onblur technique in each form
    field. I'm not using this
    > for any sort of covert sneakiness. Simply for an admin
    page to process bookings
    > quickly. ie. changing seating quantity for a concert
    booking system.
    >
    > Is this possible with Spry?
    >

  • Auto Submit in Tabular form

    I have a tabular form in which I want a select list to auto submit. I have tried using OnChange but can't seem to get it to work.
    What would I need to change on this select list to get it to auto submit the tabular form for me?
    Thanks!
    Edited to add -- I have added this code to the element attributes of the field and it does submit but the LOV then returns blank.
    onchange="doSubmit('SAVE')"
    Edited by: mtuser on Nov 19, 2009 3:11 PM

    Hi
    How did you get it to work? I kind of have a similar issue. Thanks.
    Suni

  • Auto submit virtual form on change (not the whole form)

    If you tick the "auto submit on change" option of a drop down, it submits the whole form, thus all the required fields have to be filled. Are there any way to submit only the perticular virtual form on change?
    Thank you very much.

    I don't see the problem... Are the files being digitally signed? If not then there's no difference at all between submitting the form data and using it to populate a local copy of the file and submitting the entire file.
    It's technically impossible to extract a page from a PDF viewed in Reader.
    Another alternative: Split the file in two parts and put a link on the last page of the first file to the second part, which will contain only the page with the form fields. You can add a link and some text to the page saying that it is a continuation of the first document.

  • Auto submit a form

    In my form processing pages, I have some values I'd like to
    pass as hidden form fields. On this page I create hidden form
    fields based on info defined in the URL. The fields are created and
    then a cflocation takes the user to the next page. Since everything
    on this page is automatic, is there a way to get the form to auto
    submit so the hidden values are usable on the next page? Thanks for
    the help!

    Session variables are simply variables that are 'remembered'
    for the duration of that particular user's session. So, when you
    have the value you want, you use <cfset session.yourVariableName
    = yourValue>. Then, for the rest of the session, you can call on
    that variable to use in your code.

  • Auto Submit the form..

    Hi
    I am developing an application where I run a timer using javascript..
    All I want is to auto-submit the form when my timer comes to zero..
    whenever the form is submitted I should get all the values from the HTML file..
    The user is given a submit button where in which the user can submit the form before the time runs to zero..
    How can I auto submit the form..??

    BalusC wrote:
    The forms[0] returns the first form in the document root. I'd rather to use the form name instead.
    document.formname.submit();
    I personally use getElementById() :)
    And by the way, isn't the 'name' attribute for form deprecated? At least, that's what an IDE I used to use kept displaying as a warning; I never bothered to actually look it up.

  • Struggling with the Submit Form

    My incomplete site has three links which don't seem to work at all. Unsurprisingly they are all the same file type and I don't have the slightest clue on how to fix it!
    http://www.expertpcguides.com/contact-us.html
    I have supplied the coding for one of my pages 'Site Feedback'. My goal is to create a send-able form where the user can contact us at [email protected]. You guys supplied me with this script, but for some reason (probably due to my own fault) it isn't working! Thanks for the help.
    Technical Support Page:
    <!DOCTYPE HTML>
    <html>
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>technical-support</title>
            <link rel="stylesheet" href="css/common-reset.css" type="text/css" media="screen" />
            <link rel="stylesheet" href="css/common-style.css" type="text/css" media="screen" />
            <link href="lightbox/css/lightbox.css" rel="stylesheet" />
            <link href='http://fonts.googleapis.com/css?family=Open+Sans%7CBaumans%7CArvo%7CRoboto' rel='stylesheet' type='text/css' />
            <script src="js/modernizr.js"></script>
            <script src="js/respond.min.js"></script>
            <!-- include extern jQuery file but fall back to local file if extern one fails to load !-->
            <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
            <script type="text/javascript">window.jQuery || document.write('<script type="text/javascript" src="js\/1.7.2.jquery.min"><\/script>')</script>
            <script src="lightbox/js/lightbox.js"></script>
            <script src="js/prefixfree.min.js"></script>
            <script src="js/jquery.slides.min.js"></script>
            <!--[if lt IE 9]>
                <style>
                    header
                        margin: 0 auto 20px auto;
                    #four_columns .img-item figure span.thumb-screen
                        display:none;
                </style>
            <![endif]-->
            <script>
            $(function() {
              $('#slides').slidesjs({
                height: 235,
                navigation: false,
                pagination: false,
                effect: {
                  fade: {
                    speed: 2600
                callback: {
                    start: function(number)
                        $("#slider_content1,#slider_content2,#slider_content3").fadeOut(500);
                    complete: function(number)
                        $("#slider_content" + number).delay(200).fadeIn(1000);
                play: {
                    active: false,
                    auto: true,
                    interval: 28000,
                    pauseOnHover: false
            </script>
         <style type="text/css">
    <!--
    .style4 {
      font-size: 20px
    .style5 {color: #0000FF}
    .style6 {
      color: #0099CC;
      font-weight: bold;
    .style9 {
      color: #CCCCCC;
      font-size: 90%;
    .style12 {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; font-size: 120%; }
    .style16 {color: #000099}
    .style45 {font-family: Georgia, "Times New Roman", Times, serif; color: #0000FF; font-size: 120%; }
    .style46 {color: #000000}
    -->
            </style>
    </head>
      <body>
            <header>           
                <h1 class="style5">Expertpcguides.com</h1>
              <p class="style6">Technology Explained.</p>
    <select id="alternative_menu" size="1">
                    <option>Home</option>
                    <option>About</option>
                    <option>Contact us</option>
                    <option>Login/Register</option>
                    <option>Forums</option>
    <option>Privacy Policy</option>
                    <option>Disclaimer</option>
                    <option>Legal Notice</option>
                </select>
                <nav>
                <h2 class="hidden">Our navigation</h2>
                    <ul>
                        <li><a href="index.html" class="style46">Home</a></li>
                      <li><a href="about-us.html" class="style46">About</a></li>
                      <li><a href="javascript:void(0)" class="style46">Contact us</a></li>
                      <li><a href="javascript:void(0)" class="style46">Login/Register</a></li>
                      <li><a href="javascript:void(0)" class="style46">Forums</a></li>
                  </ul>
                </nav>
            </header>
            <section id="spacer"> 
            <h2 class="hidden">Dolor sit amet</h2>         
                <p><span style="color:#5cb3ff;">D</span><span style="color:#6cbafe;">i</span><span style="color:#7cc1fe;">c</span><span style="color:#8cc9fd;">t</span><span style="color:#9cd0fd;">i</span><span style="color:#abd7fc;">o</span><span style="color:#bbdefc;">n</span><span style="color:#cbe6fb;">a</span><span style="color:#dbedfb;">r</span><span style="color:#ebf4fa;">y</span> | <span style="color:#ffffff;">A</span><span style="color:#dcf1ff;">r</span><span style="color:#b9e3ff;">t</span><span style="color:#96d5ff;">i</span><span style="color:#74c8ff;">c</span><span style="color:#51baff;">l</span><span style="color:#2eacff;">e</span><span style="color:#0b9eff;">s</span> | <span style="color:#1c95ff;">C</span><span style="color:#299bff;">o</span><span style="color:#35a0ff;">m</span><span style="color:#42a6ff;">p</span><span style="color:#4facff;">u</span><span style="color:#5bb2ff;">t</span><span style="color:#68b7ff;">e</span><span style="color:#75bdff;">r</span><span style="color:#81c3ff;"> </span><span style="color:#8ec9ff;">H</span><span style="color:#9bceff;">i</span><span style="color:#a7d4ff;">s</span><span style="color:#b4daff;">t</span><span style="color:#c1e0ff;">o</span><span style="color:#cde5ff;">r</span><span style="color:#daebff;">y</span> | <span style="color:#1c95ff;">F</span><span style="color:#2d9dff;">r</span><span style="color:#3fa5ff;">e</span><span style="color:#50adff;">e</span><span style="color:#62b6ff;"> </span><span style="color:#73beff;">D</span><span style="color:#85c6ff;">o</span><span style="color:#96ceff;">w</span><span style="color:#a8d6ff;">n</span><span style="color:#b9deff;">l</span><span style="color:#cbe7ff;">o</span><span style="color:#dcefff;">a</span><span style="color:#eef7ff;">d</span><span style="color:#ffffff;">s</span></p>
    <div class="search">
    <form id="searchbox_000429658622879505763:gczdzyghogq" action="https://www.google.com/cse/publicurl?cx=000429658622879505763:gczdzyghogq">
    <input value="000429658622879505763:gczdzyghogq" name="cx" type="hidden"/>
    <input value="FORID:11" name="cof" type="hidden"/>
    <input id="q" style="width:150px;" name="q" size="70" type="text" />
    <input value="Search" name="sa" type="submit"/>
    </form>
    </div>
        </section>
    <section id="boxcontent">
    <section id="four_columns">
                <h2 class="style16">
                    Support</h2>   
                <p class="style45">
                    <?phpif(isset($sent)) {
        echo "<h3>$sent</h3>";
    if(isset($error)) {
    echo "<h3>$error</h3>";
    ?>
    <form id="form1" name="form1" method="post" action="">
    <p><span class="style46"><strong>Name:</strong></span></p>
    <form name="form1" method="post" action="">
      <label>
      <input type="text" name="Namefield" id="Namefield">
      </label>
    </form>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>Email:</strong></span></p>
    <form name="form2" method="post" action="">
      <label>
      <input type="text" name="emailfield" id="emailfield">
      </label>
      <span class="style46"><br />
      </span>
    </form>
    <p><span class="style46"><strong>Computer Brand:</strong></span></p>
    <form name="form3" method="post" action="">
      <label>
      <select name="computerbrandfield" size="5" id="computerbrandfield">
        <option>Atari</option>
        <option>Compaq</option>
        <option>CTX</option>
        <option>Custom Built</option>
        <option>Cyber Max</option>
        <option>Dell</option>
        <option>Digital</option>
        <option>DTK</option>
        <option>E-machine</option>
        <option>Gateway</option>
        <option>Hand Held</option>
        <option>Hewlett Packard</option>
        <option>IBM</option>
        <option>Lenevo</option>
        <option>Macintosh</option>
        <option>Micron</option>
        <option>Midwest Micro</option>
        <option>NEC</option>
        <option>Packard Bell</option>
        <option>Quantex</option>
        <option>Sharp</option>
        <option>Sony</option>
        <option>Sun</option>
        <option>Systemax</option>
        <option>Tiger Direct</option>
        <option>Toshiba</option>
        <option>Twinhead</option>
        <option>Winbook</option>
        <option>Xi Computer</option>
        <option>Zenith</option>
        <option>Other Computer Brand</option>
        <option>Other Device</option>
      </select>
      </label>
    </form>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>Operating System:</strong></span></p>
    <form name="form4" method="post" action="">
      <label>
      <select name="computerbrandfield3" size="5" id="computerbrandfield3">
        <option>Windows 8</option>
        <option>Windows 7</option>
        <option>Windows Vista</option>
        <option>Windows XP</option>
        <option>Windows 2000</option>
        <option>Windows 2003</option>
        <option>Mac OS</option>
        <option>Linux Variant</option>
        <option>BSD</option>
        <option>DOS / PC-DOS</option>
        <option>OS/2 Warp</option>
        <option>Windows 98</option>
        <option>Windows 95</option>
        <option>Windows CE</option>
        <option>Windows ME</option>
        <option>Windows NT</option>
        <option>Windows 3.x</option>
        <option>Other</option>
        <option>Unknown</option>
        </select>
      </label>
    </form>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>Amount of RAM:</strong></span></p>
    <p><span class="style46">
      <select name="computerbrandfield2" size="5" id="computerbrandfield2">
        <option>0mb-1GB</option>
        <option>1GB-2GB</option>
        <option>2GB-4GB</option>
        <option>More than 4GB</option>
        </select>
      </span></p>
    <p><span class="style46"><br />
    </span></p>
    <p><span class="style46"><strong>CPU Type:</strong></span></p>
    <p>
      <select name="computerbrandfield4" size="5" id="computerbrandfield4">
        <option>Power PC</option>
        <option>Rise mP6</option>
        <option>Transmeta Crusoe</option>
        <option>Other</option>
        <option>Unknown</option>
        </select>
    </p>
    <p> </p>
    <p><span class="style46"><strong>Computer Type:</strong></span><span class="style46"><br />
    </span></p>
    <p><span class="style46">
      <select name="computerbrandfield5" size="5" id="computerbrandfield5">
        <option>Desktop/Workstation</option>
        <option>Gaming System</option>
        <option>Laptop</option>
        <option>PDA / Mobile</option>
        <option>Server</option>
        <option>Other</option>
        </select>
      <br />
    </span></p>
    <label><span class="style46"><strong>Question:</strong><br />
    </span><br />
    <textarea name="textarea" id="textarea" cols="45" rows="5"></textarea>
    </label>
    <p> </p>
    <p>
    <label>
    <input type="submit" name="Submit" id="Submit" value="Submit" />
    </label>
    </p>
        <p class="style12"><br class="clear"/>
        </p>
      </section><br class="clear"/>
        </section>
    <section id="text_columns">
    <section class="column2"></section>
            </section>
    <footer>
          <h2 class="hidden">Our footer</h2>
          <section id="copyright">
            <h3 class="hidden">Copyright notice</h3>
            <div class="wrapper">
              <div class="social"> <a href="index.html"><img src="img/G.png" alt="G" width="25"/></a> <a href="index.html"><img src="img/U.png" alt="U" width="25"/></a> <a href="index.html"><img src="img/I.png" alt="I" width="25"/></a> <a href="index.html"><img src="img/D.png" alt="D" width="25"/></a> <a href="index.html"><img src="img/E.png" alt="E" width="25"/></a> <a href="index.html"><img src="img/S.png" alt="S" width="25"/></a> </div>
              &copy; Copyright 2014 by Expertpcguides.com. All Rights Reserved. </div>
    </section>
          <section class="wrapper">
            <h3 class="hidden">Footer content</h3>
            <article class="column hide">
              <h4>Site Links</h4>
                <div class="class1">
                  <p class="footer-text"><a href="web-contributors.html" >Developers/Contributors</a></p>
                </div>
              <div class="class1">
                  <p><a href="create-a-page.html" class="style10">Create a page</a></p>
              </div>
              <div class="class1">
                <p><a href="point-system.html" class="style10">Rewards System</a></p>
              </div>
              <div class="class1">
                <p><a href="privacy.html" class="style10">Privacy</a></p>
              </div>
            </article>
    <article class="column midlist2">
              <h4 class="style4">Follow Us</h4>
              <ul class="style4">
                <li><div class="class1">
                    <p class="footer-text"><img src="img/Facebook-logo.png" alt="Facebook Image" width="32" height="34"/> <a href="https://www.facebook.com/expertpcguides" class="style23">Facebook</a></p></div></li>
    <li><div class="class1">
                  <p class="footer-text"><img src="img/Twitter-Logo.jpg" alt="Twitter Image" width="30" height="33"/><a href="https://twitter.com/ExpertPcGuides" class="style23" > Twitter</a></p></div></li>
      <li><div class="class1">
        <p class="footer-text"><img src="img/Google+Logo.jpg" alt="Google + Image" width="31" height="35"/><a href="https://plus.google.com/115474035983654843441" class="style23"> Google Plus</a></p></div></li>
      <li><div class="class1">
        <p class="footer-text"><img src="img/Pininterest-Logo.png" alt="Pininterest Image" width="33" height="34" ><a href="http://www.pinterest.com/expertpcguides/" class="style23"> Pininterest</a></p></div></li>
              </ul>
            </article>
            <article class="column rightlist">
              <h4>Interested in Exclusive Articles?</h4>
                <div class="class2">
                  <p><a href="login.html" class="style10">All you need to do is login/register</a></p>
                </div>
            </article>
          </section>
    <section class="wrapper"><h3 class="hidden">If you are seeing this, then the site is losing stability</h3></section>
            </footer>
                                    </body>
    </html>

    Also, what's this about? There's no form at all!
      <body>
            <header>          
                <h1 class="style5">Expertpcguides.com</h1>
              <p class="style6">Technology Explained.</p>
    <select id="alternative_menu" size="1">
                    <option>Home</option>
                    <option>About</option>
                    <option>Contact us</option>
                    <option>Login/Register</option>
                    <option>Forums</option>
    <option>Privacy Policy</option>
                    <option>Disclaimer</option>
                    <option>Legal Notice</option>
                </select>
    By the way, you are going to drive yourself crazy if you don't stop using the Property inspector to style your content -
         <style type="text/css">
    <!--
    .style4 {
      font-size: 20px
    .style5 {color: #0000FF}
    .style6 {
      color: #0099CC;
      font-weight: bold;
    .style9 {
      color: #CCCCCC;
      font-size: 90%;
    .style12 {font-family: Georgia, "Times New Roman", Times, serif; color: #000000; font-size: 120%; }
    .style16 {color: #000099}
    .style45 {font-family: Georgia, "Times New Roman", Times, serif; color: #0000FF; font-size: 120%; }
    .style46 {color: #000000}
    -->
            </style>

  • Is VHDX for data drive considered good practice on a client PC?

    Hi!
    I don't like putting user's data files (documents, etc.) inside the user's Documents directory on C:. Instead I prefer having them on a D: disk, separate from the OS. On the other hand I don't want to create a fixed size partition as I consider it a waste
    of space, especially when everything is on a rather small SSD.
    Therefore, I consider creating a virtual hard disk (VHDX) on my C: drive and making it dynamically expanding. This would allow me to store data on that "separate" disk which is actually an expanding VHDX file on C:. One problem is that for some
    unknown reason Windows 8.1 is not able to auto-attach such disks on startup, but I have seen some workarounds to auto-mount them through tasks.
    My question is the following: Is it considered good practice to put all data files on such a dynamic VHDX instead on a separate partition? Reading the VHDX explanations it looks like this file format is very stable (even in case of power loss) and is widely
    used in virtual servers. Performance should be also very good. Therefore I don't see any reason to not use it for my data drive. Or are there any drawbacks?
    Thanks in advance for any help.
    Best regards,
    Anguel

    Hi,
    Since the VHDX is created on C which should be the system partition, I don’t think it is more safety than separate partition.
    Please consider that once the system corrupted and we have to format the C to reinstall the System, it may be difficult for us to recovery the date. But the separated partition will be easily stayed without changes.
    You can try to shrink the C volume in Disk management to create a new partition.
    Just my thought.  
    Kate Li
    TechNet Community Support

  • Submit Form Button Acrobat X Pro Mac

    I used Acrobat X Pro for the first time a couple of months ago. I created a form and when I was finished there was a Submit Form button in the purple field at the top of the document next to the Highlight Existing Fields button, and the text to the left of the buttons said "Please fill out the following form. When finished, click Submit Form to return the completed form. You can save data typed in this form.". I did not create any buttons on this form manually. I want to do this again for another form but I cannot figure out how I did it the first time. I have seen discussions on how to create a submit button, but I cannot get that to work either. Plus I think the Submit Form button looks nicer anyway. Please Help!!
    What I Need:
    - a pdf form with a submit button that will email me a copy of the completed form when pressed
    - the person filling out the form also needs to be able save a copy for themselves
    My System:
    Macbook Pro OS X 10.6.7
    Office 2011 for Mac 14.0
    Acrobat X for Mac 10.0.2

    I just did what it sounds like you want to do using these instructions for Acrobat Pro 9. Here is the link: http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS3593E0A4-C5E2-4cde-A09E-2A984346DDD2.w. html
    To make it so your user can save a copy go to the Advanced Tab and click on Extend Features in Adobe Reader. That should do it. Good Luck.
    Best,
    Lisa

  • Auto-Submit On Change in DropDown List not working properly!

    Hi all,
    I�ve got a problem with a drop down list an a table with some rows on my page. The property "Auto-Submit on Change" is set for the drop down because the valueChange-method has to do some work when the user selects another value from the drop down.
    The problem is that after selecting another item from the drop down, the table fields don�t keep their values, which I had entered before I selected another item in the drop down. But: When I select an item again, suddenly exactly these values are set.
    Here my code:
    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <ui:page binding="#{Page1.page1}" id="page1">
    <ui:html binding="#{Page1.html1}" id="html1">
    <ui:head binding="#{Page1.head1}" id="head1">
    <ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
    </ui:head>
    <ui:body binding="#{Page1.body1}" id="body1" style="-rave-layout: grid">
    <ui:form binding="#{Page1.form1}" id="form1">
    <ui:table binding="#{Page1.table1}" id="table1" style="height: 488px; left: 24px; top: 120px; position: absolute; width: 1376px"
    title="Table" width="1376">
    <ui:tableRowGroup binding="#{Page1.tableRowGroup1}" id="tableRowGroup1" rows="10" sourceData="#{SessionBean1.columnProvider}" sourceVar="currentRow">
    <ui:tableColumn binding="#{Page1.tableColumn1}" headerText="field1" id="tableColumn1" sort="field1">
    <ui:textField binding="#{Page1.textField1}" id="textField1" text="#{currentRow.value['field1']}"/>
    </ui:tableColumn>
    <ui:tableColumn binding="#{Page1.tableColumn2}" headerText="field2" id="tableColumn2" sort="field2">
    <ui:textField binding="#{Page1.textField2}" id="textField2" text="#{currentRow.value['field2']}"/>
    </ui:tableColumn>
    <ui:tableColumn binding="#{Page1.tableColumn3}" headerText="field3" id="tableColumn3" sort="field3">
    <ui:textField binding="#{Page1.textField3}" id="textField3" text="#{currentRow.value['field3']}"/>
    </ui:tableColumn>
    <ui:tableColumn binding="#{Page1.tableColumn4}" headerText="field4" id="tableColumn4" sort="field4">
    <ui:textField binding="#{Page1.textField4}" id="textField4" text="#{currentRow.value['field4']}"/>
    </ui:tableColumn>
    <ui:tableColumn binding="#{Page1.tableColumn5}" headerText="field5" id="tableColumn5" sort="field5">
    <ui:textField binding="#{Page1.textField5}" id="textField5" text="#{currentRow.value['field5']}"/>
    </ui:tableColumn>
    <ui:tableColumn binding="#{Page1.tableColumn6}" headerText="field6" id="tableColumn6" sort="field6">
    <ui:textField binding="#{Page1.textField6}" id="textField6" text="#{currentRow.value['field6']}"/>
    </ui:tableColumn>
    </ui:tableRowGroup>
    </ui:table>
    <ui:dropDown binding="#{Page1.dropDown1}" id="dropDown1" items="#{Page1.dropDown1DefaultOptions.options}"
    onChange="common_timeoutSubmitForm(this.form, 'dropDown1');"
    style="position: absolute; left: 48px; top: 24px; width: 240px; height: 24px" valueChangeListener="#{Page1.dropDown1_processValueChange}"/>
    </ui:form>
    </ui:body>
    </ui:html>
    </ui:page>
    </f:view>
    </jsp:root>
    and the code of the valueChange-Method:
    public void dropDown1_processValueChange(ValueChangeEvent event) {
    getSessionBean1().getColumnProvider().commitChanges();
    List positions = getSessionBean1().getColumnProvider().getColumnList();
    Is there some explanation for this behavior or it�s really a bug in the way how the drop down is submitting the form? I would understand it when commitChanges is not working here because of auto submit on change (==immediate?). but once it works und once it doesn�t work!

    Hi There,
    Not sure what you mean. Have you tried Netbeans 6 yet. Do you see same behaviour in it as well?
    This might be of help to you
    http://www.netbeans.org/kb/55/dropdowncomp.html
    Thanks
    K

  • Drag & drop solution - submit form

    Hi
    I'm creating some drag&drop page.
    My page looks like:
    <af:subform id="ListID">
    <afh:script source="/drag_n_drop.js"/>
    <af:table value="#{myBean.list}" var="item" >
    <af:column>
    <af:outputText value="#{item.data}" onmousedown="initDrag()" onmouseup="doDrop()" />
    </af:column>     
    </af:table>
    <af:inputHidden value="#{myBean.dragID}"
    valueChangeListener="#{myBean.drop}" id="dragID" />
    </af:subform>
    Now in initDrag() I'm able to properly get ID of dragged item and put it in hidden element.
    How should look my doDrop() javascript handler?
    Simple submit on proper form doesn't propagate dragID to bean and valueChangeListener isn't triggered.
    When I add on page simple commandButton, and push it instead of calling doDrop() function, everything works fine.
    I can also reuse javascript function from onclick in such button and it works (with buttion on page). However I don't want there be any button.
    What do I miss?
    Thaks
    Telcontar

    Hi there,
    As per the current design, 'Auto Submit' works only for correct answers. You can try adding the following advanced action in case if you don't want to report the Drag and Drop interaction.
    1. Create a user variable called 'count' with value '0'.
    2. Create a conditional action with the following statements.
    Assume your total number of Drag sources is 4, and then create a conditional action with the following statements
    Select the Target Object, Click on the 'Accept' button from Drag and Drop Properties Panel. (Accepted Drag Source dialog should open up)
    Set 'On Drop action' as Execute Advanced action, select the advanced action created in the above step, (set it for all sources).
    This action gets triggered while dropping sources and the else part gets executed on drop the last source object and movie continues to the next slide
    As I mentioned before, this doesn’t actually submit the question so it won’t work with 'Reporting' scenarios.
    Thanks,
    Nimmy Sukumaran.

  • How to auto collect form responses and get an email notification?

    Is there a way to auto collect form responses AND get an email notification? Currently I have my form set up to auto save and collect the responses and its working well but I cannot figure out how to add an email notification as well so we know when to check for new submissions.

    [discussion moved to FormsCentral forum]

  • Is a good practice store pages into ECM ?

    Hello there.
    My team is building a portal that will be composed by a template/skin and some static pages. We think to put this pages into ECM, there is a good practice? How could i internacionalizate ?
    Thanks you.

    Why you need to store html pages in ECM ?Is it really required?
    If not then why you use mutiple time ucm calls to fetch html pages.
    Best practice to store static contents in PortalAssets projects.As per the documentation -
    http://docs.oracle.com/cd/E23549_01/webcenter.1111/e10273/createapp.htm
    PortalWebAssets is also a project. PortalWebAssets are intended to include static resources, like HTML and image files, in a newly created portal web assets project.
    Here is the link on how to build multilingual webcenter portals-
    http://docs.oracle.com/cd/E25054_01/webcenter.1111/e10148/jpsdg_languages.htm#CJAIIAJF
    Apart from your query on internationalization of webcenter ,what kind of objectives you have.
    you can manage simply by calling JSTL with EL and UCM mix to achieve it.But again it is simple form.
    <c:if test=${view.locale=='en'}>
    call ucm english content
    </c:if>
    <c:if test=${view.locale=='ar'}>
    call ucm arabic content
    </c:if>
    Hope it helps you,
    Regards,
    Hoque

  • Auto Submit option on calendar

    Try as I might, I can't get a calendar component to auto submit when a new date is selected....the auto submit option is ticked on the sub menu....the onChange code (common_timeoutSubmitForm(this.form, 'calendar1');) is there, but nothing happens in either firefox or internet explorer.....and I can't find a solution anywhere
    Any ideas??

    Hi Edwin,
    When I change a start date, I want to check if it is
    greater than end date and automatically change the
    end date to be the same as start.I'm not sure I understand. How are you changing the startDate? The current calendar requires one to choose a startDate and endDate in advance before rendering. So your app needs to decide what the interval should be and set the startDate and endDate in the init() or prerender() method. The page will then be rendered, then the user chooses a date and submits the page, then your app can then access the selectedDate property.
    I agree that the calendar is difficult to use. For one thing, I think the basic function of a calendar or date picker type component should be to choose any date at all. I think we need a new calendar component to solve this problem and to fix a number of other bugs with the current one. So the best I can do is to offer some workarounds.
    BTW, as part of my component authoring work, I am developing a sample DHTML calendar that does solve some of these problems. It could be the basis of an improved popup calendar. I hope to publish it soon.
    >
    I have tried several javascript onchange event and
    this never gest fired. The onclick works, but not
    want I want.OK, I don't remember what I tried before.
    >
    Setting auto-submit to on never fires the calendar
    validate or valuechange events.Yes, auto-submit does not work, but does it need to? I can't think of a common use case where a user selects a date and it would automatically submit the page. I've surveyed several calendar components on the web and do not see any with an auto-submit feature. Is it not possible to add a submit button to the page next to calendar.
    Thanks for your feedback.
    -Edwin
    Creator team
    http://blogs.sun.com/edwingo/

  • Upgrade from 8.2 to 9.0 - buttons missing to submit form

    Hello everyone,
    We have upgraded to LiveCycle ES2 from LiveCycle ES.
    When we open the tasks via Workspace ES2, the buttons are missing to submit form. Buttons which should be there because "User must select a route to complete this task" option is selected; and it was working fine in version 8.2. There is only a submit button which appears on the form.
    Could you advice about the case please?
    Thanks in advance
    Sedat,

    Hi Sedat,
    which version of Adobe Acrobat/Reader are you using? Seems that you're using Version 8.x, right?
    Nico

Maybe you are looking for

  • Exchange Server CCR 2007 unable to see the File Share Witness resulting in mailbox failover ?

    Hi people, Here's my Exchange Server 2007 SP3 in the ideal and normal situation: Mailbox Server (CCR – Stretched Cluster) Nodes PRODEXMBX01-VM (Active Mailbox, Quorum) – 10.1.1.53 DREXMBX01-VM (Passive mailbox) – 192.168.1.88 Hub Transport and Client

  • Not starting up after updates

    I just got a G3 iBook 500Mhz 384Mb off ebay, OS10.4.9, which worked fine. So I decided to install some of the available software updates, instead of just letting it be! A couple of iphoto updates, keynote, iweb, java, final cut, etc,went in fine unti

  • IPhoto not displaying images

    If I open an album in iPhoto, all images are at first shown on screen. But when I scroll down, they disappear, turning into blank boxes. If I click on those boxes, nothing appears. Any ideas? Thank you.

  • Mouse acting all crazy in 10.3.9

    My mouse has been acting really funny in 10.3.9 I have pplugged it into my laptop and had no problems with it so i am thinking it is on my G4. It bounces all over the place, I have no control of it. Often it freezes and I mess with the connection and

  • How to convert .MP3 files into .AAC with iTunes 10.5.2

    Im running a Mac OS X 10.5.8, and my iTunes version is 10.5.2. I want to convert .MP3 files into .AAC using iTunes, but no option is given for me. What should I do?