Pass Page Parameter to next page

Dear all,
How do I pass a Page Parameter from one page to the next page?
I have an omniportlet - SQL portlet defined, where one of the items is a link. I want one of the columns to be a hyperlink to a detail page. So I have to figure out 2 things:
- how do I dynamically create the hyperlink
- how do I catch the parameter value on the detail page?
Regards

Hi Linkit:
Two things you may want to look at --
1) The URL you indicate below while accurate is not considered a "durable" URL and could change. In fact it does change in the 10.1.4 portal version and will also be different across environments (dev, test, production ...) . If you look at your on-line portal help, do a search under "direct access URL", it has a decent write-up on how to do exactly that. In general on pre 10.1.4, it is http://<hostname>:<portnumber>/pls/<dad>/url/page/<pagegroupname>/<objectname> such as http://portal.mycompany.com/pls/portal/url/page/mypagegroup/mypage/mysubpage. This changes slightly in 10.1.4.
2) For the receiving page to receive the parameter, it also needs to have a page parameter setup on it. If you set it up under the same name it should work. Also, in your example below, the ? in front of the parameter name ##DBCOLUM## should be a &. (? is used for the 1st parameter on a page _pageid in this case, and & is used for all other paramters)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • How to pass date parameter from one page to other in BSP application

    Hello gurus,
    In my BSP application i have taken an input field and made its type "date" and its value also of type date and have set showhelp .
    Now once a particular date is given as an input i want to pass its value to next page. And in next page i have to fire a query based on the date entered in previous page...
    Now my prb is that my date value is not getting passed to the next page.
    I have used
    navigation->set_parameter( name = 'BEGDA' value = BEGDA ).
    to pass date parameter.....still parameter is not getting passed.
    plz help me with this.....
    thankx.....

    Hi Eddy,
    By truncation i mean the entire date becomes 10 char including the ' . ' eg(06.12.2006).
    so with begda being 8chars it takes my date as 06.12.200
    as a result my query is not getting executed.
    now i have tried to use a FM  'CONVERT_DATE_TO_INTERN_FORMAT'.
    in my 1st page but still in 2nd page its giving me following error.
    <b>The data that was read could not be written to the specified target field during a SELECT access. Either the conversion is not supported for the type of the target field, or the target field is too short to accept the value, or the data is not in the appropriateformat for the target field.
    </b>
    Regards
    Swati

  • Omniportler HTML Layout - How do I pass a parameter to another page?

    How do I pass a parameter to another page from an HTML Layout like I can with the Tabular layout?

    If I have a parameter I can pass it from one page to another, i.e. if I have a list of customers and I want data for that particular customer alone, I can create a page parameter form or an omniportlet where I would then pass the value of that portlet to the page. I would use a string like the following: https://test.test.com/test/page?_pageid=536,7483646&_dad=portal&_schema=test&customer=##CUSTOMER_NAME##

  • HT5655 After clicking Safari prompt box to "Download Flash..." , I'm linked to the Adobe Flash Player Download page. I click the "Download Now". The page advance to next page in the download process but then immediately goes black and nothing happens.

    After clicking Safari prompt box to "Download Flash..." , I'm linked to the Adobe Flash Player Download page. I click the "Download Now". The page advance to next page in the download process but then immediately goes black and nothing happens. System preferences firewall is off and apps are allowed from anywhere and in Safari other plug ins are allowed and cookies are not blocked and pop up windows are not blocked. Why won't Flash Player download?

    Don't DL Flash from web sites. If you have Adobe Flash installed it should be in System Preferences and you can find the latest version and download from there.
    If you are installing for the first time,this is where to DL it.
    http://get.adobe.com/flashplayer/

  • Select previous page items or next page items (IDCS3)

    Hello all,
    How can I refer to previous page or its item? I am trying to do something below. if a textFrame with label "myFrame" is missing on current page go to next page (or may try to next page)
    for (var i=0; i<=myTotalPage-1; i++)
    app.activeWindow.activePage =myDoc.pages[i];
    //$.writeln ("Page is :"+myDoc.pages[i].name);
    if(!(myDoc.pages[i].textFrames.itemByName("sections")!=null))
    var myText="sometext";
    myDoc.pages[i].previousItem ().textFrames.itemByName("myFrame").insertionPoints.item(-1).properties = { appliedCharacterStyle : "myCharacterStyle", contents:myText};
    else{
    var myText="anotherText";
    myDoc.pages[i].textFrames.itemByName("myFrame").insertionPoints.item(0).properties = { appliedCharacterStyle : "myCharacterStyle", contents:myText};
    I know that previousItem () is not supported here, just added it to make the things clear.
    Any suggestions greatly appreciated.
    TIA,
    --PC

    Hello again,
    Kasyan's suggestion
    var myPreviousPage=mydoc.pages[i].previousItem(myPage);
    do not prompt for any error if selected first page.
    Harbs suggestion though prompts error if selected first page (obviously there is no  previous page)
    var myPreviousPage = doc.pages.item(page.documentOffset+1);
    but both of them fails if I try
    myPreviousPage.textFrames.itemByName("myFrame").insertionPoints.item(-1).properties
    = { appliedCharacterStyle : "myCharacterStyle", contents:myText}; //Object is invalid
    but works for the next page (at least Kasyan's suggestion: not tested Harbs idea).
    myNextPage.textFrames.itemByName("myFrame").insertionPoints.item(0).properties
    = { appliedCharacterStyle : "myCharacterStyle", contents:myText};
    I beleive this has nothing to do with insertionPoints(-1) I am trying for myPreviousPage case and ID do look for back pages???????? Simply getting nuts.
    Any ideas???
    --PC

  • Showing «previous page» resp. «next page» buttons in fullscreen mode

    Hello,
    I'd like Adobe Reader to display «previous page» resp. «next page» buttons in fullscreen mode like Acrobat Pro does on the left hand buttom corner (or anywhere else...). Is there a way to create a PDF that does that automatically while it opens in «Reader» in fullscreen as well? all I get right now is the hand symbol with an arrow in it...
    Thanks for any hints!

    In the preferences of Adobe Reader enable the entry *Show navigation bar':

  • How do I pass a parameter from one page to another page?

    Hi,
    There are two JSF pages(a.jspx and b.jspx), when click a link(e.g...b.jspx?parameter=123) on a.jspx, it will forward to b.jspx, my question is that how can i get the parameter=123 in b.jspx?
    i use adf 10g.
    thank you very much!
    Edited by: Yitao Li on Jul 13, 2009 2:20 AM

    Hello,
    I would recommend to avoid using visible parameters in your querystring.
    In adf 10g on your command link/button you can use thesetActionListener to set something in the request scope or even better, a backing bean.
                  <af:commandLink text="text"
                                  action="pageB">
                    <af:setActionListener from="<yourvalue>" to="#{requestScope.parameter}"/>
                  </af:commandLink>You can then access this value on the next page without making the paramater visible to others.
    This can be done with the code Simon provided.
    -Anton

  • How to pass multiselected values to next page

    Hi,
    I am fetching some rows from the database & displaying those rows in my mainPG through TableRN. Inthat Table I enabled multiselection option and if i select 5 rows outof 15 rows & if i click the submit button, i want to display only the selected rows in the next page.
    i.e
    MainPage
    col1 col2 col3 col4
    row1
    **row2
    row3
    **row4
    row5
    row6
    **---->selected rows
    Next Page
    col1 col2 col3 col4
    row2
    row6
    This is my requirement. so anyone plz let me know how to do that? how to pass those selected rows values to the next page while clicking Next buttion.
    thanks in advance
    logu.k

    Hi Frank,
    Thnaks for your reply. actually it is not a JSP pages. i am developing some self service application pages through Oracle application Framework (OAF). There i have cratedone mainPage (i.e MainPG.xml), which contains one Table Region with multiselection option enabled.
    Now i select some rows in the Table and if i click the next button only that selected rows should be display in the next page, i am using different Controller file (CO) for each pages (that next page also OAF page).
    this is what my requirement.
    so could u plz help me out how to do this.
    thanks
    Logs

  • Display page parameter in a page

    hi,
    I have one page parameter and i want to display in another page using Dynamic Portlet. I used portal.wwpro_api_parameters.get_value('status_desc','a'); in <oracle>. But i wont display the value. Could please anyone help? Is there any other way to display it..?
    Thanks in advance

    But.....what do you want to display ?
    I you want the parameter name you can try to use:
    wwpro_api_parameters.get_names
    get_names
    function get_names(
    p_reference_path in varchar2
    ) return owa.vc_arr
    Returns a list of parameter names, given the portlet's reference path. If no names are found, an empty list is returned.
    Any user can use this function.
    Example:
    If a URL has these parameters:
    http://.......?empno=10&deptno=10&ref1.deptno=20&ref1.deptno=25&ref1.folderid=30
    where 'ref1' is the reference path of the portlet instance.
    Then this call:
    l_names owa.vc_arr;
    l_names := wwpro_api_parameters.get_names
    p_reference_path => p_portlet_runtime_record.reference_path
    Returns:
    deptno and folderid in l_names
    Parameters:
    p_reference_path - a unique identifier for a portlet instance on the current page. The reference_path is passed to the portlet's show procedure in the portlet_runtime_record.
    Returns:
    an ordered list of parameter names for a given reference path or and empty list if no parameters were found for that reference path
    Since:
    Oracle Portal 3.0.6.6.5

  • Page Audio and Next Page Attempt

    Acrobat 10.
    Have a PDF document of 44 pages. PC is a relatively hi-performance machine. On one page I added an audio clip. The characteristics are: mp3 (2.51 MB); "enable"=The content is clicked; "disable"=The page content is not visible; "playback"=Play content on page. Since the audio clip pertains to that specific page, I do not want a floating window (if that has any bearing to the problem). When I am at that page and click to start the audio all is ok. If the audio is still playing and I click the down arrow to advance to the next page the audio shuts off immediately but it takes 12 seconds before the next page appears in the window. Is that normal?
    Joe

    Put it in an ArrayList and use a paging library e g displaytag or write your own paging where you can put the list in a Result object and the page parameter in the query string, then iterate over the list, fetching only the 10 records you want to display each time:
    localhost/list?page=1
    localhost/list?page=2
    localhost/list?page=3
    If you make use of sql, use limit calculated from the page variable in the http query string.

  • How to print Last Page Balance on Next Page Header

    I am using Report 3. I have three field in
    my repeating frame.
    1. received
    2. issue
    3. balance
    Balance Field is running total of received and issue.
    I just want to print balance outside of my
    repeating frame at the end of page and then
    in header of next page.
    null

    I have the same question. Someone know how to do this. plz help.

  • My i-tunes Wish List only shows the first page, it used to show all the pages- like the next page button is disconnected?

    My i-tunes Wish List only shows the first page- it used to show all the pages. Its a little like the next page button is disconnected?
    Any ideas?
    thanks
    Simon

    I would say all types. Any kind of document/ file that has multiple pages, I can't get to the next page.

  • Memo data type displayed half page continued on next page

    Post Author: j45c
    CA Forum: Crystal Reports
    I am currently using crystal report IX which the memo field only displayed half of the page and continued on the next page. I have set can grow = true, keep object together = false and close border on page break = true.Would like to know how should I solve this by having the memo to filled up the rest of the page before continue display on the next page? Thanks in advance.

    Yes, you can't rely on getting the last entered ID on the next page as it may not be from the same person. I use the Insert-retrieve extension from Tom Muck which does this at the time of insert and stores it in a session variable. But backing up a bit, are 4 different forms really necessary. Most expense form are able to use a single form to capture all pertinent date. I would design a single form, submit it while using the retrieve ID extension, and direct to a summary page. That page would grab the just inserted records, and perform any monetary calculations needed. Also provide a link to an update page, basically a duplicate of the input page but with a recordset and fields Pre-populated. Once it's been input, reviewed and updated if needed, then it can be emailed, printed or exported to what the accounting people need to process it. Future enhancements may include a status indicator that defaults in incomplete. When in this mode, the user can log back in at a later time to complete it. Upon final submission, the record updates to Complete which prevents the user from making further changes. You could also build an admin section for various management tasks, and to enter the status of the request, that would appear in the users profile so they can see if and when they will get paid, or notices that require more info, like receipts.

  • When I load pictures, I only see one page, on the next pages the pictures are grey, how to slove this?

    When I load pictures, I only see one page with pictures. On the next page the pictures are grey. How to slove this?
    Thanks a lot.

    Sorry, I don't think I made myself clear on what I am trying to do.  I am looking for a way to do this process a lot quicker.  Sometimes these agendas could be 100 pages.  Since I can only select text from one page at a time from the PDF after I scan it, this takes up so much time.  What I am looking for is a way to open up the PDF file after scanning and be able to select text from all the pages and cut and paste into word.  For example:
    I scan 20 pages and save to PDF
    I can view all 20 pages - pages 1 to 20
    I want to highlight text starting at the beginning of Page 1 and ending on the last word on page 20?
    Cut and paste everything into word
    Is there a way to do this or should I be using another Adobe product to accomplish?
    Thank you.
    Cathy

  • Pages Textwrapping to Next Page

    Hey guys,
    Sorry if this is redundant with another topic. It's only my 2nd day on a Mac so I'm a little lost right now. In Pages, I've noticed that text seems to wrap an entire paragraph to the second page when you are typing, leaving a large amount of white space at the bottom of the previous page. Is there a way to change the threshold for this wrapping so that it'll just put the sentence that causes it to go to a new page on that new page?
    Thanks.

    Vismy,
    Welcome to the world of Macintosh. If it doesn't feel sunnier and brighter in here yet, it will.
    In the Pages toolbar, click on the Inspector icon to open the Inspector palette. Now click on the large T icon (Text inspector), then the More button. Take a look at the Pagination & Break checkboxes, and play with them until you get the behavior you want.
    -Dennis

Maybe you are looking for

  • Index not getting used in the query(Query performance improvement)

    Hi, I am using oracle 10g version and have this query: select distinct bk.name             "Book Name",                 fs.feed_description "Feed Name",                 fbs.cob_date        "Cob",                 at.description      "Data Type",      

  • JDBC Sender Adapter - Restrict number of rows fetched, Oracle

    Hi, Is it possible to restrict the number of rows fetched by the JDBC Sender adapter at each run? What would the appropriate Select and Update statements be to make sure a limited number of rows are selected and flagged as processed? We are connectin

  • Superdrive in macbook & mac mini ... / compatible with all Sony displays ..

    superdrive in macbook & mac mini are and dvdram drive [read/write] ? if yes what is the speed ? Can accept disks cd/dvd created on a windows machine ? mac mini is compatible with all Sony displays like SONY 17 inch SDM-X73/B .26 DELUXEPRO 1280X1024 D

  • Looking for a way to monitor forums for a text string.

    Hi as the subject says I'm looking for a way to monitor various forums for a list of text strings and give me a link to the post. I'm have tried googling but cant find anything specific enough I've tried looking at methabot but am unsure as to if thi

  • SCCM Software Update Agent remains disabled

    Dear All, on single notebooks the Software Updates Agent remains disabled even if the Client Settings policy is set to enale the agent as in the attached images: Even though if I set e.g. the remote tool agent as disabled, the agent becomes disabled