How to get the Page Path in Webcenter at run time

Hi all

I want to get the path to the page of the current page which is consulted by the user at run time (rather, in the method of TF activity)... This path of the page will get the def page and do some operations above.

We tried to get it from the context of Navigation, but node.path returns null.

Guidance on how I can get the computer?

Kind regards

Siddharth

SID,

You can use the EL #{pageDocBean.pagePath} for the path of the page.

K

Tags: Fusion Middleware

Similar Questions

  • How to get the current path of file (jsx) running?

    Hello.

    I want to be saved in the path of the current running jsx file.

    Is there a way?

    Thank you.

    Hi, is it ok for you?

    It seems "app.activeScript" or "$.filename ' is what you wanted.

    #target indesign
    try {
      // not active in ESTK
      // return script path if run from ScriptPanel
      alert(app.activeScript);
    }
    catch(e){
      alert(e);
    }
    
    // return bridgetalk if run with double clicking jsx
    // return script path if run from ScriptPanel
    alert($.fileName);
    
    alert($.includePath);
    

    Thank you

    mg.

  • How to get the message to debug all to running page request OFA?

    Hello

    How to get the message to debug all to running page request OFA? do not use JDeveloper

    Thank you

    Renon,

    this.writeDiagnostics will be work AM and not CO. You mentioned that your code is AM, which is why I give (this.writeDiagnostics).

    You get an error when you use what to ? AM

    in CO, you must use pageContext. writeDiagnostics();

    You don't need to put any profile (other than DNF: Diagnostics), you just need to go to the Diagnostics - select the log on screen and choose the level that you used in the writeDiagnostics method.

    See you soon

    AJ

  • Forms 6i: how to get the UNC path? SOLVED

    Anyone know how to get the UNC path of in Oracle Forms 6i

    For example, if the user enters an output file:
    j:\Data.txt

    How I translated that UNC path:
    \\serv-123\cfs\data.txt

    Basically, I need to pass the UNC path to a regular DB procedure that later would be to copy an output file at the location specified by the user. "J:" being a network drive mapped, the database server would not be able to copy the file.

    Thank you
    Jim

    It's perhaps easier: read the registry using WIN_API_ENVIRONMENT. READ_REGISTRY. The key is HKEY_CURRENT_USER\NETWORK\\RemotePath.

  • How to get the full path of the image open in a filter plugin file?

    Hello

    How to get the full path of the current file, including the directory, the file name with the extension. I need information to download the file on a webserver for a plugin. I found an example that can get the name of the document (title property) but without extension and directory. How can they?

    James

    There is no way to get the full path of the active document in a plug-in filter. A plugin automation has access to this information and the file format plug-ins.

  • How to get the default path of the data of a table space file

    I used below the sql statement to create a table space:

    CREATE A TABLESPACE DATAFILE AAA BBB SIZE 10 M AUTOEXTEND OFF...

    Notice, I do not give a full path instead of a file name, and then ask questions relevant to tables

    get the full path of the data file, assume that it's path below:

    d:\oracle\...\BBB

    So I don't think that there is a default path that oracle can use it to create the data file. My question

    is how to get this default path before creating a table space.

    Thank you very much.

    Hello

    I did similar simulations for you, then it could be seen easily:

    SQL > Show parameter db_create_file_dest

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    db_create_file_dest chain

    SQL > SELECT NAME, VALUE OF V$ PARAMETER

    2 where lower (name) = "db_create_file_dest;

    NAME

    --------------------------------------------------------------------------------

    VALUE

    --------------------------------------------------------------------------------

    db_create_file_dest

    It has the value NULL. Then where my datafile is going?

    SQL > create tablespace TEST datafile 'test01.dbf' size 10 M;

    Created tablespace.

    SQL > select file_name

    2 of dba_data_files

    3 where nom_tablespace = 'TEST ';

    FILE_NAME

    --------------------------------------------------------------------------------

    /U01/app/Oracle/product/12.1.0/Db_1/DBS/Test01.dbf

    When you check the alert logs, it will not show you the location of the data file. It will tell you what exactly you ran.

    ..

    ..

    Completed: drop tablespace test whose content and data files

    create tablespace datafile 'test01.dbf' size 10 M TEST

    Completed: create tablespace TEST datafile 'test01.dbf' size 10 M

    ..

    ..

    You can not SQL user * more? Well, I would say that, when you run the CREATE TABLESPACE command, is where you run the command:

    SQL > select file_name

    2 of dba_data_files

    3 where nom_tablespace = 'TEST ';

    FILE_NAME

    --------------------------------------------------------------------------------

    /U01/app/Oracle/product/12.1.0/Db_1/DBS/Test01.dbf


    So, you should get the location of your data file. Alternatively, you can run the query in the parameter $ v so that you know your default data file location.

    I hope this helps.

    Thank you.

    Kind regards

    Gaetan

  • How to get the page change event?

    Hello.

    I know that get changed event document as ISignalMgr-> GetServiceID of CResponder::Respond.

    But how to get the event page?  average of the event's page add, delete, etc...

    Thank you.

    Hi K159,.

    You can spy on the InDesign debug Test/Spy/SpyPreferences menu for the observer notifications. Can add or remove a page and to analyze the output of the spy.

    On the kDocBoss, there is an interface IPageList form you can get the number of pages.

    Markus

  • How to get the absolute path to a file in photoshop extended?

    Hello

    I try to send a file via an entry inside an extension of Photoshop. But how can I get the absolute path to this file inside the computer?

    Thanks in advance

    I don't know what you mean by sending a file. Do you want to open a file in PS or do I have to declare the path for support for the extension file? With javascript, you must define a variable. In Win it should look like:

    var file = new File('/c/images/myfile.psd');
    

    or

    var myScript = new File(app.path + '/Presets/Scripts/myJavascript.jsx');
    
  • How to get the page number

    Sorry, but again I question. I want to select table by ID, where ID should be equal to the current page number. How can I get the page number?

    Davyd

    Try

    where ID = v('APP_PAGE_ID')
    

    Jeff

  • How to get the full path of the af:inputFile component

    Hello

    I use af:inputFile component in my application to download an Excel file and get the data from the file.

    From the component, I could get only the file name.and not the full path to the file.

    So, I am unable to access the file to extract the data from it.

    Is it possible to get the full path of the file to access to retrieve the data from it?

    Data or data streams is only valid in the same request. Once you navigate, the stream is closed and you get nothing if you try to read it. You need to download the file on the first train in the temporary location (Tip: search ;) File.createTempFile ("temp-file-name", ".tmp") and put the file name and the path to your beans.)

    Timo

  • How to get the page name

    Hello

    I use JDev 11.1.2.4

    I have a page that is accessible from several pages, as in the menu bar link or any other page. I want to put values on the page function where this page is called from.

    any ideas how can I achieve this?

    Thank you

    Hello

    When you click on the button/link or something else, have a setPropertyListener with 'name' of the page and to = = #{pageFlowScope.yourVariable}. (assuming that you have it all in one single taskflow, otherwise use session it)

    And get this pageflowscope variable and have problems on this (to implement your own business logic)

    Thank you

    Alisson.

  • How to get the full path using HTP. PRINT ("<" input type = "file")...

    Hello everyone,

    I'm working on downloading the page file to another using the package HTP, but whenever I submit the form, it takes only the file name without the full path.
    for example:
    If I sent 'c:\dir\a.txt', the other page receives the parameter file as 'a.txt ".


    the code is here


    Download of the PROCEDURE (appno in varchar2, wsct in varchar2) AS



    l_real_name VARCHAR2 (1000);




    BEGIN




    HTP.htmlopen;
    HTP.headopen;
    HTP.title ("Test Upload'");
    HTP.headclose;
    HTP.bodyopen;
    HTP.header (1, 'Test Upload');
    HTP.print ('< form action = "https://ssltrng.uaeu.ac.ae/trng/document_api.upload1" method = "get" >');
    HTP.print (' download file: < input type = "file" name = "file" >)
    ');
    HTP.print ('< input type = "submit" value = "Upload" >');
    HTP.print ('< activated >');
    HTP.bodyclose;
    HTP.htmlclose;


    Download END;

    the other page see so

    file is "water lilies.jpg".

    Thank you

    Published by: dtabed on March 30, 2011 01:02

    For Internet Explorer 8 and later versions, you must set a security setting to get the full qualified path: see http://msdn.microsoft.com/en-us/library/ms535128.aspx.

    For other browsers, there could be a similar setting.

  • Booklet: How to get the pages aligned?

    I have 16 pages A5 printed on 4 sheets A4. The pages are printed on sheets in the right order and stppled and partially folded on the printer. A single error, is that the pages on the 'back' of the book get turned 180 degrees. For eksample: page 2 and 15, which must be printed on the back of the first sheet, turned 180 degrees. The same alignment error (?) pages occurs when the second sheet have page 4 and 14 printed on the face back of 3 and 13.

    How can I get this right?

    The printer I use is an Océ CS163

    Please tell me if you need more or some spesific information

    -Erland

    You have the options of link on your printer options?

    On our printer here I have to change to Auto link to the left or Top link according to

    Your printing options can be different

  • How to get the Pages to print postcards correspondence without borders/maps?

    I have Pages 5.6.2 and I'm unable to print postcards correspondence without borders/cards. I have the margins are set to 0 and each adjustment in the format I can think.  What I'm missing!  Is there a simple fix or is this not possible?  (I was able to do this in Publisher before moving on to my Macbook Pro - so I know this isn't my printer).  I'm extremely frustrated - thanks for your help.

    Did you install the latest printer driver for your printer and selected in your printer dialog?

    Postcards and cards being generally smaller than the usual printed sheet, they are usually implemented in multiple on a page, so what you print on and how they are arranged on the page?

    Peter

  • How to get the full path of the appellant VI?

    LabVIEW 8.x broken my code.  I used to be able to refer to a VI by name, and it now wants the full path.  Unfortunately, "call chain.vi" returns only the name.  Does anyone know how to refer to the vi (its full path) that calls a particular sub - VI, of the Subvi?  It was the second element of the array string of "call chain.vi".

    I use LV8.6.

    Thank you

    Jeremy

    Hi Jeremy,.

    I'm not sure 8.6, but in 8.5.1 you can always use a string containing the name of VI to open a reference of a VI in memory.

    Does not allow a constant way with just the name of VI well.

    Daniel

Maybe you are looking for

  • Flash 11.7 shows all content as a black box; outside of Youtube

    It's my problem, there are many like him, but this one is mine. I've recently updated to 11.7 Flash after being asked by Firefox telling me my current version (11.6.602.180) was precarious. Many video sites make videos like a very bad black box after

  • Favorites gets duplicated, rearranged, deleted, moved, or all the above after each cold start PC.

    Since the 26/08/12 in the bookmarks to a folder and subfolders either disappeared, were reorganized in other folders or "Unsorted Bookmarks", duplicate, 'old' old records of Netscape appeared in more recent cases of Mozilla, the bookmarks and folders

  • [fpga] Configuration of analog input or 7965R

    Hi all I have a card FPGA NI FlexRIO (SMU-7965R) with an adaptation module (NI 5733). I'm using Labview real-time 2012. My measurements are dominated with harmonic sound of 60 Hz, which is most likely due to the ground loop. I try to put my analog in

  • Pavilion Elite m9100z, what motherboard?

    Do and the opening, the computer is hard for me (I'm disabled). Looking around not to answer me... Could someone knows the brand and model of the motherboard? Thank you!

  • Hyperion future after SEEP techniques

    Hello gurus of the EMP.I was wondering what happens to EMP's technical resource after SEEP became common. What kind of jobs would be available in the market of technical resources. I think that the only remaining jobs of EMP technical guy would be in