Pass page content id to Contribution Region

Hi All,
        I have created a page and in that page i have created a Contribution Region. I want to pass the content id of the page to the Contribution Region, so that i can customize the checkin page of Contribution Data File and use the content-id of the page there. Is there any way to do this.
Please help...
thanks

in the page before your contribution region, you can declare a variable
[!--$myPageDocName = dDocName--]
and you can read myPageDocName in your Contribution Region Template.

Similar Messages

  • Page contents in a region

    Hi,
    1. I have some html and asp.net pages which need to show up inside a region of a portal page. I am able to add hyperlinks to these pages but I am not able to figure out how to have the contents of those pages automatically appear in that region.
    To put it another way, i want the contents of a site (e.g. http://mysite/default.aspx) to appear in a region without somebody having to click on a hyperlink to navigate there.
    2. I want to maintain portal integrity while navigating amongst the pages of that site. So while I see the submit button of my default page, the page that it takes me to should also show up in that region.
    I have tried to find something called a "url folder" to accomplish this and I am logged in as orcladmin but I am just not seeing it.
    I would greatly appreciate any help.
    Thanks
    Sai

    Hi Sai!
    I guess i have the solution for your problem.If i am not wrong you want your site contents to appear on the page region without having to click any links.
    You can create a dynamic page. try creating a frame on it and you can place your link on that frame.Publish this dynamic page as a portlet and place this portlet on your page region .your site contents will automatically appear on the page. If you have any question please write me back
    ashwini

  • How to create the Contribution region with Native document

    HI,
    I have the below scenario to have the Contribution region in my custom page.
    1) I am displaying all Campaign records in primary page.
    2) When I click on each Campaign record, this will take me to secondary page to display the Editable Contribution region assigned with Native document.
    My requirement :
    3) I have 4 more Contribution Regions which will have to relate to the same above said Campaign in secondary page. To achieve this, I have only one contribution region with multiple elements within that region in my secondary page.
    Please let me know how I can add different native documents to 4 different Contribution Regions. Now if I add different document to the region, same document will be assigned to the each region having different elements. Also if I add multiple regions in secondary page, primary page will only point to first region available in that secondary page.
    Please let me know how I can add 4 different native documents to 4 different Contribution Regions available in secondary page. It would be great if any one give idea as soon as possible.
    Thanks in advance.
    Anyone did not come across this type of scenario?
    Thanks,
    Ramesh
    Edited by: Ramesh_Est on Aug 10, 2010 9:35 PM

    The secondary page is used to display a specified content item. One content item, specified on demand. Only one. Period.
    If you want to assign multiple content items to multiple regions, well you're talking about primary pages.

  • DW CS3  child page content doubled after template change

    Hello
    I am using DW CS3.  My question / problem is that the child page of a template has double content (two times the same) after changing something on the template.
    On the child page I am entering text into a editable region in side an AP div.  When I don't like the position of the text in the child I close the child and go to the Parnet (template) and change the L  and the T.  Moving it to a more suitable location.   When I update the site and re-open the child the content is doubled and not even one right on top of another but staggered.
    When I view the child page there are three editable region tages that show up in the design window.  doctile, head and Editregion3.
    I receive an error saying "there is an error at  line 46, column 139 (absolute position 1583) of D:\.....\index.html"; InstanceBegin tag inside editable region.
    Not too sure what that means or how I need to fix it.
    If you have any suggestions on how I might be able to resolve this problem I would be more than appreciative.
    Thanks

    Not really a solution, but I changed the z value from auto to 1000, and now I can move the APdiv around with out causing any problems.
    The only odd thing is before I was not colliding with any other elements of the page. So I am not too sure why it did not want to work on the same plane as the other elements.
    EDIT:
    Changing the z value did not solve the problem. It was a fluke that it worked for a few moves.
    Any help would be great.
    Thanks
    p.s.
    not able to attach .dwt or .html???
    Message was edited by: Pengiun PC

  • Reading a properties file in a servlet and passing its contents to a JSP pa

    Hi all,
    I'm totally new to Servlet pgmg n JSP. Please can ne1 tell how to read a simple properties file (in a servlet) and pass its contents to a JSP page.Actually the reason is to fill a combo box in a JSP page with the contents of a properties file.If calling a servlet for the same is d best way to do that, plz can ne1 tell me :
    1> whether to override the doPost method in the servlet in which to read d file using FileInputStream
    2> Putting the contents in an array and then how to pass this array to the JSP page.
    Thanks,
    deepthy.

    I'm using a properties file to let my web application know what the name of the database is. I'm using an abstract class GeneralDao which will be extended by all the DAO's (Data Access Objects or java classes containing SQL statements).
    Here's the code :
    protected Connection getDatabaseConnection()
              throws Melding
         Connection dbconn = null;     
         ResourceBundle resBundle;
         try
         Class.forName("com.mysql.jdbc.Driver").newInstance();
         resBundle = ResourceBundle.getBundle("gcoConfig");
         String dbConnectie = resBundle.getString("databaseconnection");
         gcoLogger.debug("lezen databaseconnection in resourceBundle " );
         dbconn = DriverManager.getConnection(dbConnectie);
         } catch (InstantiationException exc)The ResourceBundle is used to read the properties file, named gcoConfig.properties.
    With the getString() command I read the content of the string named databaseconnection.
    The gcoConfig.properties file is placed inside the folder C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\gco\WEB-INF\classes
    The GeneralDao is placed in the folder C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\gco\WEB-INF\classes\org\gertcuppens\cluifDao.
    So this class is placed some folder below the WEB-INF\classes folder of gcoConfig.properties.
    And the content of the properties file is just one line :
    databaseconnection=jdbc:mysql://localhost/cluif
    If you want to let the JSP know what's inside the properties file, wrap the content in a Javabean, put it in the request or even the session and pass the control to the JSP.

  • How to get the cropped page content

    Consider an A4 size pdf is cropped in Bottom and Right edges.
    If the user wants to open the pdf as A4 size then we are passing the rectangle size A4 to PDPage.DrawEx() method to get the page content.
    When we use like this, we are getting the full page content but our requirement is to get the cropped page content.
    Is there any way to get the cropped portion alone by passing the rectangle size as A4 to PDPage.DrawEx() method.
    But it is working fine for Left and Top edge cropping

    Have a look at this document:
    http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJSGuide.pdf
    go to the index and search for the term "Crop" or "Cropping" which has a hyperlink for page 70.  There you will find some JavaScript options for cropping the page from all sides which can then be saved using some other methods in the document.  I'm not sure, though, if JavaScript is what you're looking for.

  • DRM epubs won't pass page 168

    I have purchased 4 books from Google Books, which are all DRM protected, and opened them in Adobe Digital Editions.  The metadata for each book as far as pages is showing 168, though the books are far longer than 168 pages.  When opened in ADE I can read past 168, but when loaded on my eReader it won't pass page 168 on any of the books.  The Table of Contents even shows page 168 as the starting page for SEVERAL chapters, but I cannot read past the first page in the chapter when I move to it.  Like stated above, I can read the whole book in ADE, but on my eReader I cannot.
    What I did try was to remove the DRM from the books using some software found online.  When this is done it changes the book to a "Demo version" and I only get bits and pieces of the books I purchased.  This is extremely frustrating and I was hoping that someone may be able to help with this issue.

    Hold on a moment....  One new fact emerges, and I want to put it into
    perspective.
    It's really easy for the techs to use a different definition of 'Adobe'
    software.  DRM protection is implemented in some systems using Adobe
    Content Server 4 (CS4 for short) routines.  If the techs are talking about
    DRM protection, then they might not be talking about what Digital Editions
    does - and the Adobe techs think that you're telling them that the ebooks
    were downloaded into Digital Editions.
    You mention working on the ebooks with Calibre to convert them from .pdf to
    .epub so 'the NOOK Color recognizes' them.  When you did that, you may
    not have ended up putting them where Calibre puts them, not into the
    Digital Editions library.  Digital Editions won't 'see' the ebooks unless
    they are in the My Digital Editions library.  There is a way to do that -
    one ebook at a time.....
    You should be able to use Calibre to transfer the ebooks you converted to
    the NOOK.  If that's not working, it truly is not a Digital Editions issue,
    nor an Adobe issue.  It's between Calibre and the NOOK.  And if you're not
    tech savvy, as you say, then it's really easy to get confused when the
    techs use their own assumptions to address your issues.  Don't get angry -
    it's been this way forever.  Techs tend to miss the human side of the
    equation.
    Somewhere along the line, I may have suggested that you reset the NOOK.  I
    am also wondering how well the Calibre conversion went, because I'm not
    aware of that feature in Calibre.  Any time there is a conversion, there's
    always the potential for error to occur, and that the results won't be
    useful or at least what you expected.  Also, I don't know how NOOKs treat
    .pdf files other than what you've said.  It would be strange to me to think
    that the NOOK would not be capable of formatting pages.  It's possible that
    something happened during the initial download of the .pdfs.  If so, then
    is what we're discussing now the result of a bunch of bad downloads?
    One more technical point.  If you downloaded the ebooks, did you wait until
    the NOOK told you it had finished processing the new content (or words to
    that effect) before you disconnected it from your computer?
    ===============

  • Downloading web page content

    I want to take radio programme listings from a web page, such that I can parse the data and select certain programmes details only.
    Firstly how do I actually get the web page content out? Does it go into a text file? The actual content includes programme times, which might be a means of picking out selected text. Does anyone know where I could find some code that will do that. My intention is to pass this information into a database which connects to my own web site.
    This is for a dissertation and I am starting to run out of time, so I would be hugely grateful for any assistance.
    Thanks
    Rob

    Looks like you need to...
    a. Read Javadoc for java.net.URL
    b. Read about JDBC(if what I understood is right, which is output of your program goes to database) See http://java.sun.com/products/jdbc/index.html
    c. Read about XML parsing and transformations. See http://java.sun.com/xml/xml_jaxp.html

  • Is it possible to change page content based on 'case' or 'workflow' state (or similar method)

    Is it possible to change the page content if the customer revisits the page?
    I have an approval page which the customer completes - when they submit the form with their answers a case is generated and they are taken to a submission successful page.
    As they can revisit this page through their account details I want the page to change to say they have already submitted their approval.
    Is there a method within business catalyst to achieve this?
    Can I extend the CRM database to use a flag for the case and then set / check the state of that flag when the page is visited again?
    Thanks in advance.
    Gavin

    Ok I have figured out I can use {module_url,variable} to achieve this and pass in the case status to the page.
    Is there a way of changing a case status when the approval form is submitted?
    Gavin

  • Method to pass the content of pdf through offline(without internet connection)

    Hi All,
    Is there any method available to pass the content of the pdf field from client machine having no internet connection?
    Barcode is the one way to pass the content of pdf field but my data is large and barcode capacity is not more than 1800 characters.
    Please suggest me the way i can send the data to server environment.
    I would like to know the if any data compression technique is available with which i can reduce the data size.
    Thanks in advance
    Regards
    Abhishek

    Hi Steve,
    Thanks for your quick reply.
    offline means no internet connection
    I have following 2 problems while form designing
    1. I want to update the databarcode by the clicking on the button but everytime i need to write a code in calculate event of the script of paper barcode as "this.rawValue = "Abhishek"".i dont want to have any script for any events in barcode. i want to update the barcode through click event of button as form.page.paperformBarcode.rawValue="Abhishek". Barcode is not getting updated when i am clicking on the button. I have attached sample PDF for better understanding.
    2. I want to store xml file in the barcode and retrive the same in server environment. I dont know how to do it?
    I am not getting an option to attach the files to post. will you please help?
    Please forward me a test mail to provide you the sample pdf.
    Regards
    Abhishek
    Email-id --- [email protected]

  • How to get all previous versions page contents of a publishing page using SharePoint Client Object Model 2010

    How to get all previous versions page contents and other field values of a publishing page using SharePoint Client Object Model 2010?
    Thanks,
    Osmita

    Hi Osmita,
    Greetings.
    Here are the links that helps you. It has code attached to it.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/a0d2ab40-99ba-4368-8505-1dc559ef6469/get-content-of-previous-version-of-page-sharepoint-2010?forum=sharepointgeneralprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/faaf419f-997e-4150-9911-48cc375c3b46/how-to-get-previous-published-versions-of-publishing-pages-in-sharepoint-2010?forum=sharepointdevelopmentprevious
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • How to Create a Page LOV Template and a Region LOV Report Template in APEX

    Hi All,
    Thanks in advance ..
    I am new to APEX , Currently working in APEX 3.2
    Can any one please guide me How to Create a Page LOV Template and a Region LOV Report Template in APEX
    So that I can create dynamic Multi column LOV in APEX
    Cheers
    Sachin

    Sachin,
    I think you are en-quiring about 'Custom pop-up page'. See this link. You will get all required info there.
    Regards,
    Hari

  • How to add an Attachments Table on the Page of a Single Row Region

    Dear All,
    Please help me with a tutorial or anything that help me adding a an Attachments Table on the Page of a Single Row Region.
    I took a look at the attachment in ch4 in the developer guide but it is not explained clearly how to implement it.
    Thanks,
    Mahmoud Assem
    Message was edited by:
    Mahmoud Assem

    If you follow the dev guide properly, there shouldn't be any issue. Let us know where exactly you are facing the issue.
    --Shiv                                                                                                                                                                                                                                                                   

  • Why are active menus and dialog boxes disappearing/being overwritten by the active tab/page content?

    Frequently when selecting a download directory/filename in the "save to" dialog the entire dialog is overwritten with the active page content. It appears the dialog has closed, but if you tab through the dialog the active field/control is written but the rest of the dialog remains hidden/overwritten. This has also happened with the "open file" dialog. The the drop down menus on the menu bar are occasionally being overwritten after being activated/pulled down. I have not been able to determine a common/specific event causing this problem.

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

Maybe you are looking for

  • Free of goods should come automatically back when creates return sales order

    Dear sd experts I Know one thing that free goods wont come back ,, for ex when we create return sales order free goods wont come bz in VTAF copy requirement 302 it means dont copy free goods Now i went VOV7--- for item category TANN-- i have maintain

  • Removing background noise from captured clip

    I wanted to edit an audio which was captured with Video also it contains some background noise.Which filter should I try for this in FCP.

  • Formula to paste data that exists beside a pop-up menu.

    I'm using a pop-up menu that I share between two tables, Table-A and Table-B. (I copy the original pop-up menu in Table-A to Table-B) In Table-B want to populate the cell beside the value I select from the pop-up menu with the value of the cell besid

  • Mail set up and other minor tweeks

    I would like to know how to remove the ugly picture that iphoto took of me during initial set-up from sent emails. there doesn't seem to be anything in signatures that makes any difference to it. Also how can you set columns as the default view in Fi

  • Selecting or highlighting node or mesh by button using javascript

    Hi I have 3D pdf model with node 1001 or mesh name 2002 and when I klick it by mouse on 3D view it is highlighted and get orange boundary box. I have created button name 1001 button and I would like to add to this button javascript function which wil