Pass data across popups and submit in last popup

Hi,
This is my scenario.
I have three popups with three buttons and some input text fields. When i click on button in first popup, the second popup comes up and when i click on button of second popup, third popup comes up. In third popup i submit the data. I am using a siebel WSDL file for datacontrols and the input fields in all popups are bound to that wsdl file.
When i run the page, only data from last popup is going into Siebel, which i found out using HTTP analyzer.
Help me out on this issue.
Thanks
Sai

Why you don't add autosubmit or something like that to the other popups? Also you can get the values from the input of the popups in the managed bean and in the submit button action to submit the data in the managed bean?

Similar Messages

  • How to  pass data between JDialog and its parent window ?

    Hi,
    I am new to swing. I want to know how pass data between a JDialog and its parent window.
    If you have any information please reply with example code.
    Thank You

    hi Encephalopathic ,
    I was looking for something like as it was given in the link provided by you.
    Thank you for reply It really helped me.

  • Using session data across applications and subdomains

    Is there a way to share session <b>data</b>
    across different CF applications? across different subdomains?
    The goal here is single source login that stores complex data
    in a re-useable session scope. The current installation uses wddx
    to serialize the data and drop it into a cookie. I am looking for
    alternatives to the WDDX method as it has been causing a number of
    errors.
    For example I have application "a" at appA.domain.com ~ a
    user logs in an a session is created [domain cookies are set].
    I would like the user to be able to go to both
    appA.domain.com/subapp [which has its own application.cfm] and
    reuse the session created at appA.domain.com.
    Similarly I would like the session created appA.domain.com to
    carry over to appB.domain.com [which would has its own
    application.cfm file].
    Thanks for any help.
    ~jason.

    That would be known as cros-site scripting and most browsers
    disable that now, as it is a security issue if an application can
    read cookies from a different site domain.
    Sites that use cross-site data have to either pass it at the
    time accessig the other domain (via URL) or use a single database
    to record and recall data between applications.
    Passport is a good example. Even though you can use Passport
    on any site that offers it, the site ultimately tranfers you to the
    Passport website momentarily to collect your login and then
    transfers you back to your site along wth the credentials in a URL
    variable so your own site can then record the cookie and state you
    are logged in. It doesn't actually read the Passport cookie from
    your own site.
    If you were to create a DB that applies to multiple sites,
    you could figure out a way to populate session variables on
    separate sites by quering the DB for the data if there is no data
    currently stored, or if it detects that the referer was a different
    URL prior to loading the current site. Once it queries the data it
    can store the data in a session variable.

  • Getting the data between Sunday and Saturday of last week.(DAYS NOT DATES)

    I have a stored procedure (that has no parameters right now) and does some extraction of data from different tables. One of the table has a column called 'DeliveryDate'.
    Based on the requirements, I have to create an SSRS 2008 R2 Report out of that stored procedure, so that users can see the data of last week from Sunday(Start DAY) to Saturday(End DAY). Even if it is Wednesday today, they should be able to see the data
    from Last Sunday to this Saturday. I don't want to get data of Monday, tuesday or wednesday. Also, these values shouldn't be STATIC. Meaning, if one user wanted to see deliveries on 04-15-2011, then he shoud see the values of the previous week (and NOT
    CURRENT week)
    1. Do I need to create parameters in my stored proc. Are they needed at all ?
    2. Should I use DateAdd, Datediff functions (If someone can explain, how will they be calculated!)

    to get last week sunday and saturday use below. I prefer to use parameters.
    set @startdate = DATEADD(wk,
    DATEDIFF(wk,
    0,
    getdate()),
    -2) --for
    sunday
    set @enddate = DATEADD(wk,
    -1,
    DATEADD(wk,
    DATEDIFF(wk,
    0,getdate()),
    -1))-- for saturday
    also
    refer the following link
    http://blog.sqlauthority.com/2008/08/29/sql-server-few-useful-datetime-functions-to-find-specific-dates/
    ESHANI. Please click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you
    If I run the query on 5/4/2014, will it give me 4/27/2014 for Sunday and 5/3/2014 for Saturday? Meaning if I run it on a Sunday, it will give me the previous Sunday and not the current Sunday's date.

  • Pass data between AS and Lingo

    Hi
    We have an Arabic educational application in Director 11.5,  published originally asprojector for desktop use. Since Director don't support “right to left” languages, the application uses an ActivX component to call external encoded html and load it into a textarea container, in this way the Arabic language can be written and redden.
    since ActiveX is not sockwave-safe and cannot be used , im using swf as an input textarea. it  seems ok ( i dont read Arabic so i cant tell if its correct), the important thing for this stage is that i  can write  text and no errors comes from the shockwave player.
    The main problem:
    the words been typed in the swf ,  should be sent  to the the Lingo script in Director, for example there is a "speed typing test " that check if all the typed words are correct.
    in the original the application uses:
    sprite(120).navigate(the moviePath & "assets\t.html")
    to load the html into the  textarea and uses and:
    on hideQuitDialog me
      if the frame  > 45 then
        mySprite.locV = 485
        mySprite.puppet = 0
        mySprite.navigate("Javascript: focusText()")
      end if
    end
    to get some javascript from the html.
    my question is how to pass the swf input data to Lingo?  what code should i use, either in Flash AC3 or in Lingo in Director to make this happand?
    appreciate you time
    Tx
    Shay

    Hi,
    The problem was that when populating and reading the custom controller, I had to add GLOBAL. in front of the custom controller name. Like this: 'GLOBAL.ZKBT116QH_SRVQ/CuCoOrders'
    Thank you,
    Andra.

  • Pass Data between flex and livecycle

    Hi ,
    I am unable to downlaod a file from the server using flex's
    filereference.download api .
    Attached simple program to pass/upload a file to livecycle
    server and convert it to a pdf. The livecycle process returns the
    file.
    My flex application downloads the file however, the file
    content is just 1 kb. The content seems to be the filepath in the
    server (e.g. c:\tmp\TestDoc[3].pdf).
    The livecycle process takes inDoc and fileName as parameter
    and returns outDoc and fileName.
    any help would be greatly appreciated.
    Please find attached sourceCode.

    Hi,
    The problem was that when populating and reading the custom controller, I had to add GLOBAL. in front of the custom controller name. Like this: 'GLOBAL.ZKBT116QH_SRVQ/CuCoOrders'
    Thank you,
    Andra.

  • Problem with Facebook popups (and other UIScreen based popups) since AIR SDK 15.0.0.302

    As you may remember, since the release of iOS 8 it's no longer possible to upload apps which were compiled with AIR SDK versions before 15.0.0.302 (No longer able to submit app to iTunes.)
    Problem is, since that version UIScreen based popups (such as Facebook dialogs in native extensions, etc.) are not presented correctly.
    There's a bug report: Bug#3837136 - Apps Built with AIR for iOS 8 reporting incorrect UISCreen dimensions
    And it seems like quite a critical problem given that we don't have an option to compile our apps using previous versions.
    I wish we had an ETA for this issue.

    Firstly, there's no such thing as Apache 9.3, there's Apache 1 (and subversions) and Apache 2 (and subversions). Your error message -
    Oracle-HTTP-Server/1.3.28Shows you're using Apache 1.3.28
    Secondly, I'm confused by your comment -
    I do not have Apache 9.3 or higher but I think oracle should offer this in its companion CDOracle does offer the Apache server, if you're saying you didn't get it from Oracle then where did your Apache server come from?
    Thirdly, I notice from your config file -
    ErrorLog "|E:\oracle\product\10.1.0\Companion\Apache\Apache\bin\rotatelogs logs/error_log 43200"That you're piping the logs through rotatelogs, are you sure the logfiles haven't just been renamed?

  • Push view, input data, Pop it and keep the data ... How ?

    Simple example ...
    I need to get data from one view into another as if the one view was a pop up.
    example ...
    I have a baseView with a button labeled 'SELECT DATE'.
    When user clicks button, they see dateView and they input the date there.
    When done selecting the date, they click OK on dateView which should take them back to baseView passing the selected date.
    What is the best approach for this?
    - use a sharedObject to store the date and pick it up when back on base?
    - pop baseView then push dateView then on OK push baseView with data?
    - don't use a dateView but rather a dateEntry popup (like a custom alert)?
    There are many ways I could go with this, would like to know what the experts suggest though.
    Thanks.

    OK. Looks like I found the answer and then some.
    Glad to know I was not the only one looking for something like that.
    http://remotesynthesis.com/post.cfm/passing-data-on-pop-methods-in-mobile-flex
    and
    http://www.remotesynthesis.com/post.cfm/passing-data-across-views-in-flex-mobile
    Thanks RemoteSynthesis.com

  • Best method for passing data between nested components

    I have a fairly good sized Flex application (if it was
    stuffed all into one file--which it used to be--it would be about
    3-4k lines of code). I have since started breaking it up into
    components and abstracting logic to make it easier to write,
    manage, and develop.
    The biggest thing that I'm running into is figuring out a way
    to pass data between components. Now, I know how to write and use
    custom events, so that you dispatch events up the chain of
    components, but it seems like that only works one way (bottom-up).
    I also know how to make public variables/functions inside the
    component and then the caller can just assign that variable or call
    that function.
    Let's say that I have the following chain of components:
    Component A
    --Component B
    -- -- Component C
    -- -- -- Component D
    What is the best way to pass data between A and D (in both
    directions)?
    If I use an event to pass from D to A, it seems as though I
    have to write event code in each of the components and do the
    bubbling up manually. What I'm really stuck on though, is how to
    get data from A to D.
    I have a remote object in Component A that goes out and gets
    some data from the server, and most all of the other components all
    rely on whatever was returned -- so what is the best way to be able
    to "share" data between all components? I don't want to have to
    pass a variable through B and C just so that D can get it, but I
    also don't want to make D go and request the information itself. B
    and C might not need the data, so it seems stupid to have to make
    it be aware of it.
    Any ideas? I hope that my explanation is clear enough...
    Thanks.
    -Jake

    Peter (or anyone else)...
    To take this example to the next (albeit parallel) level, how
    would you go about creating a class that will let you just
    capture/dispatch local data changes? Following along my original
    example (Components A-D),let's say that we have this component
    architecture:
    Component A
    --Component B
    -- -- Component C
    -- -- -- Component D
    -- -- Component E
    -- -- Comonnent F
    How would we go about creating a dispatch scheme for getting
    data between Component C and E/F? Maybe in Component C the user
    picks a username from a combo box. That selection will drive some
    changes in Component E (like triggering a new screen to appear
    based on the user). There are no remote methods at play with this
    example, just a simple update of a username that's all contained
    within the Flex app.
    I tried mimicking the technique that we used for the
    RemoteObject methods, but things are a bit different this time
    around because we're not making a trip to the server. I just want
    to be able to register Component E to listen for an event that
    would indicate that some data has changed.
    Now, once again, I know that I can bubble that information up
    to A and then back down to E, but that's sloppy... There has to be
    a similar approach to broadcasting events across the entire
    application, right?
    Here's what I started to come up with so far:
    [Event(name="selectUsername", type="CustomEvent")]
    public class LocalData extends EventDispatcher
    private static var _self:LocalData;
    // Constructor
    public function LocalData() {
    // ?? does anything go here ??
    // Returns the singleton instance of this class.
    public static function getInstance():LocalData {
    if( _self == null ) {
    _self = new LocalData();
    return _self;
    // public method that can be called to dispatch the event.
    public static function selectUsername(userObj:Object):void {
    dispatchEvent(new CustomEvent(userObj, "selectUsername"));
    Then, in the component that wants to dispatch the event, we
    do this:
    LocalData.selectUsername([some object]);
    And in the component that wants to listen for the event:
    LocalData.getInstance().addEventListener("selectUsername",
    selectUsername_Result);
    public function selectUsername_Result(e:CustomEvent):void {
    // handle results here
    The problem with this is that when I go to compile it, it
    doesn't like my use of "dispatchEvent" inside that public static
    method. Tells me, "Call to possibly undefined method
    "dispatchEvent". Huh? Why would it be undefined?
    Does it make sense with where I'm going?
    Any help is greatly appreciated.
    Thanks!
    -Jacob

  • Export only specific data in XML with Submit by Email button

    I have created a form with multiple subforms that includes user input and calculations. One of these subforms contains fields that are bound to a MS Access database to retrieve data for calculations. All of the fields on this subform are bound to the data connection. The data connection, calculations, and submit by email button all work perfectly. My only problem is that the XML data that is being exported includes the data I bound to the MS Access database. I only want the data that the user inputs. I have changed the binding to "none" on all of the calculated fields to restrict them from exporting.
    I have attached a copy of the XML file that is generated when the "Submit by Email" button is clicked. I only want the data from the "YTDIncStmt" subform to be included in this file. The "MasterData10K1", "MasterData10K2", and "MasterData10K3" are the actual data connections to the MS Access database.
    How do I limit the export to only the data the user input?

    I have the very same problem! I am importing data from MS Access and trying to export XML data that I can sync with Quickbooks. But the XML file contains some of my binded MS Access fields, which Quickbooks doesn't know what to do with, and rejects my xml files. I am also looking for a way to submit only selected XML data.  You ever find a solution/work around?

  • Passing date to BAPI

    Hi,
    I am getting date from the frontend in mm-dd-yyyy format.But BAPI accepts date only in yyyymmdd format.How should I pass date to BAPI in required format. Can I use Date Object to pass date to BAPI and how?
    Regards,
    Samir

    Hi Samir,
      You can convert the frondend date as your wish. Create a object for SimpleDateFormat and parse the date as you want and send pass the required format to the BAPI.
    For Example:
    SimpleDateFormat isdf = new SimpleDateFormat("MM-dd-yyyy"); // For input format
    Date dt=sdf.parse(strDate); // strDate is input from the frontend
      Through this, you have converted the string(ie. strDate) into normal date format.  From this you can get the required format as the following,
    String result = null;
    int dd=dt.getDate();
    int MM=dt.getMonth()+1;
    int year = dt.getYear()+1900;
    result = yearMMdd+"";
      Now, you have got the required format.
    Regards,
    Venkatesh. K
    /* Consider Points if it is useful */

  • HT204264 "If you exceed your iCloud storage limit, photos and videos won't upload to iCloud, and your library will no longer stay up to date across your devices."  Really?  Can't we support the existing "last 1k photos will be available in the cloud" mode

    "If you exceed your iCloud storage limit, photos and videos won't upload to iCloud, and your library will no longer stay up to date across your devices."  Really?  Can't we support the existing "last 1k photos will be available in the cloud" model?  If we don't do this, won't this kill auto-sync of new photos from iOS devices to our libraries on our Macs (if the Mac's Photos app has auto syncing with the cloud turned on) once we go over our 5gb limit?  I have 350GB of photos in my Mac Photos library - I am not going to pay $20/month for 1tb iCloud storage.  Please advise, Apple.  Thank you.

    I agree and am baffled by this also.  At first I was really excite about this new feature.  Mostly because I would be able to seamlessly sync videos along with my PhotoStream.  I just assumed there would be some systematic way to handle large libraries.  Like removing older files as the current PhotoStream does.  However, it appears that this new feature will simply 'shut down' when you reach your storage limit.  This just makes no sense to me.  I would have to double check, but I have all my photos and videos in iPhoto and stored on a 3 TB external hard drive and I think the full library is over 1 TB.  So, even if I was willing to pay $20 a month for photo syncing (which I am not) I couldn't do it because my library is too large.  Again I am just baffled why Apple cannot blend this new service with the existing PhotoSteam model.  My favorite aspect of PhotoSteam is that is uploads all my iPad and iPhone Photos to my Mac for permanent storage and it seems this is lost in the new version.

  • How to call routine and pass data to routine in vofm

    Hi Experts,
    I need to update KBETR and KWERT values present in 'Conditions Tab' in Purchase Order (ME21N/ME22N).
    I have created a new customer tab in which we enter amount field and  percentage filed. When user enters some value in this and clicks on 'Conditions Tab', calculation has to be done and the calculated value has to be appeared across a specific condition type.as i am new to abap  i dont know how to create routine and pass data to routine in vofm from customised tab in me21n .
                                                                                                                                                                          Thank's in advance

    Hello Rajendra,
    You can get plenty of forums in SCN related to it. Follow below steps to create VOFM routine.
    Go to VOFM Transaction Code
    1. On the Menu Select required Application i.e Pricing
    2. Enter any Number in between 600 to 999 for Custom Developments.
    3. On entering Pop Screen appears ask for Access Key(We have to remember that Every New Routine needs an Access Key)
    4. Once the Access Key is received we can do modification.
    5. Enter the Routine Number ,description and insert the Access Key
    6. Now the ABAP Editor will open and required code can be copied from Standard SAP Routine and Custom Code Can be developed.
    7. Once the coding is completed we have to Activate the Routine
    8. Select the Routine and Go to Edit – Activate
    9. Ensure that Active check box is ticked upon Activation of the Routine.
    10. Double click on the routine will enter into ABAP Editor, we have to generate the Routine
    11. Go to Program and select Generate
    12.A screen pops up with the related Main Programs  and select all required main programs wherever the Routine is being called.
    13. Once the Routine is Generated and Activated, We need to configure the Routine in the config.
    ** Important SAP note: 156230.
    Check the below document too.
    http://www.scribd.com/doc/35056841/How-to-create-Requirement-Routines
    Regards,
    Thanga

  • How To Pass Data Between A Main Report and a Subreport

    Hello,
      I'm working with Crystal Reports Professional XI. 
      I have a main report with two date parameters: BeginDate of Date type and EndDate of Data type.  The main report has no details being printed instead it's grouped by a formula field and displays a summary count at the group footer.  I have  a subreport that is not linkable to the main report.  The subreport is grouped differently.  It has no detail records being printed and displays a summary count at the group footer as well.  The two reports are using the same tables with the same linking relationship.
       I created the same two date parameters in the subreport but this isn't right because when I run the report then I get four Date prompts: BeginDate and EndDate parameter from the main report and the BeginDate and EndDate parameter from the subreport.
      I'm not dong something right here.  What do I need to change in the reports so that l have the same record selecton being passed from the main report to the subreport record selection based on the BeginDate parameter and the End Date parameter from the main report?  Right now, the subreport is selecting all the records in the tables specified.
      Have a great day.  Any feedback would be greatly appreciated.
    Thanks,
    Ting

    Hi Jason,
       Thanks for replying to my posting.  It's been awhile since I've worked on Crystal Reports so I'm getting reacquainted with sub-reports again.  
        By linking the main report to the subreport by the BeginDate and BeginEnd parameters, will the date parameters be passed from the main report to the record selection for the subreport?  
       Also by doing your approach when the user is prompted to run the report, will it display on the popup window four date parameters: the BeginDate and EndDate from the main report and underneath that the BeginDate and EndDate from the sub report?  If so I'm trying to avoid that because it would be the same date range that I'm wanting to use for the main report and the subreport.  
        I hope that made sense.
    Thanks,
    Ting

  • Virtual KF(as Date) in Cube and pass the variable value to this VKF runtime

    Hi ,
    User would enter 1 date using date variable untime.
    My cube also has 1 Completed Date (KF).
    And i wann do comparisan based on input variable and exisitng variable.
    Can i add 1 Virtual KF(as Date) in Cube and pass the variable value to this VKF runtime and do the calculation in cube ???
    I know the same thing i can do in formula , but i have some different req.which i am unable to explain u here .
    So please let me know can i use VKF if yes how ???
    Points would be thrown for all .
    Bapu

    it's the exact posting from your last post. Please don't duplicate the postings, so that we can help you in one thread and not so many different threads

Maybe you are looking for