Over-ride default customization for Dynamic page portlet

has anyone been successful at over-riding the default customization that comes with the Dynamic page wizard. I have a portlet that will have specific values for each user and I would like to default those values the first time the user comes in. The delivered customization screens are not adequate to do this.
Any ideas would be appreciated...
null

The question is not related to dynamic services. It is related to over-riding the default customization delivered by the Oracle portal dynamic page wizard. I need to figure out using the PDK how to enhance / over-ride the default customization that is generated. Is the preferred approach to go through the wizard and then modify the code that gets generated or should you just start from scratch and never use the wizard at all?
Thanks,
Tom
null

Similar Messages

  • Passing parameter to a dynamic page portlet

    We need to create a drill-down report using pl/sql, but it's not working when we passed a parameter. We did the following:
    1. Create a package and a store procedure.
    2. The store procedure creates the report and the look-and-feel of the report.
    3. Create a dynamic page with the following code:
    <ORACLE>DECLARE
    BEGIN
    mvdata.interbay_ops_rpts_pkg.ops_detail_procssr_rpt(p_processor);
    END;
    </ORACLE>
    4. Set the parameter to "public" in the "customization form display option".
    5. Create a page group and a page.
    6. Clicked on properties of page and then clicked on the parameter tab.
    7. Added a parameter named "p_processor_code"
    8. We also added the portlet parameter under the "portlet parameter values" and set the parameter to be a page parameter and select the name of the parameter and click OK.
    9. Launch the URL: ttp://iasdev01.bftg.com:7782/pls/portal/url/page/PG_GRP_DEVELOPMENT/PG_OPS_DETAIL_PROCESSOR?p_processor_code=DUBOIS.
    10. When we tried to launch the application we get an empty report(doesn't execute the parameter).
    11. Edit the page and went into layout mode.
    12. Click on the "edit default" of the dynamic page portlet and put the value of the parameter and it works without any problems.
    I don't understand why it doesn't take the parameter with the page url. Any help is greatly appreciated.

    I had more luck with PL/SQL items. Try something like this:
    declare
    zip varchar2(10);
    begin
    zip := portal.wwpro_api_parameters.get_value('zip', 'a');
    if zip='94065' then
       ... do something ...
    end if;
    end;Peter

  • Read parameters in a dynamic page portlet?

    Hi,
    Is it possible to read input parameters in a dynamic page portlet?
    Am I missing something if I want to read the input_parameter?
    <oracle>
    ftp.p(:input_paramter)
    </oracle>
    Thanks a lot.

    Hi,
    It is not possible to read the input parameters in the <oracle> tag. You can read it in the additional plsql code. If you have
    to access the parameter deptno then do this in the additional plsql code section.
    for i in 1..p_arg_names.count loop
    if p_arg_names(i) = 'deptno' then
    htp.p(p_arg_names(i));
    end if;
    end loop;
    Thanks,
    Sharmila

  • Color and Styles in Dynamic Page Portlets

    How do you control the colors and fonts of Dynamic Page Portlets.
    I am currently using simply syntax and let the Portlet do the rest.
    <ORACLE>Select * from Emp</ORACLE>

    Did you try to use something like:
    <head>
    <LINK rel="stylesheet" href="estilos.css">
    </head>
    before the oracle tags and inside the file include the colors and all that things?

  • Over ride default user log in?

    Hello,
    in the nutshell, I'm currently running 10.8.3 and am wondering if theres a key to press that will "over ride" the default log in user.
    My set up is that the mac automatically signs on to the family profile, then i sign out and sign into mine. I chose this set up for my rather technically challenged parents. I would like to be able to press a key or simple combination so that it shows the sign on screen and the user can choose who to sign on. I do feel comfortable using terminal if that does make a difference.
    Thanks in advance.

    Open the Users & Groups or Security & Privacy pane of System Preferences and turn off automatic login.
    (79095)

  • How to set a default value for a page item

    I am working with a facility table that has name and address information. The user can add contact name information on a separate page. Since the address for the facility and contact is usually the same, I want to add a default value for the contact address. The facility page is on 201 and the link to add a new contact row is on page 202. I showed in the default value :P201_street for the contact's address. But, when I run the page, the contact address field shows the :P201_street, not the actual facility address. What am I leaving out? Must be something obvious?!
    Thanks very much.
    Judy

    In the default value, I showed: v('P201_STREET1') with the default value type of: PL/SQL Expression and received the following oracle error ==> Item default is not a PL/SQL expression. Use &ITEM syntax. The v('ITEM') syntax is not valid for item defaults. So I changed it to: &P201_STREET1 and got another oracle error , ERR-9132 error in PLSQL expression for item default code, item=P202_STREET1.
    Any more suggestions? Thx.
    Judy

  • Do not apply Templates for dynamic page

    Hi,
    When i add a tag <ORACLE> ...</ORACLE> then all code before this tag don't displate.(I have viewed source after apply template but did't see code before Oracle tag).
    Could you tell me the way to sovle the problem.
    thanks !
    thangtk

    Dear Candace ,
    - I have a dynamic page that includes oracle tag (<oracle> </oracle>).Run it ok .
    -When i apply my template(user template) then dynnamic don't display all component of Template.
    -I had viwed source code (dynamic+template) .I only see componet code begin <oracle> to end. (contains HTML outside <oracle>..</oracle>) and all code before <oracle>..</oracle> to lose .
    Ex:I have a code
    <html>
    <head>
    <title>
    </title>
    </head>
    <body>
    <table>
    </table>
    <oracle>
    begin
    htp.init();
    htp.p('..');
    end;
    </oracle>
    </body>
    </html>
    run it anh view source then i only see:
    <oracle>
    begin
    htp.init();
    htp.p('..');
    end;
    </oracle>
    </body>
    </html>
    I lose code.
    <html>
    <head>
    <title>
    </title>
    </head>
    <body>
    <table>
    </table>
    I think that Templates don't display ,the same cause.
    I hope you will reply quickly for you.
    thanks very much !
    (sorry ,I write very bad)

  • Refreshing query data for Dynamic Page Generator

    Can anyone tell me why I must exit out of XMII and re-login in order to have any updates saved in either a Data Query or Display Query show up when I use the Dynamic Page Generator.
    I attended the Xmii beginner level training.  In the training, I could hold the Ctrl key and click the Refresh button on my browser to update the templates.
    Thanks
    Mike

    Mike,
    The reason for this was that the machines that were used in training had Java SDK 1.5 installed if you are using 1.4 you cannot hold down the ctrl key to refresh the cache you must go into Tools -> Sun Java Console -> click the "X" key and that will clear the cache.
    Erik

  • Problem: Dynamic Page portlet is not displayed on a public-viewable page

    I've written a little dynamic page portal that works nicely on secure pages, but when I create a new page and mark this page as "public viewable" - the portal is not displayed.
    I created a 2nd public page and put several prebuilt and some of our own portlets onto this page - again none worked - except the prebuilt "login" portlet.
    Is there a restriction that I'm not aware of?
    Is there a documentation about this behaviour?
    Can anyone post me a hit or link to documentatin?
    Sincerly,
    Art
    Message was edited by:
    user620777

    Make sure your Portlet Provider access is set to allow 'PUBLIC' access with Execute';
    To set, navigate to Providers > Locally Built Providers
    Follow 'Grant Access' link near provider name
    Doc Reference, Section A.5.1.2 > http://download.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_portletbuilder.htm#BABIEFJG

  • Disable caching for dynamic pages

              How do you set up a directory that is not cached by weblogic?
              I have a servlet which generates Images (to this directory) and then the images are
              displayed as part of the HTML.
              Work ok on testsystem (which is WL 6.0/ NT) but doesn't work on Solaris / WL 6.1
              - it appears as though on startup, the WL Server caches dir contents and becomes
              unaware of new entries?
              

    I don't believe that is possible.
    Instead of 2 Bundles, you could create a System Requirement on the
    Distribution Action so that it does not distribute on VDI machines.
    Then for the Launch Actions, do something similar so it launches the
    local or network copy depending on if it was VDI or not.
    On 2/18/2014 6:06 AM, pdjongh wrote:
    >
    > Hi,
    >
    > We have some ZAV applications that we would like to distribute to our
    > "FAT" Clients as well as our VDI Clients.
    > We have created one bundle that installs the ZAV.exe locally
    > (requirement not VDI) and launches the ZAV.exe (locally if not VDI, from
    > Server if VDI)
    > When we start the Bundle on a VDI Client, ZENworks will still cache the
    > ZAV.exe even though it will start from the Server.
    >
    > Worst case we would have to create two Bundles for each ZAV application,
    > one for FAT Clients and one for VDI Clients.
    > Is it possible to disable the cache completely for VDI Clients or at
    > least for these Bundles?
    >
    > Paul
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Technical Support Engineer
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Just like you have a url for a page is there a url for a portlet

    just like you have a url for a page is there a url for a page portlet... so that you can change the content of a portlet on page to another page in the portal

    just like you have a url for a page is there a url for a page portlet... so that you can change the content of a portlet on page to another page in the portal

  • Is there a way to make " focus on content " as default for all pages?

    I am trying to remove the left navigation pane on my sharepoint site. Even if I am able to modify the master page and make the "DeltaPlaceHolderLeftNavBar" property as invisible, there is some extra space that appears on the left hand side of
    the page. However, when I click on the "focus on content" button, it seems to hide the left empty space and the page title. I would want to set this as the default view for my page. Is there a way to do this?

    Hi Verma,
    I wouldn't go so far as to say your method of commenting that Script Block is incorrect, however you can more easily just add the following CSS to a script editor web part. The key to solving your issue with the left side space is the addition of the margin
    rule for .ms-fullscreenmode #contentBox:
    <style type="text/css">
    #sideNavBox {
    display: none;
    #contentBox {
    margin-left: 0px;
    .ms-fullscreenmode #contentBox
    margin-left: 0;
    </style>
    If you would like to also hide the "Show All Content" button altogether you could use the following JavaScript:
    <script language=”javascript”>
    _spBodyOnLoadFunctionNames.push(“HideBrandingsuite”);
    function HideBrandingsuite()
    document.getElementById(‘ctl00_fullscreenmodeBtn‘).style.visibility = ‘hidden’;
    </script>
    Keith Tuomi | Twitter: @itgroove_keith | Blog:
    http://yalla.itgroove.net
    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.

  • Creating Dynamic Page:  Make My Own Template Appear?

    I am creating a Dynamic Page portlet.
    During the setups for this dynamic page, in the "Dynamic Page and Customization Form Text" step, I would like to make a template of my creation appear in the dropdown of templates.
    (Examples of templates currently appearing in this dropdown list include PUBLIC.TEMPLATE_1 , PUBLIC.PEOPLE_TEMPLATE AND PUBLIC.SKY_TEMPLATE.)
    Does anybody know how I can make a custom template of mine appear in this list?
    Thank you.

    Go to the Navigator (page) > Providers (tab) > Locally Built Providers (link) > Shared Components (link) > User Interface Templates (link)
    Once there, you can either copy one of the existing templates or click on "Create New... User Interface Template" (When prompted, I recommend selecting "Unstructured UI Template" if you want complete control over your html, css, and javascript code.)
    Once your template has been created, you will be able to select it from the list of available templates and the template will be shown when the component is viewed in full page display mode.

  • Default style for input

    I need a way to change the default style of a textfield. For
    example, if the textfield is required, I want the set the
    background color to yellow (FFFFCC) so that when the page
    containing that textfield loads the background color will already
    be yellow. Here is some sudo code that I thought would work but can
    get the spry css to over-ride:
    Default style:
    .textfieldDefaultState input, input.textfieldDefaultState {
    background-color: #FFFFCC;
    Textfield:
    <span id="sprytextfield1">
    <input type="text" name="text1" id="text1"
    class="textfieldDefaultState"/>
    <span class="textfieldRequiredMsg">A value is
    required.</span>
    </span>
    <script type="text/javascript">
    <!--
    var sprytextfield1 = new
    Spry.Widget.ValidationTextField("sprytextfield1", 'none',
    {validateOn:['change']});
    //-->
    </script>

    Thanks for the response, but my problem is that I want the
    Spry CSS to override the default/initial CSS. In fact, I want the
    initial background color to be a designated color for my required
    field(s), for example yellow (which is currently the color used in
    conjunction with the onfocus event), when the page loads or is
    refreshed in addition to when the field is in focus. Currently the
    textfield samples have no default/initial CSS. When the required
    field is validated then the field should change. Currently the
    textfield samples use CSS to display the background color as red
    when the validation returns false and green when true.
    Thanks

  • Page Portlet Settings Not Propagating to User Pages

    Portal 9.0.2.6; Windows
    We upgraded to this version a few weeks ago, and we're still ironing out the kinks. We have quite a few pages that are exposed as portlets. I've edited (not customized) the page portlet settings, selecting specific regions of the page to display.
    When I spot check user's home pages, however, only the portlet headings show with no content. I've tried using the Reset to Defaults button in the customize form, but it doesn't work. Also, I imagine I'll have the same problems with any page-source portlets our users have added to their pages.
    Is there a sure-fire way to do the following:
    - Set the regions of a page to display when viewed in a portlet on a global level; and,
    - Propagate these regions throughout our entire user base
    Thank you for all the help!
    Mary

    I was able to figure out setting the global display on the default pages, but I'm still stymied at how to set the display for the page portlets for user customizations. In instances where users have added a page portlet, only the portlet header is displayed. I've done the following to try to fix the situation:
    - Deleted and regenerated the page portlets
    - Refreshed the repository
    - Refreshed the display for individual user pages
    Nothing seems to work. This is a major showstopper for us: we are scheduled to go "live" with the 9.0.2.6 version on Friday, and we do not want to ask users to recustomize their pages.
    Windows; 9.0.2.6
    Thanks for all the help!
    Mary

Maybe you are looking for

  • Kdeinit error

    I am getting a kdeinit error when trying to start kde. I have tried reinstalling and uninstalled kdemod and installed the regular kde but still the same problem with both. When I start up kde in pauses at "initializing system" and then blanks to a bl

  • Skip to next frame

    Dear all how can I advance to a next frame in a sequence upon a condition becoming true in a previos frame? I am waiting for a response from a serial instrument. If the instrument does not respond, the program sits there forever. I would like to have

  • HT1766 Wifi button grayed out

    My wifi button is grayed out, therefore I cannot backup my iphone. What should I do?

  • Math formulas and docs for IP forecasting strategies

    Hi all, For better understanding I neew math formulas for IP forecasting strategies. I've found some references on page http://help.sap.com/erp2005_ehp_04/helpdata/EN/44/03134ec148333de10000000a1553f7/content.htm to "For more information about foreca

  • Firefox keeps crashing on my htc evo shift 4g from sprint qhy

    most websites i try to use crash for firefox beta mobile and my phone product is htc evo shift 4g from sprint