How to call a jsp forms of oracle10g page.

Hello
I use forms.can oracle10g I call a jsp to oracle10g form? If it is possible how to call a jsp page? How to call back form of jsp? Thank you.

Published by: Jean Elo diakite 27 April 2010 20:21

Published by: Jean Elo diakite 27 April 2010 20:22

What is argument _blank? How to pass this value?

Its already the correct value of _blank as arguments Mithraeum opens a new browser window.

where to put jsp (web page)?

in the url

How to maintain session of form in jsp?

You can not. What you could do, it's pass the username to the jsp.

So a call to a jsp page looks like this

WEB.SHOW_DOCUMENT('http://server:port/path/the_name_of_the_jsp.jsp', '_blank');

Tags: Oracle Development

Similar Questions

  • How to call oracle Standard form of page style and element OFA should be 'Link '.

    Hi friends,

    I am new to OFA, I want to know how to call oracle OAF page Standard form and style of element must be "link."

    If I click on the element, it should put me in oracle Standard form.

    No button style of the element must be point "link."

    Please help me.

    Thank you

    Thiru.

    Trapani,

    It seems that your link triggers the Action, or you capture does not correctly.

    Add a debug message in your code and see what is printed.

    String eventParam = pageContext.getParameter(EVENT_PARAM);
    System.out.println("eventParam : "+ eventParam);
    if("openForm".equalsIgnoreCase(eventParam))
    {
      System.out.println("Inside If"");
      String destination ="form:SQLAP:PAYABLES_OPERATIONS:STANDARD:AP_APXSUMPS";
      pageContext.forwardImmediatelyToForm(destination);
    }
    

    Also check the settings:

    In your first post is the name of the function: AP_APXSUMPS, but the recent told FND_APXSUMPS.

    The resp_key was also PAYABLES_OPERATIONS and now PAYABLES_PS_FR

    As a test for the link, use the one that works, and then change appropirately.

    See you soon

    AJ

  • How to call from one form to another form when you press the button.

    Hi all...

    I have two forms "A" AND "B".

    A form contains two items of text as->customer_id and total_amount

    B form contains two 4 text items like-> customer_id, total_amount, paid_amount and balance.

    A form has a button, pressed button this form must call form b and then the text element of form B customer_id,total_amount take values automatically from shape A customer_id ,total_amount .

    PLEASE HELP ME...

    I call form B from A, with success, but don't understand how to take values automatically from form A fom B...

    Try the PL/SQL code that is used to trigger when-pressed next button:

    Declare

    pl_id ParamList;

    BEGIN

    pl_id: = Get_Parameter_List ('tmpdata');

    IF this is Id_Null (pl_id) THEN

    Destroy_Parameter_List (pl_id);

    END IF;

    pl_id: = Create_Parameter_List ('tmpdata');

    Add_Parameter (pl_id, 'customer_id", TEXT_PARAMETER,: Customer_id");

    Add_Parameter (pl_id, 'total_amount', TEXT_PARAMETER,: Total_amount);

    OPEN_FORM ("B", ACTIVATE, No_Session, pl_id);

    END;

  • How to call in oracle Forms environment variable

    Hello
    We have a custom application that uses the EBS 11i application server.

    In one of the forms that we use

    HOST (cp < file > < $APPL_TOP/log /. >)

    Who works fines in 11i.

    Recently, we went to R12. But now the same shape is not copy file when we

    HOST (cp < file > < $APPL_TOP/log /. >) in the forms.

    But if we replace $APPL_TOP with the actual value, it works very well.

    Which means forms is not picking up $APPL_TOP. Is it possible to make the Forms Server recover all environment variables.

    I checked $ORACLE_HOME/forms/server/default.env in 11i, it does'nt be all about variables for $APPL_TOP.

    I should put it in default.env

    Thank you

    Yes, sounds like it (assuming you are using default.env in the configuration)

    You can then get the help of variables: Tool_Env.Getvar ('MY_VARIABLE', v_value);

  • How to call sequence Oracle Forms

    Hello

    I use Oracle Developer Suite 10 g. I want to call a sequence that I created in sqlplus. When I try to call the sequence in a trigger for a command button on the compiler (WHEN BUTTON PRESSED) tells me that the sequence cannot be used in this context. I'm passing the sequence of a procedure as a parameter. Let me show you the code:

    My table is:

    Location (loc_id, loc_name);
    the primary key is loc_id

    My sequence is:

    CREATE SEQUENCE loc_seq
    MINVALUE 1
    MAXVALUE 999999
    START WITH 1
    INCREMENT BY 1
    CACHE 20;

    My procedure is:

    CREATE OR REPLACE PROCEDURE loc_change (Location.loc_id%TYPE, v_loc_name IN Location.loc_name%TYPE IN v_loc_id) HAVE
    BEGIN
    INSERT IN the slot (Location.loc_id, Location.loc_name)
    VALUES (v_loc_id, v_loc_name);
    COMMIT;
    END loc_change;

    My shutter button PRESSED WHEN KEY is

    BEGIN
    loc_change (loc_seq.nextval,: DATA_BLOCK.) VARIABLE);
    END;

    All I have to do is generate a random number to the parameter passed is the primary key for the location of my trigger. Any thoughts?

    This

    DECLARE
      nSeq number;
    BEGIN
      select loc_seq.nextval
      into nSeq
      from dual;
      loc_change(nSeq, :DATA_BLOCK.VARIABLE);
    END;
    

    should do the job...

    You can also put the recovery of the sequence in the database procedure. If you have the Version 11 g of the DB, you can reference the sequence simply by this:

    nSeq := loc_seq.nextval;
    

    prior 11g it must go and look using select in the doubles.

    concerning

  • How to return external application form to a page with workflows

    I use Jdeveloper with ADF technology 11.1.2.3.

    I have Unbounded in the workflow that contains the login.jspx and payTaskFlow page which is defined workflow.

    After login.jspx should go to payTaskFlow. PayTaskFlow I mainPay.jspx this page will be called flows of external application.

    It is: after the execution of external application flow how are we going to a page with in payTaskFlow. Using a configuration file that I can specify the URL of the page and the page is coming without any problem in that the page does not come with workflows. I mean it's isolated I can't navigate form this page to other pages with workflows.

    Yes, the external application how do refers to the page with streams of tasks not directly using URL.




    Problem solved.

    My goal was to access a bounded task flows using URL. This can be done by typing the URL in a spatial way to mention the flow of tasks and its xml file id. It's average is discussed in this thread: https://community.oracle.com/message/4354496#4354496

    As Timo said the stubborn workflow always begin activity by default. So, if we want to go to a specific page with streams of work then we should add a router and set it as the default activity; According to some setting the router will decide if we go the normal flow or to the specific page you want in the stubborn workflow.

  • Need to know how to merge an interactive form with text page pdf

    I have an interactive pdf form, I need this merge with another page of pdf which is not a form. Kindly advice how can I do this using Adobe livecycle and acrobat pro X.

    Kind regards

    POOJA

    Hi Pooja,

    How is your form interactive PDF is created (LC Designer or Acrobat X). If you have used LC Designer, then you cannot merge the page, the only option is to create a new page in the designer, and then copy and paste the content.

    If you've used acrobat to create the form and then easily merge you PDF files to help combine functionality in Acrobat. (File > create > combine files)

    I hope this helps. I would like to know if you have any further questions.

    Kind regards

    ~ Dominique

  • How to call oracle forms report using parameterlist for parameters

    Dear all,
    I want to know how to call oracle forms report and parameter passing between the report and the form with the list of parameters?
    can someone help me?

    What research? The forum is full of examples.

  • How to call a form with splashing around by clicking on a record with a time where

    Hi all

    How to call a form with splashing around by clicking on a record with a time where clause. I mean when I dip, click current record I want to call another form with the details of the
    record with onetime where clause. Can someone help me in this regard.

    Now, I'll call you a form with parameter with where Jadi but this should be avoided.


    Thanks in advance

    Arif

    Maybe this helps http://andreas.weiden.orcl.over-blog.de/article-28180655.html

  • How to call a form of report? in 6i

    How to call a form of report? In Developer 6i to oracle. Please tell me tex.

    Try this

    declare
       AppID PLS_INTEGER;
     begin
         AppID := DDE.App_Begin('ifrun60 module=myform.fmx userid=scott/tiger@mydb maximize=no', DDE.App_Mode_Maximized);
    exception when others then
           srw.message(1,'Errror');
     end;
    

    Bangoura
    [My Oracle Blog | http://baigsorcl.blogspot.com/]

  • How Update call (Parent form) when called form is closed.

    Hi Experts,

    I'm working on form of Oracle 10 g (OS: Windows7) of the last 2 years. I have two forms form a (main screen) and B (the only request form). I'm calling form A form B to change the cost in the form of master. I used CALL_FORM and everything works fine. Now, I want to refresh the form B as soon as the cost is modified in the form of master and closed. I searched the forum for the same, I tried a few suggestions using WHEN-WINDOW-ACTIVATED but this trigger is not firing when we close the main form and the focus returns your call. Please share your useful comments.

    Thank you

    Pramod S R

    When you use CALL_FORM to call a detail form, control returns to the statement after the CALL_FORM, so your logic would be simple:

    CALL_FORM('FORM_A');
    GO_BLOCK('YOUR_BLOCK_TO_REQUERY');
    EXECUTE_QUERY;
    
  • 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

  • Calling a JSP Page of OA framework on another window


    Hello

    Requirement.

    1 call link to an external vendor using an intermediate JSP Page in a Standard of OA framework page

    What has been done to achieve this.

    1. create a "submit" button in the application of the controller process

    2. write the code button event click process form request to generate a URL and call an external JSP with shipping delivery id parameter passed

    3 make a Post event on a dummy JSP page as encyrpts settings and call provider JSP

    All of the above steps work as expected. The only problem I have is that when the click on the button send, the windows of existing oracle applications is crushed by the JSP and as a result, the user has no way to go back to the Oracle applications.

    The expectation here is to be able to call the JSP in a new window.

    Please let me know how this could be done.

    I put snippets of process request, application process and code jsp.

    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processRequest (pageContext, webBean);

    now create a new button programmatically

    OASB OASubmitButtonBean = (OASubmitButtonBean) pageContext.getWebBeanFactory () .createWebBean (pageContext, "BUTTON_SUBMIT");

    oasb.setID ("Go");

    oasb.setUINodeName ("Go");

    oasb.setEvent ("Go");

    oasb.setText ("Click for BOWL Image-1");

    webBean.addIndexedChild (oasb);

    }

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);

    String strEvent = pageContext.getParameter (EVENT_PARAM);

    If (strEvent.equals ('Go'))
    {
    String username = "abcd";
    String password = "abcd";
    entID int = 3152;
    int PROJID = 4;
    String indexFields = 'NUMBER of SEQ';
    String sortBY = "BOWL."
    String Searchtypes = "and";
    String resultsType = 'Docs ';

    For delivery to the specific record number.
    OAMessageStyledTextBean xxDeliverynumberTextInputBeanHandle = (OAMessageStyledTextBean) webBean.findChildRecursive("DelilveryName");

    String deliveryID = xxDeliverynumberTextInputBeanHandle.getValue (pageContext) m:System.NET.SocketAddress.ToString ();

    String url = "someurl';
    Try
    {

    pageContext.sendRedirect ("callImageSilo.jsp? url ="+ url +"& UserName ="+"username + & Password =" + password + "& EntID =" + entID + "& PROJID =" + PROJID + "& IndexFields =" + indexFields + "& IndexValues =" + deliveryID + "& SortBy =" + sortBY + "& Searchtypes =" + Searchtypes + "& ResultsType =" + resultsType);

    }
    catch (IOException e)
    {
    e.printStackTrace ();
    }

    }
    }

    Pointers of how this could be resolved.

    I was able to achieve this requirement by setting the destination on the link to only in passing the required attribute and put the user id and the password as a parameter query in the xxx.jsp.

    http://xmlns.Oracle.com/OA"/ >

  • JSTL and beans - how to call methods?

    Hello
    We have learned that it is 'wrong' use of scriptlets in their classical form and we rather use JSTL. But now consider this scenario - I have a java class that I use as my beans and I want to call some methods of this class in my jsp. I believe JSTL core can get and set values for the properties of my bean but I couldn't find a tag that would describe how to call methods... I need just sorta really java code in my jsp and want to do in jstl (not scriptlets) but its not really working. How do you normally use to treat this? Just use scriptlets? Or is the solution to write my own labels? Or is there a part of JSTL that I don't know?

    Thank you friends

    It is not a secret part of JSTL you don't know. JSTL/EL design does not call the random methods on java Bean. The getter/setter methods.

    There are various solutions of circumvention, for example you can write a function EL which would invoke the static function to call a method on the bean
    But that's just what they are: workaround hacks.

    How do you normally use to treat this?
    It depends on what bean methods are supposed to do.

    The usual approach is to follow the MVC pattern and go through a first, servlet that calls java code and bean and then to a JSP page to display.
    If you find you need to call a method on a bean in a JSP page, it can probably be moved to a servlet, which is called beforehand.

    What kind of appeal you make on your beans?

    see you soon,
    evnafets

  • How to call a taskflow based on results from the drop-down list. ?

    Hello

    I want to call a taskflow based on the results of the drop-down list, I have a drop down list with LOV, if I choose a value insofar as it must call the taskflow are entrusted to him. How to do this. ?. How to assign a taskflow for all values and how to call it. Someone please help...

    Page:

    http://Java.Sun.com/JSP/page"version ="2.1 ".

    xmlns:af ="http://xmlns.oracle.com/adf/faces/rich" >. "

    valuePassThru = 'true '.

    valueChangeListener = "#{SelectBean.onSelection}" > "

    Main.XML (TaskFlow);

    http://xmlns.Oracle.com/ADF/controller"version ="1.2">

    Choose

    Choose.JSFF

    /Web-INF/FirstTF.XML

    FirstTF

    /Web-INF/SecondTaskFlow.XML

    SecondTaskFlow

    Choose

    First

    FirstTF

    Second

    SecondTaskFlow

    Code VlaueChange Listner already told you.

    First and second pages only contain output text component in my example. I think that is not necessary

    Concerning

    Vincent

Maybe you are looking for

  • Re: BSOD after using the Toshiba Recovery disk

    Using the disk recovery works up until the point when the system starts up his game.I turn on the computer to configure the pc. The system will not complete the setting to the top. I either get a message unexpected problem and the pc tries once again

  • Lost card SIM of Vibe X 2 support

    Hello My vibe x 2 sim card tray was lost while I'm travelling. How can I get this part alone. Y at - it all optton to buy online or can I replace from the service center. Also, please provide the centre for smartphone lenovo in trivandrum, kerala Kin

  • Fable Lost Chapters hangs during installation.

    Recently I had to re - purchase Fable: The Lost Chapters for my Windows XP machine. I got the game running on this computer in the past with no problems. After trying to install the game, it gets to halfway through the first disk and then crashes my

  • XP Pro and Home network

    Sorry to bring up an old topic. I have two computers on a home network, a XP Pro and XP Home. They had been successfully networked with file sharing for some time, but a problem on the Pro machine brought me to reinstall Windows from scratch. Now I'm

  • When you try to watch Netflix, my Windows 7 computer keeps stopping itself.

    This often happens when I'm watching netflix.  I checked all the addons, and there is nothing suspiscious.  Please help me!