Nested Portlets and ability to dynamically render Portlets

hi,
I have a dynamic page created to show a set of product items. This is then rendered as a Portlets- each a specific instance (parameter) of the dynamic page.
If the User decides to look at a different set of "groups"/portlets, I would like to call an API which renders as many portlets as the number of groups User wishes to see.
I am basically looking for a way to spawn certain number of portlets on a page, and supply a parameter to each of them while doing it.
So, every user would have his/her set of Portlets chosen.
Keep in mind that all these portlets are the same, but different parameters.
Is there an API to call/render portlets on a page.
regards
-Ananth

Ananth did you find this
How to call a portlet on the page

Similar Messages

  • 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?

  • Nested Sequence and Maximum Render Quality

    I use quite often nested sequences and sometimes within nested sequences. Do I have to check the flag Maximimum Render Quality in each sequence setting or is it enough to have it marked in the root/top sequence? I guess, I have to. Is this correct?
    regards,
    Claus

    For exports the checkbox in the export settings dialog overrides all others. For preview rendering make sure to check it on the top sequence in which you are rendering previews.

  • Problem w/ Nested Datasets and Master/Detail regions

    Hi, I'm being using spry for a couple of applications and
    really love it. This is the first time I've tried to utilize a
    nested dataset and I'm having some difficulty loading the nested
    data. I'm getting a js 'Object does not support this property or
    method' error in IE and a 'Failed to retrieve data set (dsCreds)
    for spry:repeat' in FF.
    I've tried to map examples to my application but of course
    it's slightly different. I have a master/detail region dynamically
    generated from a .php file and part of the detail region has the
    nested dataset. Maybe (hopefully) it's something obvious. I've
    broken out a test case that demonstrates what's happing - If anyone
    could take a look I would be extremely grateful!
    The .htm file is on:
    htm
    file
    The .PHP file that generates the dynamic XML is on:
    PHP
    file
    A sample .XML (generated from the .PHP file is
    Sample XML
    file
    Even without the Nested set getting generated the
    Master/Detail section works fine.
    Thanks so much for any help!
    Edit - Apologies for all the inline css - still developing
    :)

    Hi,
    The dataset name in the NestedDataSet constructor does not go
    in quotes.
    Try var dsCreds = new Spry.Data.NestedXMLDataSet(dsAgents,
    "credentials/cred");
    and see if that helps.
    Don

  • Struts-Layout layout:tabs Problem; dynamically render tabs

    hi,
    i have been trying to combine the <layout:collection> and <layout:tabs> tags to dynamically render tabs. (if the collection contains 5 objects, i wanna have 5 tabs, and if the collection contains 2 objects, i wanna have 2 tabs...)
    like this:
    <layout:form action="/someAction.do" styleClass="FORM">
    <layout:tabs styleClass="FORM" width="400">
    <layout:collection property="aProperty" indexId="index" >
    <layout:tab key='${index}' width="50">
    <layout:collectionItem title="rooms.token">
    <layout:text property="aProperty[${index}].BID" layout="false" size="5"/>
    </layout:collectionItem>
    </layout:tab>
    </layout:collection>
    </layout:tabs>
    </layout:form>
    It renders, but it is not displayed correctly. for example, if there are 2 objects in the collection, i get 3 tabs. and the rendered html-table contains mistakes and destroys my page.
    has anyone an idea what i could do?
    I appreciate any help, thank you, martin

    Do anyone kno more about Struts-Layout-tabs...........In a Struts forum? Probably.

  • Dynamically render items

    Is there a way I can dynamically render items on a page?
    I have a table with item names, types (radio, checkbox, etc), default values and labels. I want to be able to just add rows to this table and have them show up just as if I had manually added the items using the App Builder. After Submit procesing for the page should be able to access the values of the items just as "easily"
    Thanks

    Hi, <BR><BR>
    Ok, I've created a plsql region as follows to dynamically build my form:<BR><BR>
    DECLARE<BR>
    --Cursor to pull out all active records from RES_DLV_CONSERVATION table<BR>
    cursor c_records is <BR>
    select CON_ID, CON_SCHEME <BR>
    from RES_DLV_CONSERVATION <BR>
    where CON_ACTIVE = 1;<BR>
    --Variables to hold the records from the cursor<BR>
    v_id number;<BR>
    v_record varchar2(4000);<BR><BR>
    BEGIN<BR><BR>
    --Open a table to hold the manually created Accreditation form<BR>
    htp.p('<table>');<BR><BR>
    --open cursor and loop through records populating variables<BR>
    open c_records;<BR>
    loop<BR>
    fetch c_records into v_id, v_record;<BR>
    exit when c_records%notfound;<BR><BR>
    <i>--Build a form dynamically using the variables. <BR>
    --Use the record id to create the names of the form items<BR>
    --so they can be referenced later. <BR>
    --('chk_' prefix for checkboxes, 'inp_' prefix for text)</i><BR><BR>
    htp.p('<tr><BR>
    <td><font class="label_def">'||v_record||' </font></td><BR>
    <td><input type="checkbox" name="chk_'||v_id||'"></input> </td><BR>
    <td><font class="label_def">Names of Accredited Staff</font></td><BR>
    <td><input type="text" name="inp_'||v_id||'" style="width:300"></input><BR>
    Seperate each name with a comma (,)</td><tr>');<BR>
    end loop;<BR>
    close c_records;<BR><BR>
    --Close table<BR>
    htp.p('</table>');<BR><BR>
    END;<BR><BR>
    I've named each of by items using the record id. <BR>
    I now have to create an insert function to populate my table from the form<BR>
    How do I then reference these items manually to insert the values into my table.<BR><BR>
    Cheers<BR>
    Yog

  • Difs NEST AUDIO and AUDIOMIXDOWN

    Hi all!
    Can you tell me the real dif between NEST AUDIO and AUDIOMIXDOWN?
    Audiomixdown shouldn´t creat a "new" audio clip (?) why do i have to render a "mixdown" (?) if i can do the same thing with nested .
    I´m doing audiomixing with a lot of audio tracks with cross dissolves... the help me up i´ve "audiomix it down" but when my timeline crosses the dissolve FCP "bips" andi have to render... but a "audiomixdown"???
    Thank you!
    HBars

    Hi David!
    Thank you for your msg!
    Uau... sms´s in apple discussions, eheheh! You don´t pay for more than 160 characters, eheheh!
    Ok, so... you´re saying the same, but in other words... if mixdown should create a new file, why do i have to render it (?) and why there is a render function called "render mixdowns only" (last function of render).
    Is works with video, but with audio it´s not the same... try it! multi audio layer with multi dissolves, then audiomix it, do some "audio post production" and see when ask you for render!
    HBars
    p.s. tk u fr t msg!

  • Read the job Z_JOB from SM37 and re-schedule dynamically

    Hi All,
    I have one requirement where I need to schedule a job in background. The job Z_JOB has 10 steps in it and each step itu2019s calling different program with a variant. Now I need write a Z program to re-schedule the Z_JOB dynamically.
    I know how to schedule the job with multiple steps through program. (JOB_OPEN, Submit Statement, JOB_CLOSE). But my question is there any other way to read the job Z_JOB from SM37 and re-schedule dynamically. So that I can avoid this 10 SUBMIT programu2026??
    Thanks in Advance,
    Raghu.

    Hello Raghu  ,
    JOB_OPEN ( Opens  a BG job )
    JOB_SUBMIT ( Insert a background Task)
    JOB_CLOSE (Closes a BG job)
    Are the 3 function module by with you can create a have  a bg job sheduled programatically...!
    Hope it helps
    Edited by: Anup Deshmukh on May 3, 2010 12:36 PM

  • My ex husband had the kid's iPad.. how do I get rid of his info and ability to track me?

    Hello,
    I am recovering from a control freak.  Please help.  My ex husband took off with the children's iPad for over a year.  So the warranty is expired.  How do I keep the games he put on there (like Angry Birds) but get rid of a "restrictions Passcode" he refuses to give me and get his AppleID off of there and most importantly take his ability to stalk me via GPS tracking away?
    Yes he has been stalking me.
    I would like to add an internet browser and be able to have my own restrictions passcode so that when the children are not supervised I can turn off the internet. 
    How do I get rid of his passwords and ability to track me and set the iPad up for my children.  (I have no money, no child support and definitely no cash for tech support.)  I would deeply appreciate the help.  Even after I find a new job, it will be tight.
    Thanks so much!

    You'll have to restore the device, but with out the restricions passcode you'll have to put it into recovery mode first.
    Follow this:
    Unable to update or restore
    http://support.apple.com/kb/HT1808?viewlocale=en_US

  • How can i remote a computer outside of my nextwork and has a dynamic IP

    How can i remote a computer outside of my nextwork and has a dynamic IP.
    I have have mac set up overseas and will need to remote access it from time to time, but the mac has a dynamic IP, is there anyway around for me to access IT.
    Have been using "log me in" but its too slow.
    Thanks in advance for any assistance

    The subject of connecting ARD via the Internet has been covered here many times already (search the forum for "Internet"), but take a look at this web page:
    http://www.starklmc.com/ard.htm
    It should help, though you may have to refer to your router's documentation for specifics on opening and forward ports in that particular unit.
    To get a "static IP" use a service like dyndns.com

  • How to get sum of bugs for particular Mnth and particular Year dynamically?

    Hi All,
    I've a query related to dynamic date and year :
    select bug_id,
    category,
    count(*) Total_bugs,
    SUM(CASE when bug_date >= '10/1/2011' and bug_date <= '10/31/2011' Then 1 else 0 end) OCT_11,
    SUM(CASE when bug_date >= '9/1/2011' and bug_date<= '9/30/2011' Then 1 else 0 end) SEP_11,
    FROM AA_BUG_TBL
    GROUP BY BUG_ID,BUG_CATEGORY
    In the above query,Can we write one sum statement to get sum of bugs for a particular month and particular year dynamically?
    for ex:2 bugs between 10/1/2011 and 10/31/2011 then 2 under oct_11
    5 bugs between 09/01/11 and 09/30/2011 then 5 under sep_11
    In this case we need to calculate correct no of days for feb
    Thanks,
    Mahender.

    So...
    You need to iterate based on something like the month, quarter, year... Then query on that. I'll use a "WITH" clause to illustrate:
    with my_bugs as
        select bug_id
             , bug_date
             , case when to_char ( bug_date, 'QYYYY' ) = '12009' then 1 else 0 end y2009q1_bug
             , case when to_char ( bug_date, 'QYYYY' ) = '22009' then 1 else 0 end y2009q2_bug
             , case when to_char ( bug_date, 'QYYYY' ) = '32009' then 1 else 0 end y2009q3_bug
             , case when to_char ( bug_date, 'QYYYY' ) = '42009' then 1 else 0 end y2009q4_bug
             , case when to_char ( bug_date, 'YYYY' ) = 2009 then 1 else 0 end y2009_bug
             , case when to_char ( bug_date, 'YYYY' ) = 2010 then 1 else 0 end y2010_bug
             , case when to_char ( bug_date, 'YYYY' ) = 2011 then 1 else 0 end y2011_bug
             , case when 1 = 1 then 1 else 0 end is_bug_flag
          from bugs
      select bug_id
           , bug_date
           , sum   ( y2009q1_bug ) over () as total_bugs_2009q1
           , sum   ( y2009q2_bug ) over () as total_bugs_2009q2
           , sum   ( y2009q3_bug ) over () as total_bugs_2009q3
           , sum   ( y2009q4_bug ) over () as total_bugs_2009q4
           , sum   ( y2009_bug   ) over () as total_bugs_2009
           , count (*)             over ( partition by is_bug_flag ) as total_bugs
        from my_bugsI mocked up some data so my results will be drastically different than yours but here are the results:
        BUG_ID BUG_DATE  TOTAL_BUGS_2009Q1 TOTAL_BUGS_2009Q2 TOTAL_BUGS_2009Q3 TOTAL_BUGS_2009Q4 TOTAL_BUGS_2009 TOTAL_BUGS
          2014 10-SEP-10                 0                 0               114              1143         1257         10000
          2015 14-APR-10                 0                 0               114              1143         1257         10000
          2016 30-NOV-09                 0                 0               114              1143         1257         10000
          2017 03-JUN-11                 0                 0               114              1143         1257         10000
          2018 29-DEC-10                 0                 0               114              1143         1257         10000
          2019 12-JAN-11                 0                 0               114              1143         1257         10000
          2020 21-APR-10                 0                 0               114              1143         1257         10000
          2021 12-JAN-11                 0                 0               114              1143         1257         10000
          2022 29-NOV-10                 0                 0               114              1143         1257         10000
          2023 20-JUL-11                 0                 0               114              1143         1257         10000
          2024 04-MAR-11                 0                 0               114              1143         1257         10000

  • Nested Tables and Advanced Queues- Please Help.

    How do i work with NestedTable type and Advanced Queue.
    I have done the following
    I have Oracle 8.1.7 enterprise edition.
    create type myType as TABLE OF varchar(32);
    create type myObject as OBJECT (
    id int,
    myt myType);
    DECLARE
    BEGIN
    dbms_aqadm.create_queue_table(
    queue_table => 'my_queue_table',
    multiple_consumers => TRUE,
    queue_payload_type => 'myObject',
    compatible => '8.1.3'
    END;
    The Nested Table and Object are created successfully.
    but the queue is not created.
    I get the following message.
    DECLARE
    ERROR at line 1:
    ORA-22913: must specify table name for nested table column or
    attribute
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2012
    ORA-06512: at "SYS.DBMS_AQADM", line 55
    ORA-06512: at line 3
    I know how to specify the nested table storage clause for
    create table statement, but there is no provision for
    it in the create_queue_table procedure.
    Any help will be greately appriciated.
    i have already created and tested aqs with simple data types,
    also i have created simple tables with nested table type
    elements.
    but the combo of Nested tables and AQ is not working.
    thanks in advance.

    Hi Francois. Thank you very much for your reply, but it seems that i still get errors. So let me tell what i have done.
    As you suggested me: i have done a block based on a sub-query for the nested-table:
    'select courses from department where name= :department.name'.
    In the master block(department) i have the when-new-record-instance trigger:
    Declare
    LC$Req varchar2(256);
    Begin
    LC$Req := '(select ns.courses from table
    ( select courses from department where name = ''' || :DEPARTMENT.name || ''' ) ns )';
    Go_block('block11');
    Clear_Block ;
    Set_Block_Property( 'block11', QUERY_DATA_SOURCE_NAME, LC$Req ) ;
    Execute_query ;
    End ;
    Now the errors i receive, this time in the runtime mode are:
    - FRM-41380: Cannot set the blocks query data source
    -FRM-41003: This function cannot be performed here.
    Since it seems that you know how to work with the nested table i would really appreaciate your help. I am new in the nested table and if you could give an ex with my tables it would be great.
    Thank you in advance.

  • Unable to export nested tables and vaarys

    Hai
    How to export nested tables and varrays in oracle 8i (8.1.6) .When exporting nested tables and varrays not exporting .What is the advantage use of nested tables and varrays
    Thanks in advance
    mohan

    Hello,
    I think that with such a new release you should use DataPump (expdp/impdb) to
    export Tables.
    For exporting a complete Schema you may use the following syntax:
    expdp {color:red}+user+{color}/{color:red}+password+{color} PARFILE=pfexport.txt_With pfexport.txt as bellow:_
    SCHEMAS={color:red}+schema_name+{color}
    FLASHBACK_TIME="TO_TIMESTAMP(to_char(SYSDATE,'DD-MM-YYYY HH24:MI:SS'),'DD-MM-YYYY HH24:MI:SS')"
    CONTENT=ALL
    DIRECTORY=EXP_DIR
    DUMPFILE={color:red}+dump_file_name+{color}
    LOGFILE={color:red}+log_file_name+{color}Then, in this example, you'll get the "dump file" and the "log file" into the EXP_DIR Oracle directory (if it exists).
    You can check your Oracle Directories with the following query:
    select * from dba_directories;Then, you can use one of these Directories or create a new one with the following statement
    CREATE OR REPLACE DIRECTORY {color:red}+directory_name+{color} AS '{color:red}+directory_path+{color}';
    GRANT READ,WRITE ON DIRECTORY {color:red}+directory_name+{color} TO {color:red}+user_name+{color};Hope it can help,
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Nov 28, 2009 12:08 PM

  • PS CS6: It'd be helpful to have the option to collapse or expand the nested groups and layers.

    PS CS6: It'd be helpful to have the option to collapse or expand the nested groups and layers all at once.  Autodesk Maya has a similar feature in it's outliner that allows for you to do this.

    And as Jeffrey Tranberry answered there:
    • Open/close all layer groups (folders) at the current level of hierarchy: Cmd-click the arrow next to the group - This is handy when you want to open/close, say, all the top-level groups without disturbing the open/closed state of any groups nested within them.
    • Open/close all layer groups nested within the current one: Opt-click the arrow next to the group - This is nice when you want to open/shut a bunch of nested groups, without affecting any that lie outside the target group.
    • Open/close all layer groups, period: Cmd-Opt-click the arrow next to a group So, to keep things simple: when in doubt, Cmd-Opt-click a group’s arrow and you’ll collapse/expand all groups.
    * On Windows please substitutes Ctrl for Cmd and Alt for Opt. .

  • Nested Classes and Static Methods

    I was perusing the Java Tutorials on Nested Classes and I came across this...
    [http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html|http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html]
    I was reading the documentation and I read a slightly confusing statement. I was hoping some further discussion could clarify the matter. The documentation on "Nested Classes" says (I highlighted the two statements, in bold, I am having trouble piecing together.)
    Static Nested Classes
    As with class methods and variables, a static nested class is associated with its outer class. And like static class methods, a static nested class cannot refer directly to instance variables or methods defined in its enclosing class ? it can use them only through an object reference.
    Note: A static nested class interacts with the instance members of its outer class (and other classes) just like any other top-level class. In effect, a static nested class is behaviorally a top-level class that has been nested in another top-level class for packaging convenience.
    So this means a nested static inner class CANNOT refer to its own instanced variables, like a normal static method, but CAN refer to its outer class instanced variables?

    So this means a nested static inner class CANNOT refer to its own instanced variables, like a normal static method, but CAN refer to its outer class instanced variables?No, it means that a static nested class cannot refer to instance variables of its enclosing class. Example:public class Foo {
        int i;
        static class Bar {
            int j = i; // WRONG! Bar class is static context
    }~

Maybe you are looking for

  • In CM01 selection screen, what is the meaning of "Operator"

    Hello, (1) In CM01 selection screen, there are 3 fields with column heading "Operator". There is no documentation available for those fields. Can someone help me understand what is the meaning and use of those 3 fields. Thanks. (2) We are in the proc

  • Receipt for device purchase

    Hellos. I'm trying to get my rebate for purchasing a Galaxy S5. Apparently, the order confirmation I got from buying it online wasn't good enough. I was told to log into my Verizon account, go to Documents and Receipts, and print that receipt. I trie

  • I want push button on output screen

    Hi friends,                I want push button on toolbar output screen. After choosing this push button it will display one screen it having data below like this.           .Division channel           .Division           .Sales organization          

  • WLC 5508 Flexconnect dhcp request landing on wrong vlan/dhcp pool

    Hi, We've recently setup our 5508 to work with Flexconnect. The 5508's run on 8.0.100, they are setup redundant. On the remote site we've setup a local dhcp pool for the various WLAN's/VLAN's. The AP's have registered with the WLC succesfully. We the

  • Lenovo Iomega ix4-300d Disk Firmware Upgrade

    Hi guys, Is there a any way to upgrade my Seagate ST2000DM001-9YN164 Firmware from the IX4-300D device? The Seagate have a firmware upgrade utility, but is a livecd and it is for i686 hardware. Solved! Go to Solution.