How to call another page in popup

Hello

I have a small requirement as follows
1 al ' adfc-config, I have two pages p1 and p2.
2 pi has a popup, popup contains a cb1 button.
3 when the click on cb1, I need to call the page p2.

Let me know, what is the best way to do it.

Concerning
Akshay

create a navigation flow of control from page 1 to page 2.
Name it as 'goTopage2 '.
predict the result of the action of comandbutton as a property


Tags: Java

Similar Questions

  • How to call another page and pass the page parameter to another page?

    Hi friends,

    I've finished a page based on the payment date, he turns the payroll, summarized in the table region. Now, I have to address in detail (submit) button, when click on the details button I want to open the new page, this page based on a few VO. This vo I spend 2 parameters, we're Person_id, and the second is pay date until we are on the front page.
    How to achieve this where I can write code, I am new to the OPS. could you please explain in detail and process?
    Thank you and best regards.
    Jocelyne.

    RAMU

    The value of your hashmap returns null. Let intrepret your code below

    String newValue = params.get("pid").toString();
                               null.toString(); will always throw null pointer exception
    

    Robichaud, I suggest you to always put some SOPS for debugging purposes. It is useful to locate the problem.

    Kind regards
    GYAN

  • Modal calling report that calls another Page to the APEX 5

    I have an interesting question here for the community...

    Using APEX, theme 42 5.  I have a report with a button that will call a modal form.  on the form modal is a LOV which will set a value to the calling page.  If the value returned to the calling page, I then need to redirect to another page in the application by assigning a page element on the new page with the value that I have just received from the modal page.

    I have everything up to the second rec = direct working in a test environment and I have problems with redirection...

    All those who want to watch here is the information:

    URL: https://glassfish1.revion.com/apex/f?p=4550:1:23425296545047:

    workspace: homeworld

    user name: demo

    password: demo

    application name: emp demo test (143)

    I have built dynamic actions to get the value of the page where I need but when try to redirect to the page and set the page item, that I don't get the redirection to work...

    Thank you

    Tony Miller
    Los Alamos, NM

    Hi Tony,.

    I'm just curious... If it worked for you?

    Thank you

    Pavel

  • Passing a value of ITEM to another page (java popup)

    I have an interactive form that displays data based on query.

    For example.
    Page 1
    Select a, b, c from test1;

    element of a, b, c values would be P1_a, P1_b and P1_c, respectively.

    I created a link to c field. When I cliicking on the link up a window
    and redirecting to another page.

    I then run a separate application on the new page 2 as follows.

    Select x, y, z with x = test2: P1_a;

    The problem is nothing is displayed and no error no is shown. The pop up successfully
    to get up, but no data is displayed.

    How to pass the: P1_a value of page 1 on page 2 for the query to work?
    I have to explicitly set it elsewhere? I thought that this is already done.

    Thanks in advance for your time,
    ANON

    Published by: Anon on August 17, 2009 19:56

    Try to use a collection. This always works for me... simple and neat.

  • How to make another page in fluid grid? I tried a few ways, did ' t work. It sucks. All messed up.

    I tried a few ways, did ' t work. It sucks. All messed up. How does the other web site? I spent hours and weeks on this shit. Everything is garbage.

    After you have completed your prototype checkerboard of fluid to save as new_filename.html.  Repeat SaveAs to other pages of the site.

    MAKE A MODEL:

    ==================

    #1 make your fluid grid for mobile presentation, then the Tablet and the office.

    #2 when everything works as it should, you can save as Template.dwt.

    #4 Add regions editable for content that changes from one page to another.

    #3 save model and then close.

    #5 go to file > new model page.  Press the button create.

    Repeat step #5 for other pages of the site.

    Nancy O.

  • How to call OFA page

    Hello

    I have two pages have call page 2 of page1, how to proceed?

    Jegou

    Hello

    If item is button
    Set prpty

    Destinatioin URL="OA.jsp?page=/KP/oracle/apps/xxeis/reporting/EisReportSubmitPG?

    If the order of the day is * submitButton *.

    * in co write :*

    If (PageContext.GetParameter ("Submitbtn")! = null)
    {
    pageContext.setForwardURL ("OA.jsp?page=/KP/oracle/apps/xxeis/reporting/EisReportSubmitPG",
    NULL,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    NULL,
    NULL,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    }

    Concerning
    Meher Irk

  • How to call ofa page concurrent programs

    Hi all

    I need call concurrent programs of OPS page.user will select the out put the type of lookup and a button more must be RUN it if he select type and run the report.

    can someone suggest me how should I call from ofa simultaneous program page



    Thanks in advance
    Anthony

    Hello

    He comes to work for the same code:

    The controller code:

    Am3 ForumAMImpl = (ForumAMImpl) pageContext.getApplicationModule (webBean);
    RequestId int = (int) am3.submitrequest ();
    String url = "OA.jsp? akRegionCode = FNDCPREQDETAILSTOPREGION & akRegionApplicationId = 0 & REQUESTID ="+ requestid +"& retainAM = Y & addBreadCrumb = Y;

    pageContext.setForwardURL (url,
    NULL,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    NULL,
    NULL,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);

    Code of the AOS

    public int submitrequest()
    {

    Try
    {
    OADBTransaction tx = (OADBTransaction) getOADBTransaction ();
    java.sql.Connection pConncection = tx.getJdbcConnection ();
    ConcurrentRequest cr = new ConcurrentRequest (pConncection);
    String applnName = "PA." Application that contains the concurrent program
    String cpName = "SAPE_WITHDRAW_NOMINATION"; The simultaneous program name
    String cpDesc = "auto remove appointments with expired Nomination period; simultaneous description of the program

    Pass Arguments using the vector

    Vector cpArgs = new Vector();

    Call the simultaneous program
    requestId int = cr.submitRequest (applnName, cpName, cpDesc, "", false, cpArgs);
    TX.Commit ();
    System.out.println ("Request ID is" + requestId);
    return requestId;
    }
    catch (RequestSubmissionException e)
    {
    OAException oe = new OAException (e.getMessage ());
    oe.setApplicationModule (this);
    throw oe;
    }
    }

    Thank you
    Gerard

    Published by: Gauravv on November 9, 2009 20:16

  • How to call another application (compose e-mail)

    I want my application have menu to call the Messaging Application, as in the SMS and MMS application, there menu "compose Email".

    How to do this?

    Thanx

    The Javadoc:

    MessageArguments (String arg, String, object, String, String body)

    Creates a new instance of MessageArguments with the arguments provided

    so, something like:

    MessageArguments messageArgs = new MessageArguments(MessageArguments.ARG_NEW,"myContact","mySubject","myBody");
    
    Invoke.invokeApplication(Invoke.APP_TYPE_MESSAGES, mArgs);
    
  • How to call static pages using web.show_document on the application server

    Hi all.

    I'm using forms / reports 11 g Rel2.

    I´d like to call it a few static pages of forms using web.show_document and have the pages located on the same machine where the application server is running.

    I know it's more a problem of Oracle HTTP Server configuration, but I want to know if I can use one of the default virtual directories already defined on the installation process.

    Please recommend a virtual directory to use.

    Best regards, Luis... :))

    Sure. You can store the files anywhere you want. Of course, it is easy to create a new virtual directory. But if you want to use an existing one, the most obvious likely would be the virtual path of/forms/html that can be found here:

    INSTANCE_HOME\config\FormsComponent\forms\html

    The url to access it would look something like this:

    http://server:port/forms/HTML/myWebPage.htm

  • Hyperlink HTML to call another page?

    Hello

    APEX - 4
    Version of DB - 10 g
    Web - OHS server architecture
    Browser - IE8
    Theme - 5
    Number of demand = 129

    I created a new page of the chart (50), I can call from a button and it works fine, but I would like to call from a hyperlink. Should I create a text element and
    use the text element of pre and post text of item to change to a link, and if so what should I put in the text of element pre if box I would say 'picture of the box', I guess in the message item
    text I would put < /a >

    It would be something like
    graph of the box

    I tried this and I get a highlighted label that indicates the chart of the box and a text box and if I click on the label it displays the page of connection of Apex. There should be a configuration button to convert a hyperlink.
    It seems that the simplest thing a person would want to do, but I can't understand it.

    Thanks in advance for any help.

    Hello

    I tried to use & P14_R1_URL. and it works you miss something. Just check that P14_R1_URL comes before the other element in the sequence.

    Lavenu
    MaxApex accommodation
    http://www.maxapex.com

  • How to call another sign of Extension Extension Panel in InDesign CS5

    Hello

    In InDesign CS5 usnig ActionScript, we have a range of Extensions 'main menu '. It's a true sign Extensions, with the appropriate look and the field, the left and right docakability in InDesign, etc.

    We would like to appeal to some of our other Extensions InDesign panels in the 'main menu', instead of making the user to enter in the Windows-> Extensions menu and choosing the extension manually.

    All of our extensions are of type mx:Application. How to achieve this?

    TIA,

    mlavie

    It's really a matter of CS SDK...

    I'm not 100% sure what you're asking...

    To start an extnesion scripts CS, you are essentially limited to the menuAction.invoke ().

    If you want to know how to customize the position of the menu item, you can do it in the manifest file something like this:

                 
                    
                        Script Bay
                    
                
    

    Launch of an extension in another Extension of CS, you would use:

    CSXSInterface.getInstance().requestOpenExtension(extensionID);
    

    Substances

  • How to call the page url inside the procedure.

    Hello


    I'm not exhibition in plsql.
    I have some problem in utl_http link.

    I create a procedure. The procedure has been compiled successfully. But the page url does not open...

    I have attached the procedure,

    create or replace procedure p (number of mob)
    IS
    long l_page;
    l_url varchar2 (25000 char);

    Start
    null;
    l_page: = utl_http.request ("http://www.yahoo.com");
    end;


    Please tell me the solution for this problem...


    I await your response.

    Thank you
    Sasi.

    This is a duplicate thread:

    How to open the web page in pl/sql

    the OP doesn't seem to understand the difference between a web browser and a programming language... I can't say I've ever had to explain the difference before...

    Let's say that... the butterflies are not somehow similar to razors electric...

  • How to call the program simultaneous form OPS page

    hi ................

    How to call a page ofa simultaneous program...
    There is no package for the concurrentprogram package in jdeveloper 9.0...
    That is to say... cp.concurrentprogram...

    You can suggest a solution for this...

    Hello

    Check this class 'RequestSubmissionException' exists in the path, and then import the vector class.

    Kind regards
    Out Sharma

  • How to call the workflow

    Hello

    How to call another workflow a workflow or how to pass the value to another workflow?

    example:-a and B are two workflow, I want to call workflow of B in a workflow.

    Thank you in advance.

    Make slide a workflow of the element from the palette on the schema and link entries.

    See http://vmwarelearning.com/orchestrator/

  • How to call a user_parameter report

    Hi all please do something

    I have a relationship with user_parameter
    the creation of the report on the paper layout
    I have an idea how to call a web page layout report, but I can not able to call the paper layout report
    Help, please
    I also give the code how to call web page (code given below) layout report

    DECLARE
    Repid REPORT_OBJECT;
    v_rep VARCHAR2 (1000);
    rep_status VARCHAR2 (20);
    BEGIN
    Rep: = FIND_REPORT_OBJECT ("member.10");
    v_rep: = RUN_REPORT_OBJECT (repid);
    rep_status: = REPORT_OBJECT_STATUS (v_rep);
    While rep_status in ('MARKET', 'OPENING_REPORT', 'PENDING')
    LOOP
    rep_status: = report_object_status (v_rep);
    END LOOP;
    IF rep_status = "FINISHED" THEN
    -Display the report in the browser
    WEB. SHOW_DOCUMENT ("http://computer_name:8888 / reports/rwservlet/getjobid ' |")
    substr (v_rep, InStr(v_rep,'_',-1) + 1) |'? "|' server = repserver90","_blank"); "
    ON THE OTHER
    message ("error when running report");
    END IF;
    TAKE A BREAK;
    END;

    I use Oracle9i, forms9i, reports9i and my OS is Win - XP

    Thank you

    Hello

    Rep: = FIND_REPORT_OBJECT ("member.10");
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_OTHER, 'p_deptno =' |: D EPT.) DEPTNO);
    v_rep: = RUN_REPORT_OBJECT (repid);

    Have a look here for more information: http://www.oracle.com/wocportal/page/wocprod/ver-31/ocom/technology/products/forms/pdf/10g/frm10gsrw10g.pdf

    Concerning
    Rainer

Maybe you are looking for