After submit button selected dropdown entry is lost!

Dear All,
I have a problem as below..
I created a static dropdown list of Webdynpro enumerated type.
Using online scenario after I press webdynpro native submit button, the selected entry is getting lost.
I guess this is due to the control is given to Webdynpro and the form is loaded again with default entries in Initialzation
I want to keep/retain the selected entry even after hitting SUBMIT button.
Please advice me how to resolve.
Regards,
Srinivas
Edited by: srinivas aare on Mar 2, 2010 9:09 AM

Hi Robert,
Thanks for the reply.
Submit(Webdynpro Native) is giving the control back to Webdynpro but user can still stay on the same page after hitting submit button, Ideally I should have taken the control back to the main screen to avoid this issue after submitting. But I want the user to see what information they have submitted in read only mode.
Can you tell me what do you mean by temporary structure Do I have to maintain the same structure twice in Webdynpro context?
Can you please explain me clearly on "save my info in a temporary structure (matching my context)"?
Where do we maintain the structure in WebDynpro copntext or is there any other place like interface?
And how can we influence the same binding to tell the elements on form to get values from temporary structure?
Many tanks in advance..
Regards,
Srinivas

Similar Messages

  • How to set cursor after submit via selection-screen

    hi guys,
    i would like to set cursor to certain field, after submit via selection-screen.
    eg.
    SUBMIT   z_mm_kbr_gr_label_01
                VIA SELECTION-SCREEN
                WITH p_mblnr = p_mblnr
                WITH p_zeile = p_zeile
                WITH p_gjahr = p_gjahr
                WITH p_ccode = p_ccode
                WITH p_dcode = p_dcode
                WITH p_crt = p_crt
                WITH p_print = p_print.
    i want to set cursor field 'p_ccode' after going back to
    z_mm_kbr_gr_label_01. the program always go to the first field on the screen whatever i do.
    may i know how to do this?
    thanks.

    Hi,
    Please try like below .
    at selection-screen output.
    SET CURSOR FIELD  'P_CCODE' .

  • Safari 5 doesn't open new pages after website button selected

    Hi. I am unable to load some websites after selecting some buttons on popular sites including PayPal and www.ryanair.com.
    Actually I am unable to book a flight ticket and I had to visit my friend to do so on his computer. The same happens when I try to log in into PayPal account. After hitting *"Log In"* button there is NO action with Safari 5. No new Tab, no new window, no progress bar... Nothing.
    The same happens with my MacBook. At ryanair.com after selecting the flight I am unable to proceed by hitting the button *"Select and Continue"*. Button *"New Search"* works normally.
    Exactly the same situation on both Macs. Latest Safari 5 update. Both websites works under Firefox on both computers.
    Does anybody has any idea what might be the problem?
    I have repaired permissions already - no help.
    Thanx a lot for any ideas.

    Ok...
    Uppps, there is one change - PayPal site shows some action in the status bar, but without an effect.
    If you are connecting to the internet using a cable modem, try disconnecting for 5 minutes, then reconnect and relaunch Safari.
    See if you have any Safari third party plugins... Safari: Add-ons may cause Safari to unexpectedly quit or have performance issues
    If the problem isn't third party plugins, install the v10.6.3 Combo Update It's ok to do this even if you are already running v10.6.3.
    Then repair disk permissions (again).
    Also, have you tried using a different browser??? Always good to have a back up.
    Logging into another user account, try Safari there. If you have the same problems there, then it's a system wide glitch, not just isolated to your user account.

  • Compressor does not start the job after submit button clicked.

    Hello All,
    FCP 6.0/ Compressor 3.0.5
    I am trying to export a section of a FCP timeline sequence (set with in and out) thorugh Compressor, into a couple of video formats (DVD and a custom H.264). After I set the destination and make surte that the source file is in place, I press "Submit" button and again "submit" from pop-up window and nothing happens. No usual window with the job processing appears, like it ussually does. I restarted programs and computer and no change. Compressor quitted unexpectedly few times within the same process of initiating export from FCP. I tried test export from a different FCP project and the compressing does not start either after pressing "submit".
    I did not have this problem before. I would greatly appreiciate any suggestions.
    Best to all,
    Izabela

    Dear ToddNashville,
    Thank you so much! This was it! It was processing but did not see the process as the "ghost" icons of the new exporte files in destinations would not appear immiediately as I thought they usually do. Once they are completed or 1/2 way through they appear.
    I did not try the batchlist before. It is so clear as far as whats running and how much time left! I hope all will process fine.
    Thank you!

  • Thank you script after submit button is clicked

    Hi,
    Thank you for everybody's help. I was able to figure this one
    out. Another question I do have is how do I create a Thank you form
    after somebody clicks a submit button.
    So, visitor clicks a submit button and then he gets a Thank
    you script.
    Can anybody point me into the right direction?
    Again thanks for everybody's help.

    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2 is the preferred method, since it eliminates the
    problems of method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2, then start by asking your host what
    they provide for
    form
    processing.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "dreamweavernewbieny" <[email protected]>
    wrote in message
    news:e5ttnv$4pd$[email protected]..
    > Hi,
    >
    > Thank you for everybody's help. I was able to figure
    this one out. Another
    > question I do have is how do I create a Thank you form
    after somebody
    > clicks a
    > submit button.
    >
    > So, visitor clicks a submit button and then he gets a
    Thank you script.
    >
    > Can anybody point me into the right direction?
    >
    > Again thanks for everybody's help.
    >

  • Draw chart only after submit button is pressed.

    I have a page 2 date picker's, a submit button and a line chart. How do I prevent the line chart from being drawn until the submit button is pressed?

    Hi,
    You can e.g. set region conditionally by request.
    Add your page branch request value and use that in region condition.
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Make adobe form -read only after Submit button

    Hi,
    I have an Interactive form withuser input fields.
    I am submitting it via E-mail.How do I make it read only after I click Submit ?
    I am using javscript for sending e-mail.
    rgds
    vara

    Resolved it : in click event javascript
    ADOBE_DATA.form.field.access = "readOnly";

  • Customise the email submit button with custom email, cc, bcc, subject and body - almost working!!

    Hi
    I have been working on trying to customise the email submit button to custom entry email address, cc, bcc, subject etc etc
    You can use the pre-submit function on the email button
    I am using the following code:
    this.event__click.resolveNode("#submit").format = formatlist.rawValue;
    this.event__click.resolveNode("#submit").target = "mailto:"+customemail.rawValue+"?subject="+subject.rawValue+"&cc="+cc.rawValue+"&bcc="+bcc.rawValue+"&body="+body.rawValue;
    THis is picking up values from a dropdown and a series of text boxes the values of each area.
    This works beautifully except for the subject area. For some reason teh subject area copies the entire srting from the subject onwards, all other areas (cc & bcc & body) all only copy the value assigned to its function.
    Any thoughts
    Feels like a bug in the coding but it may also be intentional.
    Thanks

    I believe that there was a bug logged for this issue, here is a workaround.
    Add a regular button to the form used to execute the EmailSubmit button  (you can make the EmailSubmit button invisible)
    On the click event of the "newly added" regular button add your script
    NameOfEmailSubmitButton.event__click.resolveNode("#submit").target = "mailto:"+customemail.rawValue+"?subject="+subject.rawValue+"&cc="+cc.rawValue+"&bcc="+bcc.rawValue+"&body="+body.rawValue;
    NameOfEmailSubmitButton.execEvent("click");

  • Left Nav lost after clicking submit button in iView

    Hi Community,
    I created an APC called CreateOrder which implements AbstractPortalComponent. This component acts as controller. In doContent() method, It checks if the create order submit button is clicked or not, if no, it  returns createOrder.jsp page, if yes, it returns createOrderResult.jsp page. Everything works fine except left navigation disapear after I click submit button createOrder.jsp and createOrderResult.jsp shows up. 
    by the way I can create a createOrderIview using the APC component, able to see createOrder.jsp page and have result page shows up.
    Anyone know what problem here? any help/sugguestion are very appriciated.

    Make sure your iView isolation mode is set to URL...
    Cheers

  • Window.opener lost after submit on _self of a window

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    My problem is:
    1. main window (*1) opens a child window (*2) and save the reference to this new window in an array
    2. the child window (*2) shows a "wait please" image and open on _self the real requested page which can take some time to be created; the new page shows some search fields, the user types the filter and press button for submit; after submit the content of the child window (*2) is the result of a select on DB
    3. in the child window (*2) there is a button which opens another child window (*3)
    The problem is here: the child window (*2) search the main window (*1) using window.opener but its window.opener is itself.
    I need to save the references of all opened windows, so I can close them all when I close the main window (*1)
    For an example (more simple) click here:
    http://asp.rds-software.com/asptest/window.parent/mainwindow.html
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    == Plugins installed
    ==
    Adobe Acrobat 8.2.2.217
    Java(TM) 2 Platform Standard Edition 5.0 Update 6 5.0.60.5
    Microsoft DRM (Netscape Network Object) 9.0.0.4503
    Microsoft DRM (Netscape Plugin) 9.0.0.4503
    Mozilla Default Plug-in 1.0.0.15
    Shockwave Flash 9.0.124.0
    Windows Media Player Plug-in Dynamic Link Library 3.0.2.629
    Windows Presentation Foundation 3.5.30729.1

    Hi,
    try 10.1.3.3 - I tested it with this release and here it worked fine.
    Frank

  • Attachments added to the Interactive form is lost after submit

    Hi All,
    I have a scenario where the user can add attachments to the Interactive Form Online and click on Submit to archive the filled form. The problem is that i am not able to retrieve the attachments added to the form.
    The datasource of the ITF is bound to the View Context node and the pdfsource is bound to an attribute of XSTRING type.
    Here i am able to see the changed values of the Input fields in my context node. But, any attachments added is lost.
    How can i retrieve the attachments? I tries calling the Methods SET_TASK_GETATTACHMENTS and GET_ATTACHMENTS of PDF Objects but it always returns null.
    FYI,
    if i use file upload UI Element and upload an existing form with attachments then i am able to get the list of attachments by calling the Methods SET_TASK_GETATTACHMENTS and GET_ATTACHMENTS of PDF Objects before this PDF is displayed in the next view. (binding the XSTRING of FIle Upload UI to the PDFSOURCE of the ITF).
    Here also if i add some new attachments to the PDF and click on submit then these new docs are  lost.
    In short whenever i add attachments to the pdf dynamically via add attachment option after the PDF is displayed the new attachments are lost.
    Please let me know how to correct this.
    Thanks,
    Abhishek

    There is a default functionality provided by Adobe... If all your fields are field, you can not submit. It will prompt .. to fill the form.
    Only you have to mark those field as mandatory.
    So select the field -> Go to Object Pallet -> Value Tab -> select the type as User entered Required
    This will solve your problem.
    You can also customise the requirements through scripting language.
    cheers
    Satya

  • WD Enumerated Dropdown Value Getting cleared in Adobe PDF After submit

    We have created a PDF adobe form using the webdynpro Abap in which we are using the Enumarated Drop Down list with the no select value. The Values are populating in the dropdown correctly and we are able to select the particular value from the dropdown.But when we submit the adobe form with the submit button to send it as an attachement in the workflow then the selected value of the dropdown gets cleared in the attachment. Is there any way to avoid that.
    I have searched the forum for the same, but couldnt find appropriate solution. Please help.

    Hi Sourabh,
    I having the same issue with my form right now. We are in EHP5. Did you manage to find any solution for this? Can you please share? Appreciate it. 
    Thanks,
    Praveen

  • Prevent Duplicate Entries through Validation after submit apex 4.1

    Hi There
    I'm having issues with the following, i'm creating a validation after submit, if the column FFILE already has the same data then do no insert the submission. I've also thought doing a constraint for the column with a check key, but not sure how to write constraint expression in pl/sql as text.
    so for the validation creation i have
    SQL
    type: Exists
    Validation Expression
    select 1 from PLDB2 where FFILE = :P2_FFILE
    FFILE is the column, P2_File is the number field on a form page for users to submit along with other data.
    If i want to check more than one column with the entries, how would i write the expression?
    Thank you kindly,
    Below is my table
    CREATE TABLE "PLDB2"
    (     "ID" NUMBER,
         "BANK" VARCHAR2(30),
         "END_DATE" DATE,
         "FFILE" NUMBER,
         "CLERK" VARCHAR2(30),
         "MORTGAGE_FILE_NUMBER" VARCHAR2(500),
         "MORTGAGOR" VARCHAR2(30),
         "PROPERTY_ADDRESS" VARCHAR2(500),
         "OCCUPANCY" VARCHAR2(30),
         "INSURER" VARCHAR2(10),
         "COMMISSION" VARCHAR2(5),
         "START_DATE" DATE,
         "PM_COST" VARCHAR2(500),
         "LISTING_CLERK" VARCHAR2(50),
         "NUMBER_OF_DAYS" NUMBER,
         "CLOSING" DATE,
         "FCOMMENT" VARCHAR2(500),
         "ESCALATED_FILES" VARCHAR2(30),
         "CURRENT_FILES" VARCHAR2(30),
         "MORTGAGOR_OCCUPANCYAWAITING_E" VARCHAR2(30),
         "LISTED_FILES" VARCHAR2(30),
         "CHECK_LIST_RECIEVED" DATE,
         "CREATED_ON_PKW" DATE,
         "SPECIAL_CODED_FILE" NVARCHAR2(500),
         "FILES_WITH_ISSUES" NVARCHAR2(500),
         "APPRAISED_VALUE" NUMBER,
         "SALE_PRICE" NUMBER,
         "MORTGAGE_BALANCE" NUMBER,
         "PM_CONTACT" VARCHAR2(500),
         "NPMCOST" NUMBER,
         "SOLD" NVARCHAR2(500),
         "TRANSFER" NVARCHAR2(500),
         CONSTRAINT "PLDB2_PK" PRIMARY KEY ("ID") ENABLE
    CREATE OR REPLACE TRIGGER "PLDB2_T1"
    BEFORE
    insert or update on "PLDB2"
    for each row
    declare
    v_number_of_days number;
    begin
    IF :NEW.END_DATE IS NULL THEN
    v_number_of_days :=NULL;
    ELSE
    v_number_of_days := to_date(:NEW.START_DATE,'DD/MM/YYYY') - to_date(:NEW.END_DATE,'DD/MM/YYYY');
    END IF;
    :NEW.NUMBER_OF_DAYS := v_number_of_days;
    end;
    ALTER TRIGGER "PLDB2_T1" ENABLE;
    CREATE OR REPLACE TRIGGER "bi_PLDB2"
    before insert on "PLDB2"
    for each row
    begin
    if :new."ID" is null then
    select "PLDB2_SEQ".nextval into :new."ID" from dual;
    end if;
    end;
    ALTER TRIGGER "bi_PLDB2" ENABLE;

    Hi,
    I'm having issues with the following, i'm creating a validation after submit, if the column FFILE already has the same data then do no insert the submission. I've also thought doing a constraint for the column with a check key, but not sure how to write constraint expression in pl/sql as text.so for the validation creation i have
    SQL
    type: Exists
    Validation Expression
    select 1 from PLDB2 where FFILE = :P2_FFILE
    FFILE is the column, P2_File is the number field on a form page for users to submit along with other data.
    If i want to check more than one column with the entries, how would i write the expression?>
    select 1 from PLDB2 where FFILE IN (:P2_FFILE,:P2_FFILE_1,...,:P2_FFILE_n)Is that what you are looking for?
    Cheers,

  • Keep Radio Button selected after action

    Hi All - This is a strange situation.
    I have 3 context node for Radio Buttons
    the 1st context node is for 2 radio buttons
    the 2nd context node is for 6 radio buttons
    the 3rd context node is for 4 radio buttons
    Scenario: 1st Context node has "DEFAULT VALUE" so is initially selected, the other two context node doesn't have DEFAULT VALUE.
    I select a radio button (that belongs to the second node) and also select a radio button (that belongs to the 3rd context node) now I click a custom button that will trigger an ACTION.
    1st & 3rd Radio buttons keep the RADIO BUTTON SELECTED but 2nd Radio Button now is like INITIAL, WHY??? if everything is designed the same way.
    I want to keep the selected value so the user can see which options they selected.
    A1          B2            C3      <----
    First time (after initialization)
    X
    A1         B2            C3      <----
    I selected values
    X            X              X
    A1         B2             C3     <----
    After Action is trigger
    X                             X
    thanks!
    Jason PV

    Hi,
    I dont see any reason other than selected value getting lost in wddomodify method or in action event handler.
    Check in WDDOMODIFYVIEW or in Action Handler method you are not playing modifying the context node bound to 2 group of radio buttons .
    Or you can fetch the selected value in your action handler store it in some view attribute and bind the node back again with same value on wddomodifyview.
    Regards
    Manas Dua

  • After answering the three security questions on itunes connect the submit button is still grayed out. It looks like it could be an error on the website. Has anyone encountered this issue?

    After answering the three security questions to update an app on itunes connect the submit button is grayed out. It looks like an error on the website. Has anyone ran into this problem before? Any help would be greatly appreciated.

    Hi evanVIT, 
    Welcome to the Apple Support Communities!
    I understand that issues like the one you are experiencing can be very frustrating. For this situation however, for update errors in the range of 3000-3020, I would recommend the troubleshooting steps located in the attached article. Please use the steps and information as a reference. 
    Error 3194, Error 17, or "This device isn't eligible for the requested build"
    Cheers, 
    Joe

Maybe you are looking for