Include XSQL page into UIX page

Hello,
I am trying to build a page in UIX and then include an XSQL page into the <contents> region of the <pagelayout>.
Does anyone know if this is possible? And if yes, if this should work agains OC4J and/or Apache/Jserv?
I tried including the page using <uix:include node="pagename" /> but
the uix engine assumes that the node has an .uix extension so this does not work (or even compile). Using the xsql namespace, I also tried <uix:include xsql:node"pagename" /> which does compile, but does not generate any output.
Any ideas?
Jeroen van Veldhuizen

Hello,
I am trying to build a page in UIX and then include an XSQL page into the <contents> region of the <pagelayout>.
Does anyone know if this is possible? And if yes, if this should work agains OC4J and/or Apache/Jserv?
I tried including the page using <uix:include node="pagename" /> but
the uix engine assumes that the node has an .uix extension so this does not work (or even compile). Using the xsql namespace, I also tried <uix:include xsql:node"pagename" /> which does compile, but does not generate any output.
Any ideas?
Jeroen van Veldhuizen Hello Jeroen,
First of all, why are you trying to do this? Is it for data binding with BC4J view objects? ?If so, then you might want to know that UIX already has native data binding support for BC4J.
Having said that, I am not sure if you can combine XSQL and UIX tags. I shall verify this and let you know.
Thanks
-Kishore
JDev Team

