Submit Button always active

I have online fillable pdf forms. but it is quite irritating as I have a few forms that our customers fill in and they can submit multiple times and all it says at the top is form data sent. How  can the submit button be deactivated when the forms is sent? it is good to restrict respondents from sending the same form twice Can adobe team explain to us how this can be avoided?
thanks
honory

It is solved! I did not have to enable those triggers after all.
It looks like it had something to do with a problem with the FND_GLOBAL package. Because in addition to the symptoms above, when using FNDCPASS to change the schema passwords, I was getting this error:
APP-FND-01564: ORACLE error 4068 in afpobinit
Then I researched and read the following notes and previous thread:
MOS 1070973.6 ERRORS SIGNING INTO ORACLE APPLICATIONS: APP-1564, ORA-6550, PLS-302
Error running SQL and EXEC commands in parallel
And I did the following fixes:
1. Run adadmin--> 4 -> 2 -> Recreate grants and synonyms
2. As the apps user, recreated the package FND_GLOBAL by running these scripts in this order:
cd $FND_TOP/patch/115/sql/
sqlplus apps/apps
@AFSCGBLS.pls
@AFSCGBLB.pls
ALTER PACKAGE FND_GLOBAL COMPILE BODY;
@AFSCCTXB.pls     
@AFSCCTXS.pls
ALTER PACKAGE FND_GLOBAL COMPILE BODY;
3. Run adadmin--> 4 -> 2 -> Recreate grants and synonyms
4. Adadmin -> Recompile apps schema.
5. While this was probably not part of the fix, was doing this anyway as part
of the cloning steps:
Adadmin -> Generate Jar files (Force)
chmod 755 $COMMON_TOP/_pages     
rm -rf $COMMON_TOP/_pages/*     
$FND_TOP/patch/115/bin
ojspCompile.pl compile flush -p 20 –log /tmp/ojsp.log
6. Brought up the instances - and active users and active responsibilities works
again!
Thanks Hussein for jumping on this as usual! Marvin.
Edited by: MarvinHecht on Sep 2, 2012 11:44 PM

Similar Messages

  • Keeping Submit button always visible

    I have a huge dynamic form that scrolls down. I want to know if it is possible to keep the submit button that is shown at the top of the page to be always visible even if one scrolls down the page. I am using designer 8.
    Thanks

    If formcalc:
    in the change event of the checkbox put:
    if ($ == 1) then
    StaffSubmit.presence = "visible"
    else
    StaffSubmit.presence = "hidden"
    endif
    in the click event of the button put:
    StaffSubmission.presence = "hidden"
    $.presence = "hidden"
    in the docReady event of the button put:
    if (StaffSubmission == 1) then
    $.presence = "visible"
    else $.presence = "hidden"
    endif

  • 'ENTER' key for Submit Button

    Hi,
    I have 1 inputfield , 1 dropdown and 1 submit button in a page. I want to execute submit button always when you click 'ENTER'.
    Now when i click enter from inputField it process something and in background there is no event triggered.But from dropdownbox nothing happens when i click 'ENTER' key.
    Is there any way to assigne 'ENTER' key to the submit button(<htmlb:button) always?
    Thanks in advance
    AP

    Hi,
      It looks like SubmitOnEnter is not available in my verions of htmlb. I just looked into some javacode,
    I have 2 page, Initial and Report,
    Initial page has the code,
    <script>
    document.onkeydown=function(){
    if(event.keyCode==13){document.forms.initial.submit()}}
    </script>
        <htmlb:form id     = "initial"
                    method = "post"
                    action = "Report.htm" >\
          <htmlb:inputField id            = "TranNumber"
                            type          = "string"
                            value         = "<%= INIT-TranNumber %>" />
          <htmlb:button id      = "SUBMITVALUES"
                        text    = "EXECUTE"
                        onClick = "HandleSubmit" />
    </htmlb:form>
    Report page captures it as,
    CLASS CL_HTMLB_MANAGER DEFINITION LOAD.
    IF event_id = CL_HTMLB_MANAGER=>EVENT_ID.
      DATA: EVENT TYPE REF TO CL_HTMLB_EVENT.
      EVENT = CL_HTMLB_MANAGER=>GET_EVENT( runtime->server->request ).
      IF EVENT IS NOT INITIAL.
        CASE EVENT->ID.
          WHEN 'SUBMITVALUES'.
            DATA: TranNumber TYPE REF TO CL_HTMLB_INPUTFIELD.
             TranNumber ?= CL_HTMLB_MANAGER=>GET_DATA(
                          request = runtime->server->request
                          name    = 'inputField'
                          id      = 'TranNumber').
        ENDCASE.
      ENDIF.
    ENDIF.
    Basically the no event is not fired. so it is not coming into the Case.
    How to handle this?
    Thank you
    AP

  • How to remove submit buttons on workspace and use submit buttons on PDF instead?

    I am working with LiveCycle ES2. I will get submit buttons automatically render on workspace according to routes i designed after User component. However, I do not want that submit buttons on Flex. I would like to use submit buttons on PDF as designing in LiveCycle Designer.
    Could you please give a suggestion on this?
    Mac

    You would also want to ensure that the Adobe LiveCycle Form Bridge is not on the form.
    Here are some scenarios, from the Workbench help, which may help:
    If your process uses Adobe XML forms (XDP files), you can render the form to PDF and then use the Inject Form Bridge operation. To render to PDF, you use the renderPDFForm operation that the Forms service provides.
    Workspace ES provides a Complete button that users click to submit their forms. However, forms can also include submit buttons. When the Inject Form Bridge operation is used on a form, Workspace ES either hides the submit button, or disables the Complete button.
    Form design
    Result
    Design: The form includes no submit button.
    Result: Workspace ES disables the Complete button and users cannot submit the form.
    Design: The form includes one submit button.
    Result? Workspace ES hides the submit button and enables the Workspace ES Complete button.
    Design: The form includes a button (indirect submit) that points to a submit button (direct submit)
            Indirect-submit buttons always take precedence over direct-submit buttons, even if multiple submit buttons exist. Workspace ES always shows the indirect submit buttons.
    Result: Workspace ES hides the submit button and enables the Workspace ES Complete button.
    Design: The form includes multiple indirect-submit buttons that point to one or more direct-submit buttons.
    Results: Workspace ES disables the Workspace ES Complete button. The user must click the appropriate button on the form to submit it.
              The user can still save a draft version of the form or take the form offline
    Design: The form includes either an indirect- or direct-submit button in a repeating subform.
    Result: Workspace ES excludes these buttons for submitting the form in Workspace ES.
    Note: When the submit button that was added to the form design with the Process Fields form object to the form design is hidden, the button still provides the functionality for submitting the form.
    Submit requests are handled by Workspace ES, which acts as an intermediary between the LiveCycle ES server and the form. Also, forms can be used both offline and online.
    Hope that helps.

  • The submit button in compressor wont become active , even after I assign...

    The submit button in compressor wont become active , even after I assign presets and destinations to source files. Ive read compressor help and I cant find anything that relates to this problem. Could anyone please help me out, id really appreciate it.
    permahex
    IBG4 - MBP   Mac OS X (10.4.6)  

    Please list what exactly you're doing and what versions of the relevant software you're using. All those details do matter.

  • Multiple submit buttons in a jsp form?

    I've been doing some research and found out that multiple buttons in a JSP form are possible by two ways:
    - We can obtain the value of the submit button to know which one was clicked in the parameters of the request using the name of the buttons (which should be the same for all the submit buttons).
    - We can change the submit destination using Javascript (Horrible solution since I want my web site to be safe to be used even if Javascript isn't active in clients browsers. I will use it of course since we can do amazing things with it but I want my website to be able to work without it also)
    WHAT annoys me is the fact that the value of a submit button is also his text, so if I change the text of the submit button, I will always have to check the servlet to do the corresponding change.
    Is there a third choice to be able to use multiple buttons?
    Olivier Voutat

    It seem rather convoluted at first but it's really good. I've not worked with JSF so I've no idea how that compares but from what I know, Craig McClanahan, who came up with Struts, worked on JSF also, so I guess it could only improve on Struts.
    EDIT: Here's a search result on Google'ing his name: http://www.theserverside.com/news/thread.tss?thread_id=29068
    But like I said, you don't have to use Struts ( which only uses standard JSP/ Servlets stuff anyway ), you simply use one of the ideas from it.
    For example; you have a properties file, say "/WEB-INF/properties/myProps.properties" with these entries:
    #USERS MODULE
    users.button.save=Save User
    users.button.search=Search User By Name
    users.button.delete=Delete UserThis would be a key: users.button.save to the value Save User
    Now, in your JSP, you use JSTL <fmt> tags:
    <fmt:setBundle basename="properties.myProps"/>
    //set the resource bundle you want to use
    //and create buttons with the proper values
    <input name="myButton" type="submit"><fmt:message key="users.button.save"/></input>
    <input name="myButton" type="submit"><fmt:message key="users.button.search"/></input>This would create buttons with text "Save User" and "Search User By Name" respectively
    Now, finally, in your servlet:
    //create a map of the properties,
    //possibly on app startup using a ServletContextListener
    //and put it in the servlet context for access everywhere
    HashMap myProps = (HashMap)getServletContext.getAttribute("myPropertiesMap");
    String buttonClicked = request.getParameter("myButton");
    if ( buttonClicked.equals((String)myProps.get("users.button.save")) )
    //perform save action
    else if ( buttonClicked.equals((String)myProps.get("users.button.search")) )
    //perform search action
    //etcYou'll obviously want to optimize this. Perhaps make a method that handles the comparison so you can have neater if conditions. But you get the idea, right?
    Edited by: nogoodatcoding on Oct 4, 2007 8:12 PM

  • Cannot Change Identities / Email where Submit button emails responses to

    I have created, entiriely, in LiveCycle a form. When it is distributed it AUTOMATICALLY inserts my own email to where the repsonses go to. Cannot - REPEAT CANNOT- Alter it.
    THIS IS NOT THE SUBMIT BUTTON THAT YOU PUT INTO A FORM.
    This is the "Submit" that is automatically generated and put into the PDF TAB when a form is distributed.
    I've gone into Acrobat / LiveCycle and changed "identies" but the response STILL goes to my Email. It NEVER picks up my changed Identity - and shows my own email and not the one I want responses sent to.
    Rebooted after chainging Identities  - STILL goes to my email.
    Edited in the Acrobat - STILL - goes to my email - SUBMIT button (automatically created when you distribute the form) ALWAYS says to send to my email.
    Edit the options/properties to change - MY EMAIL IS GREYED OUT AND CANNOT ALTER IT IN THE DISTIBUTON panel where you can select options as how the form is distrubited - selecting EMAIL response to form submission.
    It ALWAYS SHOWS my Active Directoy LOGON ID as the form OWNER - CANNOT CHANGE IT.
    We are IN an Active Directory environemnt and my logon account has NO RIGHTS to change MASTER registry Win7 entries at all - only (like normal) my own preferences - BUT LIVE CYCLE / ADOBE DOES NOT CHANGE ANYTHING with email at all concerning the auto email sent to portion. I can change "sent by" but NOT who I want responses sent to.
    Cannot FIND at all any XML preferences file in registry / file system to hack and manually change it.
    You look at the XML data in the form and it shows my email address - AND ALL XML data is BLOCKED from being edit at all in the form - and NO idea where it is pulling this information from.
    Is there ANY WAY at all to change --- WITHOUT WRITING ANY CODE - to alter where a distributed form is to send email repsonses to.
    CANNOT, REPEAT CANNOT - use any cloud, online or any external source at all. Cannot use Acrobat.com.
    Thanks,
    Tom

    The email address is coded into the server script file that processes the form data.
    Look for the below file on the server and see if you can open it and locate the email address. It's a Cold Fusion file
    act_email.cfm

  • InfoPath: Submit Button on Editing Tools Menu

    SharePoint 2010
    InfoPath 2010
    Web Browser Form
    I have successfully created and published my Web Browser Form and all is working.  The first 5 fields in my form are Text (string) fields, and the last field in my form is Rich Text (XHTML) since we need word wrap.  When the user clicks and enters
    text into the Rich Text field, the [Editing Tools/Format Text] menu becomes the active menu on the toolbar, and, of course, the Submit button is not on that menu.  I anticipate that the user will not know to click back on the Edit toolbar to see the Submit
    button.
    My questions are; is there any way to have a Text (string) field word wrap?  If not, how do I get the Submit button on all of the menus?
    Thank you.

    you can always add a submit BUTTON to your form (this happens quite frequently, and is often located at the bottom of the form)
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Submit button greyed

    in compressor i cant submit a job as the submit button is always greyed out

    HI Naramine, I'd propose the reason the "submit" button is greyed out is becaus ethe CLUSTER where you want to submit the job is probbaly not fully resolved. I'll assuem you are using Compressor.app V4 (the one with FCPX July 2011). Try this to see if this is true...
    start up compressor.app
    wait 30 seconds (seriously!.. unless you can determine that all the qmaster stuff has started.
    use the Compressor.app | "Compressor" application menu | "Reset Background Processing..." - this could take a few mins depending on your host.
    in Lion OSX 10.7.2, use your pen/track pad (or mouse thing) and hover over the COMPRESSOR.app icon in the dock. Then right gear down / control+click/ two fingers/ right mouse button on the COMPRESSOR.icon and see ifthere are any ACTIVE SERVICES there for a cluster. (Its likethe old compressor v3.5 in the meu bar that is not there in compressor v4)... what no tasks??? well then do the follow.. in fact do the following anyway...
    use the Compressor.app | "Compressor" application menu | Apple Qmaster | Share this Computer | to get up the Qmaster Prerences... and do the following
    in the setup tab uncheck both the Rendering and Compressor tick boxes. DONT UNTICK THE "SHARE THIS COMPUTER".. yet.. you will do this next. This step gracefully shutdown the rendered and compressor subtasks.Reply oK and your password....then
    in the go back into the QMaster prefs as above and in the setup tab uncheck "share this computer". This seems toterminte the qmaster task. reply ok and your password. NO qmaster should be mostly shitdown except the controller I beleiev.
    now QUIT compressor.app
    IN this step, please move or DELETE the your-home-directory/Library/Application Support/Apple Qmaster folder (~/Library/Application Support/Apple Qmaster). Qmaster will rebuild this.. no worries!
    restart/Launch Compressor.app V4
    use the Compressor.app | "Compressor" application menu | Apple Qmaster | Share this Computer & go in and resetup your cluster.  Under options setthe number of compressor instances to this rule of thumb compressor instances = rounddown(Amount of RAM in GB / 2) ... this is used for SEGMENTED TRANSCODING (use segmenting). If you dont need Rendering (Shake Maya, Nuke) then leave Rendering unchecked. YOu can use a Quickcluster howevere I've found for me and others that a managed cluster (use Apple Qadministrator.app) seems peculiarly more reliable... beats me.
    now take a breath for 30 secs to a minute.... wait for Qmaster to get up an running.... then.
    in Compressor.app, Mount the cluster storage .. (+shIft+M). Now this is a good test. IF THE CLUSTER NAME COMES UP IN THE LIST it means THAT THE CLUSTER infrastucture is working.... no please be patient here.. this could take a minute or two.. depending on your system.. and also do
    in Lion OSX 10.7.2, use your pen/track pad (or mouse thing) and hover over the COMPRESSOR.app icon in the dock. Then right gear down / control+click/ two fingers/ right mouse button on the COMPRESSOR.icon and see ifthere are any ACTIVE SERVICES there for a cluster. You should see the number of compressor services to be the number of instances you specified earlier in step 11.
    now... add a movie and try to submit the batch to the cluster. Hopefully the submit button will not be greyed out. (DONT SUBMIT FROM FCPX just yet..... just add a job a movie in Compressor to see if it works).
    Summary: yo hav cleaned out compressor's state information and by using the steps 13 and 14 you can be assured that the cluster is there. DOnt rely too much on teh Share Monitor.app.. it seems to break a bit...
    post your results
    Warwick
    Hong Kong

  • Clicking twice on a Form submit button

    I have problem that I need either help on solving or ideas on a different solution please.
    I have some code in a request scope backing bean that sets a Boolean in a session cope bean to true. This indicates that the form has been submitted within this session.
    So if a user tries to submit the same form in the same session, the form backing bean will check the session bean property, see that it is set to true and the method which handles the Form�s commandButton in the backing bean returns null, with a message saying that the form can not be resubmitted.
    Also within the session bean I set a property that indicates if a credit card payment was made or not, and when the form backing bean sends its message on a form resubmit, it also informs the user if a credit card transaction had actually occurred or not.
    This works fine when you fully submit the form and return to the form page and try to resubmit it. But (there always is a but) when originally submitting the form, if a user clicks the submit button once, and then once again in quick succession (not a double click though) the session form property that gets set to true when the credit card payment is made does not get resolved correctly. It gets resolved as false (this is how it is initialized), even though it was set to true as a result of the first click.
    Only in the case of the clicking twice scenario I get an exception in the log file, which I can�t trace back. The request is directed through a filter �OrderAccessControlFilter� which seems to mask where the exception originally occurred.
    Sorry for the long explanation, I would appreciate any help.
    Below is the exception:
    10-Feb-2005 10:55:16 com.sun.faces.lifecycle.InvokeApplicationPhase execute
    SEVERE: Index: 0, Size: 0
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:507)
         at java.util.ArrayList.remove(ArrayList.java:392)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:271)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.syndero.lingo.order.OrderAccessControlFilter.doFilter(OrderAccessControlFilter.java:199)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    10-Feb-2005 10:55:16 com.syndero.lingo.order.OrderAccessControlFilter doFilter
    SEVERE: Error in OrderAccessControlFilter:
    javax.servlet.ServletException: Index: 0, Size: 0
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:209)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.syndero.lingo.order.OrderAccessControlFilter.doFilter(OrderAccessControlFilter.java:199)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)

    Hi,
    I am also facing the same problem. I have 2 buttons on my page, enable and disable. When I click enable and then disable in quick succession, the application crashes.
    Also, I put in some System out statemets in the button handlers and found out that a new thread is spawned for every request made. Each if this thread tries to service all the actions performed on the page.
    For eg : if i click on Enable and the Disable in my application, the flow is like:
    1. Thread 1 goes into the enable handler
    2. A new Thread 2 goes into the enable handler
    3. Thread 1 returns from enable action
    4. Thread 1 goes into the disable handler
    5. Thread 2 returns from enable handler
    6. Thread 1 returns from disable handler.
    7. Application crashes.
    Can anyone please explain this flow?
    Thanks,
    Mahajan.

  • Why is Submit Button Greyed Out on Compressor

    Just recently, I have been unable to submit a video for compression. As always, I drag on the compression I want to use and select the destination. I hit the first submit buttn and the window drops down asking for the name of the batch. I enter the name but on this window the submit button is greyed out and I cannot submit the project for compression.
    I looked at past instances of this problem and I downloaded and ran Compresser Repair 2.2, but the problem remains.
    Any ideas would be greatly appreciated. I have never had this problem before.
    Barry O'Brien
    Compressor 3.5.3
    FCP 7.0.3
    OS 10.6.8

    Russ,
    No worries. Yesterday, I brought the Apple Clean Install instructions to pointed out to me to my IT guy I had him do a clean intall of Compressor using the outline and the problem was solved. It took him an hour. It would have taken me 1/2 a day!
    I did have one good bit of advice suggested by Jason Brown over at Creative Cow, but I didn't have time to research it - and my computer was already on my IT guy's bench. He said:
    "Let me start by saying I'm not an expert...just a user, so I could be wrong.  BUT  I fixed my issue after installing fcpx, it moved compressor to a subfolder in applications, but not the Qmaster app. When I ran update, it updated Qmaster to 3.5.3 but compressor was just on 3.5  I took compressor out of that folder, ran update again and they were same version number. U can check version number by looking about under file menu. For Qmaster, select app, get info and its in there."
    I think he is suggesting that Emaster and Compressor need simultanious updats, and to do that Apple has to be able to find the files. The fact that Apple has the clean install for Compressor so available and in multiple locations suggsts to me that this is a common problem.
    One of the Creative Cow guys said that his production company does complete clean installs off all apps on all machines every 12 to 16 months!
    Well, I declare this issue fixed, and thank you for all your help and advice. Hopefully, someone else will find this thread and it will be helpful to them.
    Regards,
    Barry

  • How to add multiple records in table thru form via Submit button

    Hi all
    i have small requirement as follows.
    i have a view in which i have 3 UI elements one is webdynpro form,Table UI element and third one is submit button.
    now at runtime when i will enter the details in the form and click on the submit button then those record details has been stored in Table. then next time again when i submit the form with details then the table contains all records of current and existing ...so table has to maintain mutile records thru form via submit form..
    i need sample code on the same.
    points are always rewardable
    Thanks
    Sunil

    Hi,
    Create one context attribute and map it to the Inputfiled and one submit button, create a node with a valueattribute map it to a Table and in onActionsubmit write this code
    public void onActionsubmit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionsubmit(ServerEvent)
        String str=wdContext.currentContextElement().getInputfiledattribute();
        IPrivateTableformView.ITablenodeNode node=wdContext.nodeTablenode();
       IPrivateTableformView.ITablenodeElement ele=node.createTablenodeElement();
       ele.setNodeattribute(str);
       node.addElement(ele);
        //@@end
    thanx,
    ramani.p

  • Submit button  from Interactive adobe form in Web Dynpro ABAP

    Hi all,
    We seem to be having a problem with the 'submit' button on the Interactive Form for the Web Dynpro ABAP.  The submit button is from the Web Dynpro active X or web Dynpro Native in the form designer. The submit button doesn't trigger the action in Web Dynpro. we are currently running on support pack 9 for the ABAP stack. We have Internet Explorer browser version 6.  Could someone tell me if there are requirements for the IE version that will work in conjunction with a particular ABAP stack version.  And, are there specific IE security settings or administrative privilages required with this version of the ABAP stack.  Or, any other ideas as to why this does not seem to work. 
    Thanks in advance,
    Michelle Hong

    Hi Michelle,
    Could you tell me how you resolved the problem - as I'm facing exactly the same issue!
    Many Thanks
    Christine

  • Submit Button in Interactive form is not Triggering (Webdynpro Java)

    Hi,
    I have developed one application for Online intractive form.I have  created one text box and one submit button in Intractive
    Form.I created a Action method Submit.I have bound the onActionSubmit() method to  onSubmit Event of Intractive Form.
    For testing i am putting some value in text box and Clicking Submit button.I have set the debugger in onActionSubmit()
    method.But when I am Clicking Submit button, onActionSubmit() method is not triggering.I have
    1. I have used Submit to SAP button (Pallet>Library>Web Dynpro).
    2.I have ACF(Active Control Framework) instalation.
    3.I have WAS 6.4 and NWDS 04.
    4.I have SAPForms.api in   Program Files\Adobe\Acrobat 7.0\Reader\plug_ins path.
    One Value Node DataSource (Cardinality 1..1) is binded into dataSource Property.And pdfSource property is binded to one value
    attribute of binary Type.
    I have done one application where i am getting data from R/3 System and displaying in PDF ,It is working fine.
    I got below error in Log File for the above two applications.But geting the data from R/3 and displaying in PDF is working
    fine even if it is giving below Error in Log
    ClientJTSInterceptor.receive_reply
    [EXCEPTION]
    org.omg.CORBA.BAD_PARAM: Not found ServiceContext with id=0  vmcid: OMG  minor code: 1A completed: Maybe
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.get_reply_service_context(ClientRequest.java:284)
         at
    com.sap.engine.services.ts.jts.ots.PortableInterceptor.ClientJTSInterceptor.receive_reply(ClientJTSInterceptor.java:91)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:133)
         at com.sap.engine.services.iiop.internal.giop.ClientRequest.dealReceiveReply(ClientRequest.java:125)
         at com.sap.engine.services.iiop.server.portable.Delegate.invoke(Delegate.java:282)
         at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:486)
         at com.adobe.service._ControlAgentStub.done(_ControlAgentStub.java:83)
         at com.adobe.service.ProcessResource.onCommit(ProcessResource.java:609)
         at com.adobe.service.ResourcePeer.invokeCommit(ResourcePeer.java:130)
         at com.adobe.service.J2EEResourcePeerImpl.commit(J2EEResourcePeerImpl.java:124)
         at com.sap.engine.services.ts.jta.impl.ResourceList.commitTwoPhase(ResourceList.java:80)
         at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:355)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:174)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at
    com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:214)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please Suggest.
    Thanks & Regards
    muna

    Hi Muna,
    May ADS is not configured in server properly.
    Check the below link. I hope it will  help you.
    Re: no action got executed corr to SubmitToSap button of Interactive forms
    Thanks
    Siva Arikatla

  • Problem with Submit Button in Adobe Forms Central

    I have a PDF form that I uploaded to Adobe Forms Central.  I created the fillable fields & the submit button in Forms Central.  I have several documents like this.  All have worked in the past.  Today on my latest file, the submit button doesn't always work.  I am getting some submissions, but some people have reported to me that the submit button does not work.  I tested it myself to see.  I had to create a Digital ID for myself, which seemed to work fine.  But when I click on submit, the form says "Submission Failed.  This form can no longer be submitted. Please contact the author."  I'm the author & don't know what the problem is.  Anyone know what the problem could be?

    The form is open. I should have mentioned that I made sure to check that first.  The form was created by uploading an existing PDF file that I created from a MS Word file to Adobe FormsCentral. Once the form was completed, I had a coworker test it & it worked.  We sent the form out & I have received some back, but have also received reports of the form not working.  I downloaded the form to my computer & tested it using Adobe Acrobat 9.0 Standard.  I use a Windows environment on a Dell laptop.  The form does not work for me.

Maybe you are looking for