Home (main) page with links of table

I don't know if the title is quite clear, I will try to explain.

I would like to create a master page containing links to other applications (pages), to be filled from a database table.

to do this, I would create a table, for example menu_home_page.

with the following columns: id, label, image url.

now, I'm not sure, is to know how to enter the exact location (URL) of my apps (pages)?

as full path, for example E:\mywork\SReports\ViewController\public_html\pages\reports\Application1.jsf?

and for images, for example: E:\mywork\SReports\ViewController\public_html\images\image1.png

applications (pages) are located in the same folder on the main drive, E:\mywork\SReports\ViewController\public_html\pages\reports

and images: E:\mywork\SReports\ViewController\public_html\images

Windows 7 Professional SP1,.

Oracle JDeveloper 12 c (12.1.3.0.0)

Java classes must begin with capital letter.

Also, is this class saved as bean managed in adf-config. XML or delimited workflow? http://docs.Oracle.com/CD/E12839_01/Web.1111/b31973/gs_jdev.htm#ADFUI940

And it should be: #{managedBeanName.apl_url}

If managed bean is recorded in the support/advice/pageFlow worn then you can also prefix scope, something like: #{backingBeanScope.managedBeanName.apl_url}

Dario

Tags: Java

Similar Questions

  • He anIs it an Adobe application to save a Web page with links still embedded in the PDF file.

    My question is are at - it an Adobe application for the iPhone that can save a Web page with links still embedded in the PDF file.

    I would save my Web pages as PDF files, and still have the links in these active pages in this PDF file. I can currently do this with my version of Adobe acrobat on my PC.  I would add also this is for personal use and I can't afford monthly fees.

    I would add also this is for personal use and I can't afford monthly fees.

    Any information would be greatly appreciated.


    Them

    Sorry, Adobe has no product available for free.

    However, if you have Acrobat DC on your computer, you can create this a PDF file. If you activate the Mobile link feature, it will be immediately available for all your devices.

  • What happened to my opening page with links to my most frequently used sites that I use to ride on a dashboard of Wordpress in one click!

    My Firefox's normal opening page disappeared. I is a page with about 12 Web pages in the small windows that are links to my frequently used sites. Some of them are the Wordpress administration pages, and I need them to access my sites. How can I get this page back?

    Another change is the persistent presence of Ask.com on each search engine. Where did this come from? I n ' [t or Ask.com. Is this something that Mozilla added in? If so, it's a bad idea. I used Google to search for and want my opening page of Firefox pet back on the opening of Firefox.

    Thank you very much for the help. Susan

    Looks like you picked up a piece of Malware change your homepage .

    https://support.Mozilla.org/en-us/KB/troubleshoot-Firefox-issues-caused-malware

  • Reports: Javascript in the area on foot of page with links in cells

    Hi all!
    I need to put hyperlinks in my APEX (4.0) report and I read there is no direct option for IT... that's how I thought to do, so...


    My reports contains two columns:
    DEVICE and HEALTH.
    The first contains a string with the name of the device and the second is a number that is expected as in percent.

    I need channels in the DEVICE columns are also links to another APEX page where I have to generate a graph of "dynamic".


    That is: we can intend to a report that the DEVICE is '000 x 0' and line '30 HEALTH.
    APEX generate HTML code like this:

    < headers td = 'DEVICE' class = 'data' > 000 x 0 < table > < headers td = 'HEALTH' class = 'data' > < table > 30

    But I also need '000 x 0' to be a link to: "f?" p = 104:4:2205607043123699:THE_DEVICE:000 x 0 "."
    To say: the fourth page of my site of APEX, where "THE_DEVICE" is an APPLICATION_ITEM and contains the name of the device clicked.


    First thing I tried is to re - write pl/sql query to automatically returns the HTML for the link, such as:

    Select
    ''|| DEVICE of |'' as a PERIPHERAL,
    trunc (HEALTH, 2) than HEALTH
    of [...]

    But the APEX convert special characters to the & x; values:
    & amp; Lt; a href = & amp; quot; f? p = 104:4:2205607043123699:THE_DEVICE:000 & amp; quot; target = & amp; quot; _self & amp; quot; & amp; quot; & amp; GT; 000 & amp; Lt; /a & amp; GT;


    Second thing, I thought is to give a Unique ID to the region of the report ("ALARM_DEVICES_REG") and try to change this text dynamically by adding JavaScript to the footer area.

    I checked and found in this forum a JavaScript suggested to someone who has had a similar problem to mine, then I tried to adapt to my situation.
    The fact is that my JavaScript in the footer area does not seem to work at all! Or a simple document.write ("bye!"); COMAND!
    How possible?

    The JavaScript code, I tried to create could also contains errors, and it is the following:


    < script type = "text/javascript" >
    var y = document.getElementById('report_ALARM_DEVICES_REG')
    var x = y.getElementsByTagName ('TD');
    var s;
    If (x)
    {
    for (var i = 0; i < x.length; i ++)
    {
    s = x.item (i);
    If (s.GetAttribute ('headers') == 'DEVICE')
    {
    s.Data = replaceHtmlEntites (s.data);
    }
    }
    }
    < /script >

    I noticed the innerTable for reports a "report_ALARM_DEVICES_REG" id area (while the outside has "ALARM_DEVICES_REG") so I used to be more selective.

    replaceHtmlEntites is a function which should bring the special character of "& x; ' values and it is the following (I put it in"Function and Variable overall statement"field of the APEX of the State page):

    var replaceHtmlEntites =)
    function() {}
    var translate_re = "/ & (nbsp |)» amp | quot | Lt | GT); / g » ;
    definition of var = {}
    "nbsp": "",
    'amp': '& ',.
    "quot ': ' \ ',"
    "lt": ".."
    'gt': ' > '.
    };
    function (s) {}
    Return (SS. Replace (translate_re, {function (match, entity)
    back translation [entity];
    }) );
    }
    })();


    Shouldn't this work? And if not, why?
    Thanks to you all!

    You should be able to edit the column in the developer and scroll up to 'Column link' and use it. Tried not to who? Or he does not satisfy your needs?

  • Presentation page with link

    I have a big update of the page that contains editable columns and a few links that will display a report in the region below. The user makes changes to the editable columns and clicks on the links, the changes are lost when the page is reloaded. is it possible to keep these changes, otherwise how can submit the page to save the changes to the link onClick? any ideas are appreciated.

    Thank you
    Surya

    Hello

    It is possible, if you do all of the call function «doSubmit()» links I did it for paging on this page links: [http://apex.oracle.com/pls/otn/f?p=12053:3]

    If you hover over the link, you should see the following in the status bar:

    javascript:doSubmit('f?p=12053:3:3353913908100655:pg_R_7105723812985186598:NO&pg_min_row=11&pg_max_rows=10&pg_rows_fetched=10');
    

    Of course, the link itself is generated by Apex and for purposes of pagination. However, you can create something similar to the column of your report HTML Expression (rather than using the normal link settings). Something like:

    <a href="javascript:doSubmit('f?p=&APP_ID.:3:&SESSION.');"<#COLUMNNAMETOSHOWFORLINK#</a>
    

    You can update the URL to include pass values in elements of page as well - I haven't shown here.

    Then you need also a branch conditional page. Create a new Plug and set the target to 'URL' Type instead of "Page in this Application. Then, in the parameter of the target URL, add in:

    &REQUEST.
    

    and set of PL/SQL Expression condition of:

    :REQUEST LIKE 'f?p=%'
    

    The doSubmit() supports the page and sets the value of the REQUEST to the URL. Condition of the branch detects this and redirect the URL itself

    It was all based on [http://www.oracle.cc/2009/08/11/force-page-submits-when-paginating-through-a-report/]

    Andy

  • Game/load several flv files on a single Web page with links?

    Hello

    I am looking for a way to place thumbnails of video clips (FLV) on a Web page and each load a separate video clip in a 'container box' of all kinds via xml or another script that loads the 'necessary' as opposed to all at once. I've seen a few scripts in flash - I was wondering if there was anything available that would be easy to add/remove without flash?

    Any input would be greatly appreciated (espaecially looking for examples, I can see how works before construction - the flash version, I saw in Adobe offer, scripts and tools to create, but I couldn't find a way to get an overview before going through the motions...)

    Thank you

    Jesse

    Take a look at RAVE Wimpy Streaming Media Player

    http://www.wimpyplayer.com/

    Or this MC free Flash Media Player

    http://www.mcmediaplayer.com/

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics |  Print | Media specialists
    www.Alt-Web.com/

  • Refresh the data in the 'main' page update Popup

    I have several pages with links URLs to popups to make updates of the data on the 'main' page
    My problem is that once the user modifies the data through the popup page, they must click the Refresh button to get this area for update on the "main" page to reflect the changes, they did on the shortcut menu.

    Is it possible to have a page automatically refresh when data are changed on a separate page (popup)?

    Thank you very much for your understanding.
    -Reid

    Hey Reid,

    Hope this link will help you regarding what you are looking for:

    Re: Update of Popup window

    Kind regards
    Blabla

  • Long page with form PHP_SELF?

    I create a fairly long-page with links to different article ID - about, services, portfolio, contact.

    The contact form is at the bottom of this long page.

    Independent form and the processing script in an include file on the server side.

    Form action = "<?" PHP echo htmlspecialchars ($_SERVER ["PHP_SELF"]);? > ">"

    When drop button is clicked, it directs the user to the top of the parent page that is undesirable.  I want the form to recharge and take the user back to #contact section so that they can see the error messages / confirmed.  What is the best way to do it?

    Thank you

    Nancy O.

    Rather than using PHP_SELF, you can simply use the name of the page with a hash anchor link, like this

    MyForm.php #contact

    I only use PHP_SELF on some old forms, that I have not updated. I prefer to use the name of the file. This allows you to mix both POST and GET at the same time, so useful, like this:

  • Image with link in Firefox features, half of the image/link is active in Chrome, image/link in Safari

    I have a page with links to nav 2 from 2 different images. 1 image / link works well with Firefox, Chrome and Safari. The other image / link works well with firefox, only half of the image is active in Chrome and none of the image is active in safari. Fine links documents extraction. I replaced the image, the container as well as relinked. The result is the same. Can someone please? Here is a link to my site (current) PikiPiks: critical film the first 2 images in the left column are currently linked. The first image / link for "From Kiki's Delivery Service" is the problem.  Thank you! MacOS 10.9 / Dreamweaver CS6

    Delete the empty apDiv7 after your tag.

    In this case, apDiv7 has a higher z-index and covers some of the other items on the page, so clicks will this empty layer instead of the links below.

    Some browsers allow you to better guess what you will do when they run into errors like this, looks like Chrome is less forgiving in this situation.

    Also, look at using css floats, margins, and padding to position elements, rather than position: absolute, you are likely to encounter more problems if you continue to use the APDiv button.

  • Refresh the main page of the dynamic region

    Hello

    I have a main page with a dynamicregion. Inside the taskflow of a region, there is a methodcall activity (method of a java class). When this methodcall is called and after his execution, I would like to refresh the main page any. I don't know how to do it. Could someone help me?

    Concerning

    Hello

    Take a look at the element parent of action. You add this to the flow of tasks and navigate on it send a request to the parent

    See: http://www.oracle.com/technology/products/adf/patterns/11.1.1.1.0/ADFRegionInteraction.pdf

    Frank

  • I want the user to click on a link on the home page that opens to another page with the corresponding ToolTip target openedon this page. How can I go about it?

    I tried to place an anchor in the target area and linked the link to the homepage on the anchor link and it did not work. Tried to tweak the name of the link: services / #managedservices and got a page fault.

    I want visitors to be able to click on a link 'service' on the home page and to open service page with the target already open for this service. Any suggestions? I'm open to sending screenshots and link to view.

    Thanks, Nichole

    You should have no problem link to an anchor on another page. Simply select the anchor point in the menu for hyperlinks. In the case, it may not work are if the anchor is in a tab or a sign of accordion or other gadget.

  • FF won't open links to e-mail, just empty page with the correct address

    FF in the past few days stopped at the opening of the pages when I click on a link in an e-mail. For example:
    https://mail.Google.com/_/SCS/mail-static/_/js/k=gmail.main.en.so9sxCEetKI.O/m=m_i, t/am=PiMewvzf-4NYZ5Bd-kDF_v33u0-KnXke_9-bAJK9Avi_2f8D-D94H30hAQ/rt=h/d=1/t=zcms/rs=AHGWq9D8SCuVUpZg9oFS9tQOL0c2MfFJFQ
    As much as I hate IE, I tried to open the page with the link in IE and it worked fine. All my plug-ins must be up-to-date.
    Please answer in simple terms, I get confused easily.

    Thank you
    Bernadine

    Thanks for the reply. I am connected to several days and it has no importance.

    Helping has get rid of Panda anti virus I had just installed. I'm back with Avast and everything works well again.

  • How to link two tables with form

    Hello

    Here's what I want to do

    I have a table-> Student (rollno, name)

    I also have these two tables (rollno, marks) Math Physics (rollno, marks)

    now, I want to have a form in my page (in which I can navigate school records) and two tables in the adf (Math, physical). When selecting a certain record of the form, I want to see data associated with these two tables.

    I try to make the link display but works for me...

    Please help me on this.

    -Usman

    -Open the module of the application

    -Go to the model data tab

    -You will see all the your available on the left and your already added to the AM to the right

    -For the your who are 'master' for others your (in your case, student VO's master VO of Math and physics VO), you will see a (+) monkey behind it

    -Expand this node and you will see the math and physics your.

    -Math VO on the left and the VO student on the right then click on the button (>) to shuttle Math VO VO of the student child and give it a name

    -Repeat step for physics VO

    After completing the above steps and save, go back to your jsf (or jspx or...) and in the data tab control you will see this student VO is now two children, Math and physics. Use WHAT YOUR theses to create your tables for details.

    Kind regards.

  • Link to page with LOV cascading don't set the element LOV

    I have a page with two elements LOV DB and TABLE. The TABLE is set cascading to the DB. These elements to work on the page very well. The problem is that if I connect to this page for an interactive report on another page, only the point DB prepares while ARRAY elements by default on the first item in the list instead of what I spend.

    URL of the link:

    http:// < servername >/apex/f? p = 101:376: < ID >:no:RIR:P376_DB, P376_TABLE:audit, Pub. ScanEvent

    With the help of Apex 4.0.

    Hello

    Rob Farver says:
    I have a page with two elements LOV DB and TABLE. The TABLE is set cascading to the DB. These elements to work on the page very well. The problem is that if I connect to this page for an interactive report on another page, only the point DB prepares while ARRAY elements by default on the first item in the list instead of what I spend.

    URL of the link:

    http:// /apex/f? p = 101:376:: No.: RIR:P376_DB, P376_TABLE:audit, PUB. ScanEvent

    With the help of Apex 4.0.

  • You must pass values of 'return' of item selection list while trying to assign the value via a URL. Make sure the audit and PUB. ScanEvent are the correct return values
  • Make sure that the child value is good for the selected parent value. that is, the table PUB. ScanEvent must be a child value for DB audit. If you pass an incorrect combination of parent-child of the values that have been created as cascading, only the parent value is defined.

    Kind regards
    Hari

  • Redirect to different pages based on the value of linked report table

    Hello

    I wanted to navigate to different pages of a report link based on a value from the table on which the report is based. I was able to link to a particular page without any problem.

    But I wanted to link to different pages depending on the value in the table. Please let me how can know I do this?

    Thank you

    Kaminey wrote:
    I use Apex 4.2 and my report is a classic.

    If I click on empID in a classic report, now it redirects to page 1. Now what I want to do, if I click empID, if his role as MANAGER he should redirect to page 2 and fill out the form on the page with the details of the employee. The role of the employee is ANALYST should redirect to page 3 and fill in the form on the page with its details

    This approach makes maximum use of the APEX has standard and minimizes the extra programming.

    1. If it is not already included as a displayed value, include the role column giving the value of MANAGER/ANALYST as a hidden column in the report.

    2. create the link in the column on the EmpID column, with the target of the link on the same page as the report and ask the role column value (for example #ROLE #).

    3. on the page of the report, create a On Load: front branch to page 2, with an request = Expression 1 condition with 1 Expression defined for the MANAGER.

    4. on the report page, create a On Load: front branch to page 3, with a Request = Expression 1 Expression 1 ANALYSTvalue condition.

Maybe you are looking for

  • How can I get the images to display in order of filename on my iPad?

    I have about 800 images I use in teaching Kinesiology, and their file names provide the structure (they are named by the chapter number then the image).  How can I get to display in order of file name in 'photos' on my iPad? Second, how can I check t

  • In 2007, I bought an iMac G5 and my safari videos are slow and jerky. What can I do?

    In 2007, I bought an iMac G5 and my safari videos are slow and jerky. What can I do?

  • Fan making a lot of noise but no update BIOS

    Hello everyone. For a few months now my HP Touchsmart 600-1140sc began to go crazy with the fan when I start it the night before (I think it's the sleep less :-) mode he's going in when I click on the button in the upper right of the computer!) and s

  • HPE-340uk confused PSU

    OK if im getting a GTX550ti and need amps 24 + and + 12 volt however when I looked at the PSU, it was so confusing I never knew what to use and see if I can manage the GC I got these and noted the Output = 5.08v, 25A MaxPower = 12vA - 18 Max combined

  • different spider Solitaire

    I was hunting Spider for Windows 7 and clicked on something that showed a lot of different styles of spider. I loved. But alas, I uninstalled it. It was polite of something. He had Eastern games, and the one I liked the best was Appachian or somethin