Similar Messages

  • I need to know how to break my page into two pages so i can send it

    I need to know how to break my page into two pages so i can send it

    Hi,
    You can add new form fields via the add item bar.  For example if you want them to fill in their name, you'd add perhaps 2 text fields, one for first name, one for last name.  Text field is the first icon on the add item bar.  Each field allows you to specify a custom label, you can click it to edit the label.  Are you seeing the add item bar?
    Once you've added all your form fields, you can test your form by clicking the "Test" tab, and then clicking the "Test Web Form" button.  That will open a browser to your form, that you can test filling it out.  When you've filled it out, you click the submit button.  The response will be saved to our service.  You can view the submissions, by going to the "View Responses" tab.
    Once you've finished testing your form, and want to distribute to your users, go to the "Distribute" tab, click the "Open" button. This will make sure your form is open and accepting repsonses.  Then copy the URL by clicking the "Copy Link" button.  You can then email that URL to your users, so they can fill in your form.
    Does this help?
    Thanks,
    Todd

  • DataObject defined into uix page. Can I get it from Java event handler?

    I have in my uix page following code:
    <dataScope>
    <provider>
    <data name="MyDataObject">
    <method class="mypackage.MyClass" method="getMyDataObject"/>
    </data>
    </provider>
    <contents>
    Can I get "MyDataObject" inside
    public static EventResult handlerSearch(BajaContext context, Page page, PageEvent event)
    Thank you.

    Only by directly accessing mypackage.MyClass.getMyDataObject(), it's not
    available on the BajaContext.

  • Using Two asp Page into Master-Page

    Hi All,
    I Have Master-Page and I want tow assign two Different Asp Page into the "div" tag in master Page , however
    I have different "div" tag in my master-Page , and I focus Assign in one "Div"  the Home-page by suing "ContentplaceHolder",
    and i Assign to another "div" different asp page using "Contentplaceholder" , but when i assign the second asp page to the "div" it give me
    nothing on that "div",  while the "div" which i assign the Home-page it works fine.
    I just think that the Master-page already know the Home-page by setting  it as "Home-Page" while the other page is do nothing.
    So could you please help to assign different asp page to different "div" in master Page.
    thanks all .

    Hi,
    According to your description, my understanding is that you want to insert two asp pages to mater page in SharePoint 2010.
    You can use <!– #include file=”[filename].aspx” –> to include the pages in the master page.
    More information are provided in the link below:
    http://triaslama.wordpress.com/2008/11/19/how-to-include-file-in-aspnet-pages/
    I recommend to use User Controls to include the asp pages in master page.
    http://blog-sharepoint.blogspot.com/2011/10/sharepoint-2010-add-user-control-to.html
    http://pankaj-sharepoint2010part12.blogspot.com/2011/10/add-custom-user-control-to-sharepoint.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Split a FOUR sheet page into FOUR page in the right Order

    Hei,
    I have a PDF file in which every page is filled with four singel sheets (pages). The owner made this to save paper for printing. To make it more clear: page 1,2,3 and 4 are on ONE single page. Now I want to split them again to have page 1 on one page, page 2 on one page, page 3 on one page and page 4 on one page and so on. The document contains 50 page with four pages on every page. In sum it will be 200 pages in the end.
    I am searching the net for hours now for a solution and can´t find ANY! I managed to split the pages (in a lot of work) and merged them together in a new document. The order is wrong now: 1,5,9 till 50 and then its 2,6,10 and so on. I really don´t want to order 200 pages by hand... and there are more documents (four files) with the same problem.
    My question: Is there an option to automatically SPLIT a page IN FOUR equal parts and put them automatically in the right order?
    And yes, I asked the person to give me the original files. But it is not possible.
    Thank you very much for your help.
    Paul
    I have Acrobat 9.

    This is the SOLUTION:
    http://www.pdfscissors.com/
    Sad to see that Acrobat hasn´t included such option...

  • How to split PDF pages into separate pages?

    I have a PDF document that is in booklet format (i.e., front cover and rear cover on a single page) with two pages to a single 8-1/2 X 11 page size. Is there an application that can split the double pages into separate PDF pages? I don't want to use screen capture to create separate PDF's if there is a better way.

    There are a lot of utilities for PDF files so you might search at CNet Downloads or MacUpdate to see what's available. PDF Clerk and PDF Pen may let you drag each page out of the document as a separate file. Even Preview may let you do the same.

  • Breaking up a "page" into multiple pages

    I'm building a page that is getting quite long, I would like to break it up into many pages with some type of page numbering at the bottom. In WordPress I would just insert the HTML code <!--next page-->, but that does not seem to be working in Dreamweaver. I have seen many websites that have done this, but I cannot figure it out. It looks like one website uses an "item list" with the li class="pager". Can someone point me in the right direction?
    Here is a website that has an example of what I'm trying to do: http://www.shadylanefarmllc.com/news?page=1
    I'm using Dreamweaver CS4 on a Mac.
    Many Thanks

    Hi
    The page you refer to is a database driven site, doing what you wish in this case is as simple as using dreamweavers built-in server behaviours.
    The none database, (static pages) way is to create the required number of pages for the content and simply link to the pages.
    PZ

  • How do you copy one page into another pages 5.2 doc

    Working in version 5.2 and want to add (copy) one page from one pages document into another pages document. (both documents are made w 5.2)
    Thanks!

    You could copy and paste pages from one document to another in Pages '09, but Apple removed this from Pages 5.
    Best you can do is copy the content.
    Peter

  • Any way to turn an iWeb page into a Pages page?

    I'm just finishing up an iWeb site and want to send the basic layout and images to a friend via a Pages project file. He doesn't know iWeb (and doesn't want to), but he is familiar with Pages.
    Is there any way to convert an iWeb document to a Pages document, or even just one page? Everything is in 'pixels' in iWeb, and Pages doesn't seem to have a 'pixels' function. Otherwise I'd just create a similar background in Pages and copy everything over. Don't want to have to figure out conversions of pixels to inches, points, or picas.

    Determine the width and height in pixels of your iWeb page.
    Divide by 72 to get the width and height in inches,
    To get centimeters, multiply the number in inches by 2,54.
    Create a custom page size in Page setup in Pages (Or any application).
    Use the numbers in inches or in centimeters.
    Add a blank page in Pages.
    Choose the newly created pagesize.
    Set the zooming of Pages to 100%.
    You now have a identical page size.
    Then copy paste all objects from iWeb to Pages.
    I do the reverse. I create a webpage in Pages and then copy/paste everything to iWeb.

  • How to "Add" a combo key of 3 fields from a page into other pages ?

    Folks,
    Hello. My PeopleSoft component has 5 pages. Its layout looks like below:
    AddJournal     Header          Lines          Total           Error
    "AddJournal" is the first page that has 3 fields: OperatingUnit, ID, Date. The 3 fields is also a combo key that appears in the next 4 pages "Header", "Lines", "Total" and "Error" to maintain data consistency and identify the transaction.
    I am working on a push button "Add" in the "AddJournal" page. The button should do 2 things:
    First, when click on button "Add", it inserts the values of 3 fields into its underlying "AddJournal" table in Database.
    Second, after click on the button, the value of 3 fields also appear on the next 4 pages "Header", "Lines", "Total" and "Error". All the other 4 pages' underlying Database tables contain the 3 fields.
    I understand how to achieve the first function by using push button properties "Scroll Action" and "Row Insert". But don't understand how to achieve the second function.
    Does any folk understand how to do the second function ?
    Do I need to redesign the Database tables for the next 4 pages to achieve the second function ?
    Thanks.

    There is a lot here, and I think we will need more information to help.
    FieldChange Event:
    The FieldChange event occurs when you change that particular field. So, assuming the PeopleCode works correctly, it will copy the values of those three fields at the time just after you change the OperatingUnit. So, take this example:
    -all three fields are blank
    -You change the OperatingUnit to "OU"
    -You change the ID to "XX"
    -You change the Date to "04/23/2010"
    The values that would be copied to the other pages would be "OU", blank, and blank because that is what they were just after changing OperatingUnit to "OU"
    Does that make sense?
    Page Design:
    Normally, the keys are automatically populated for you. Header and Line sound like a parent-child relationship. So, if your page is designed correctly, the keys should be carried over automatically for you. If the tables are all sibling tables you will need the PeopleCode. I don't know if you want to explore the page design issue at all, but that might solve your problem without the PeopleCode.
    In any case, it would help if you would post the page structure. First of all, what occurs level are the three tables at? You can tell on the Order tab of the page -- I believe it is the far left column.
    PeopleCode:
    Can you post your PeopleCode, and maybe we can spot something in the PeopleCode that is not right? If you are unsure if and when your PeopleCode is running, you can place a winmessage function in there. Put something like this:
    WinMessage("Hello!");
    You should see the hello message after you change the Operating Unit field. With deferred processing, you may not see it until you hit Save or Refresh.

  • How to load a Nav page into other pages?

    Hi, I am using CSS and HTML. I am not using a template. Not
    an expert.
    I want to have just one page with all main navigation links.
    Parent link/list and subordinate links/list as drop down. No page
    templates.
    How can I get pages 1 to 10 to load a 2nd page that possesses
    all the nav links? Would load into an <iframe> but first I do
    not want to use that. Second I do not know how to z-index it so the
    drop down links are on top of any page 1-10 info that is in the
    way?
    The Parent Nav link/list is horizontal and only needs to show
    main parent row. Subordinates will drop down. Do not want to have
    to have 1 row showing for all possible drop down rows. Ex.
    Header
    <div>Parent link/list with drop downs that z-index to
    on top
    <div>other things
    currently I get loose all drop downs to <div>other
    things.
    How can I accomplish this?

    [nav.php]
    <!-- Begin Navigation -->
    <div id="navigation">
    <ul class="nav">
    <li><strong> <a href="
    http://www.timlist.net/"
    target="_parent">Home</a> </strong></li>
    <li><strong><a href="
    http://timlist.net/arianna.html"
    target="_parent">Arianna</a></strong>
    <ul>
    <li><a href="
    http://timlist.net/arianna/art.html"
    target="_parent">Art</a></li>
    <li><a href="
    http://timlist.net/blog.html"
    target="_parent">Blog</a></li>
    <li><a href="
    http://www.charitynavigator.org/"
    target="_parent">Charity Navigator</a></li>
    <li><a href="
    http://timlist.net/not_ready.html"
    target="_parent">Gallery</a></li>
    <li><a href="
    http://timlist.net/not_ready.html"
    target="_parent">The Word</a></li>
    <li><a href="
    http://timlist.net/not_ready.html"
    target="_parent">Safety</a></li>
    <li><a href="
    http://timlist.net/memorial.html"
    target="_parent">Memorial</a> </li>
    </ul>
    </li>
    <li><strong><a href="
    http://timlist.net/boating.html"
    target="_parent">Boating</a></strong>
    <ul>
    <li><a href="
    http://timlist.net/boating/brands.html"
    target="_parent">Boat Brands</a></li>
    <li><a href="
    http://timlist.net/boating/types.html"
    target="_parent">Boat Types</a></li>
    <li><a href="
    http://timlist.net/boating/sales.html"
    target="_parent">Buy &amp; Sell</a></li>
    <li><a href="
    http://timlist.net/boating/drives_fuels.html"
    target="_parent">Drives &amp;  
    Fuels</a></li>
    <li><a href="
    http://timlist.net/boating/education.html"
    target="_parent">Education</a></li>
    <li><a href="
    http://timlist.net/boating/fishing.html"
    target="_parent">Fishing</a></li>
    <li><a href="
    http://timlist.net/boating/misc.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/boating/terms.html"
    target="_parent">Terminology</a></li>
    <li><a href="
    http://timlist.net/boating/stores.html"
    target="_parent">Stores</a></li>
    </ul>
    </li>
    <li><strong><a href="
    http://timlist.net/camping.html"
    target="_parent">Camping</a></strong>
    <ul>
    <li><a href="
    http://timlist.net/camping/camping_buy_sell.html"
    target="_parent">Buy/Sell</a></li>
    <li><a href="
    http://timlist.net/camping/camping_clubs_forums.html"
    target="_parent">Clubs</a></li>
    <li><a href="
    http://timlist.net/camping/camping_games_cooking.html"
    target="_parent">Cooking</a></li>
    <li><a href="
    http://timlist.net/camping/camping_clubs_forums.html"
    target="_parent">Forums</a></li>
    <li><a href="
    http://timlist.net/camping/camping_games_cooking.html"
    target="_parent">Games</a></li>
    <li><a href="
    http://timlist.net/camping/camping_gear.html"
    target="_parent">Gear</a></li>
    <li><a href="
    http://timlist.net/camping/camping_grounds_guides_mags.html"
    target="_parent">Grounds</a></li>
    <li><a href="
    http://timlist.net/camping/camping_grounds_guides_mags.html"
    target="_parent">Guides</a></li>
    <li><a href="
    http://timlist.net/camping/camping_hardware.html"
    target="_parent">Hardware</a></li>
    <li><a href="
    http://timlist.net/camping/camping_grounds_guides_magazines.html"
    target="_parent">Magazines &amp; News</a></li>
    <li><a href="
    http://timlist.net/camping/camping_misc_safety.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/camping/camping_manufacturers.html"
    target="_parent">Manufacturers</a></li>
    <li><a href="
    http://timlist.net/camping/camping_safety.html"
    target="_parent">Safety</a></li>
    </ul>
    </li>
    <li><strong>Customer Service</strong>
    <ul>
    <li><a href="
    http://timlist.net/customer_service/customer_service_101.html"
    target="_parent">Basics 101</a></li>
    <li><a href="
    http://www.timlist.net/customer_service/customer_service_reviews.html/"
    target="_parent">Reviews</a></li>
    <li><a href="
    http://www.timlist.net/customer_service/customer_service_reviews_template.html/"
    target="_parent">Templates</a></li>
    </ul>
    </li>
    <li><strong>Diesels</strong>
    <ul>
    <li><a href="
    http://timlist.net/trucks/diesel_trucks.html"
    target="_parent">Diesel Trucks</a></li>
    <li><a href="
    http://timlist.net/trucks/forums.html"
    target="_parent">Forums</a></li>
    <li><a href="
    http://timlist.net/trucks/fuel.html"
    target="_parent">Fuel</a></li>
    <li><a href="
    http://timlist.net/trucks/misc.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/trucks/parts_repair.html"
    target="_parent">Parts Repair</a></li>
    <li><a href="
    http://timlist.net/trucks/studies.html"
    target="_parent">Studies</a></li>
    <li><a href="
    http://timlist.net/trucks/towing.html"
    target="_parent">Towing</a></li>
    </ul>
    </li>
    <li><strong><a href="
    http://timlist.net/family.html">Families</a></strong></li>
    <li><strong><a href="
    http://timlist.net/gallery.html">Galleries</a></strong></li>
    <li><strong><a href="
    http://timlist.net/search.html">Search-It</a></strong></li>
    <li><strong>Technology</strong>
    <ul>
    <li><a href="
    http://timlist.net/technology/audio.html"
    target="_parent">Audio</a></li>
    <li><a href="
    http://timlist.net/technology/forums_support.html"
    target="_parent">Forums</a></li>
    <li><a href="
    http://timlist.net/technology/graphics.html"
    target="_parent">Graphics</a></li>
    <li><a href="
    http://timlist.net/technology/hardware.html"
    target="_parent">Hardware</a></li>
    <li><a href="
    http://timlist.net/technology/html.html"
    target="_parent">HTML</a></li>
    <li><a href="
    http://timlist.net/technology/java.html"
    target="_parent">Java</a></li>
    <li><a href="
    http://timlist.net/technology/misc.html"
    target="_parent">Miscellaneous</a></li>
    <li><a href="
    http://timlist.net/technology/programing.html"
    target="_parent">Programming</a></li>
    <li><a href="
    http://timlist.net/technology/software.html"
    target="_parent">Software</a></li>
    <li><a href="
    http://timlist.net/technology/stores.html"
    target="_parent">Stores</a></li>
    <li><a href="
    http://timlist.net/technology/forums_support.html"
    target="_parent">Support</a></li>
    </ul>
    </li>
    </ul>
    </div>
    <!-- End Navigation -->

  • How to break up one large jspx page into two pages

    How do i break it up without losing the functinality of the application.
    thanks

    I fixed it like this:
    In the parent page:
    <af:panelTabbed id="panelTabbed1" inlineStyle="width:1900px; height:500px;">
    <af:showDetailItem text="tab name" id="showDetailItem1">
    <af:declarativeComponent id="id01" viewId="tabfragment1.jsff"/>
    </af:showDetailItem>
    <af:showDetailItem text="tab name" id="regProviderId">
    <af:declarativeComponent id="id02" viewId="tabFragment2.jsff"/>
    </af:showDetailItem>
    </af:panelTabbed>
    In the child pages:
    tab1 fragment 1 tabFragment1.jsff
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich" version="2.1"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:directive.page contentType="text/html;charset=utf-8"/>
    <af:componentDef>
    your components inside
    </af:componentDef>
    </jsp:root>

  • 8500 adf scan Breaking a single page into multiple pages

    I have a 8500A Premium. Lately when I am scanning multiple sheets via the ADF, the scan will take each sheet and break it into multiple sheets on the scan.  i.e., if I am scanning 5 sheets, I may end up with 20 partial sheets in my scan. 

    Hello there @coolhandluke2 ,
    I read about the unusual scanning issue you are facing when you scan with your Officejet 8500A. I would suggest trying a multiple copy for starters to see the copies will also show irregularities.
    If the copies work fine, the issue is most likely within the software.
    Here are some steps to try!
    Power reset:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    Uninstalling the Printer Software, restarting the computer and reinstall the printer HP Officejet Pro 8500A Premium e-All-in-One Printer - A910n Drivers
    Let me know the results, good luck!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Integrating php page into HTML page

    Hello,
    I am rebuilding a website for a car club as a favor.
    Completely pro bona. They have a phpbb forum, and they feel that
    the reason for their demise as a club has been just that...the
    forum. Their website became just another forum. My job is to make
    the site more interactive and give their members more incentive to
    visit the site more frequently, as well as make the site self
    sufficient (that is, not requiring a yearly donation from members
    to make ends meet). I want to integrate the forum into the rest of
    the site. I noticed that the forum uses a MySQL database. I want to
    use that database as a reference for login to other parts of the
    site. The site as it is right now is
    www.negmsc.com/index_template.html .
    When you click on forum, I want it to open the forum in that
    same window while leaving the sidebar on the right and left side's
    in tact, without using frames. How is this done?

    phpBB 2 is a little more difficult, but it shouldn't be too
    bad. Just open the overall_header and overall_footer files from the
    Templates/SubSilver (the default template) folder. You will need to
    use DW to edit these files and they won't appear as normally
    formatted html files so you won't see any colors on your tags. Just
    make sure the tags in the header match the footer.
    You may also want to let your party know that phpBB version 3
    is a major step up, and easier to maintain with a nicer admin
    interface. Although it is a beta right now it should be a final
    release by year's end or early January seeing the current
    development and they may want to consider upgrading at that
    time.

  • [psp] inlude result pages into one

    I have two independent .psp pages. How can I insert result
    content of these pages into another one?
    In other words, is there something like <%@ include file="..." %
    JSP tag in PL/SQL Server Pages?

    You probably want to ask this question on the forums for Acrobat (assuming that is the product you are using).
    But the short answer is YES you can do that.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 31 Oct 2011 10:20:12 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Is it possible to merge two PDF pages into one page?
    Is it possible to merge two PDF pages into one page?
    created by bryparks<http://forums.adobe.com/people/bryparks> in PDF Language and Specifications - View the full discussion<http://forums.adobe.com/message/3999660#3999660

Maybe you are looking for