Two TableViews in a single page

Hi all,
       I need to display two tableviews one beside the other.I am able to display one below the other but not side by side.Are there any settings to be done in this regard?.
Regards,
Chandana.

use this
<table border="0" width="100%" id="table1" height="100%" style="border-collapse: collapse">
     <tr>
          <td width="50%">htmlb:tableview id = "TV1 ....</td>
          <td width="50%">htmlb:tableview id = "TV2 ....</td>
     </tr>
</table>
instead of plain table tag you can also use htmlb:gridlayout
Raja

Similar Messages

  • Integrating two iviews in a single page in Portal

    Hello all:
    I am trying to integrate two iviews into a single page, in portal, but i am able to see one iview running fine and for other iview it says serivce not found.
    But when i preview the iviews seperately they work fine.
    please suggest me if i am missing something.
    Thanks,
    Ratna.

    hi,
    In second view properties, please select ENTRY POINT as Yes, then let me know
    Regards
    Srinivas

  • What's a good app to use to put two photos on a single page like Windows Paint?

    I have a OSX Lion with an iPhoto app. I would like to put two photos on a single page like Windows Paint. What's a good app for this? Is there a Windows Paint app for Mac or something similar?

    You can print two photos on a single page with iPhoto, you can put two photos on a single page with Pages, Word or any word processor. Or are you trying to edit two photos together?
    In order of price here are some suggestions:
    Seashore (free)
    The Gimp (free)
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    Pixelmator ($50 approx)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate. You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.

  • Scroll two-up documents as single page

    I have Adobe Acrobat 8.1 running in Windows 7 and I would like all of my documents to open as two-up page view but I need them to scroll as single page.  Is there any way to make this a default setting?I dislike viewing a single page at a time just so I can scroll one page at a time.  I want to see two pages while scrolling at the one page setting so that when I scroll I would go from pages 1-2 to pages 3-4, if that's understandable.
    Any help is greatly appreciated.

    Off hand I dont know the answer to your question. But since no one answered your question, here are my 2 cents worth:
    I suggest all your JSP pages have one and only one form tag. Re write your JSP page. Make sure all your variables your submitting have unique names. (no duplicate names). As far as I know, having multiple forms on a JSP page is not normallly done and makes it difficult to alter by another programmer after you leave the company.

  • Can two people update a single Pages document at the same time like with Google docs?

    Is it possible for two different users to concurrently update an iWork document (pages/numbers/presentation) that resides on the iCloud?

    That I don't know swithout testing.
    My suspicion is that both users probably can open the same document but there will be conflicts when saving. Last one in gets to overwrite the others work.
    There is nothing in place that I know of that arbitrates access.
    Peter

  • Struts : Validating two forms in a single page , on a single submit

    In my JSP page, i have two forms, with modifiable feilds. I'm using submit button of the 2nd form to submit both forms (ie. <form action="someAction2.do" onsubmit="return firstForm.submit();"> )
    Two forms have different actions which is specified in structs-config.xml. Validation(server-side) is done using validation.xml file.On success/failure, both these actions are mapped to the same (input) JSP page.
    Problem is that, validation errors in second form only is displayed. This is because, as soon as 1st form returns validation errors, the second form gets submitted. How can i specify that 2nd form should be submitted only if the 1st form doesnot return any validation errors. I know its possible using javascript at client side, but i want this validation on server-side.
    Can any one please help me out. Thanks

    Off hand I dont know the answer to your question. But since no one answered your question, here are my 2 cents worth:
    I suggest all your JSP pages have one and only one form tag. Re write your JSP page. Make sure all your variables your submitting have unique names. (no duplicate names). As far as I know, having multiple forms on a JSP page is not normallly done and makes it difficult to alter by another programmer after you leave the company.

  • How to update when i have two updateable report on single page

    Hi,
    I've two updateable report created using pl/sql procedure. I really don't know how to update both reports at the same time. I report contains only one row and second one contains multiple rows.
    For the second one, i use
    FOR i IN 1..HTMLDB_APPLICATION.G_F01.COUNT
    LOOP
    UPDATE table
    SET col3=HTMLDB_APPLICATION.G_F03(i),
    col4=HTMLDB_APPLICATION.G_F04(i)
    WHERE col1=HTMLDB_APPLICATION.G_F01(i) and
    col2=HTMLDB_APPLICATION.G_F02(i);
    end loop;
    how to update the 1st report. Please help me

    when you use the htmldb_item api to render form elements to your pages, those values end up in the htmldb_application.g_fNN arrays. i'm not sure how you defined your first report region, but you seem to be populating the g_f01 through g_f04 arrays with your second. if that's the case, try populating g_f05 with your first region. a query region like...
    select htmldb_item.text(5,ename) from emp
    ...would do it. you should then be able to access those submitted values in the htmldb_application.g_f05 array.
    hope this helps,
    raj

  • Recordset paging with two db in a single page

    I have two table to be show in a page, I can create a
    recordset paging for a table(A), but when i try create another
    recordset paging for other table(B) it changes all my other
    behaviors for my table(A). so is there any help for this?

    Create the rs for table A on one page, then create the rs for
    table B on another page, then go to the code for table B and copy
    it from the second page and paste it into the first page with table
    A.
    Have you got a connection string for both db's? If you have
    two db's, then you should have two connection strings at the top of
    the page after the first line of code.
    I have a site with three db's on a couple of pages!
    Mat

  • Having problem with two Tableview controls.

    Hi all,
    I have two tableview controls in my page. TV1 has list of employees. TV2 is populated with details based on the employee selected in TV1.
    The actual problem is, in TV1 when i goto next page using navigator and select an employee in 15th row, and select a detail row from TV2, TV1 gets refreshed and goes back to row 1.
    How can i avoid this?
    Thanks & Regards,
    Lalith

    Hi,
    you can bind the attribute of the tableView selectedRow = "//model/selected_row"
    to an attribute in your model class
    that way you can always find your selection if working stateful
    grtz
    Koen

  • Multiple pay slips in a single page

    Dear Experts,
    We have a requirement to print two payslips in a single A4 paper, This because the payslip which is being printed takes only a half of the A4 paper, The client doesn't what to waste the paper because the number of employees is huge.
    So they want two payslips in a single page.
    Can u please let me know how to achieve this.
    Thanks In Advance..
    Reena......

    Hi,
    Check for the code for Printing Lables so the same process can help you ....
    Regards,
    Vijaya Lakshmi.T

  • Can you merge 2 single-page PDFs into 1 single-page PDF?

    I'm not having luck adding text with line breaks to a pdf, as apparently the Text Box tool does not like line breaks. So I'm wondering if I can take a pdf with the text I want, which is a full paragraph and merge into another pdf of my company letterhead. (I cannot recreate the letterhead as I paid a company to make it long ago. Nor do I have the tools or expertise to do so.) So if I strategically place the text I want in the first pdf in such a way as to not overlap the graphics on my letterhead, can I merge two pdfs into a single page where the data on the pdfs overlaps each other?

    Hi WillCD,
    Yes It is possible to copy that paragraph by selecting text and then paste that paragraph to your company letter head pdf.
    and no you can't merge two pdfs in such a way that it overlaps the data of resultant pdf.
    Does that help? Please let me know if i have misinterpreted your issue or if you need any further assistance.
    Regards,
    Rahul

  • How can I make some pages in a PDF display in single-page view and others in two-page (facing) view?

    Exactly as it says on the tin. I am looking to save a PDF magazine/book layout in such a way so that when opened, only the front and back covers open to the viewer in single-page mode, and the rest of the pages in two-page facing mode, without re-printing the in-between pages in booklet format  and re-inserting them into a new PDF (with the front and back covers left separate and untouched, and included as single portrait-orientation pages). This is so that individual pages can still be printed (on a physical printer, not a "virtual" one like a PDF driver), as-is without having the page next to it included, or the printouts always requiring landscape orientation (resulting with two "pages" from the PDF showing up on one sheet of paper).
    So when the PDF is opened, I want just the front and back cover to be auto-viewed by themselves, and the content (the "meat" of the document) viewed side-by-side, as though one were actually reading a "book" -- but without actually re-doing the content pages to be "fused" side-by-side. Thus creating the "illusion" that they are, in fact, in booklet form. Is this possible, to have different page-display settings for different pages/page ranges in a single PDF? If so, how is this done? If not, what would be my best course of action otherwise to achieve this "virtual" book layout, while still retaining the "physical" structure of the document and allowing individual pages to be printed by themselves rather than "fused" together?
    Using Acrobat X Pro on Windows 7 Pro SP1.

    Dave Merchant wrote:
    The best you can do practicably is the 'two up with cover page' view mode. The first page will appear singly but not centered, and to get the last page to behave it would have to be a folio sheet.
    It's theoretically possible to use JavaScript to reset the view mode as each page is changed, but it makes for a nightmare of usability (what if someone on a smaller display wants to use 'fit to width'? Not an option if JS keeps overruling it). Anything involving JS won't work on non-Adobe software or mobile devices.
    Not a programmer by any means, so I won't be using JavaScript because I wouldn't know where to begin. I was thinking more in terms of an option I could adjust in the menus or dialogues.

  • How to add two different page numbers in a single page

    How to add two different page numbers in a single page? One is for page number of the whole article, the other one is for page number for each chapter in the article.

    It's quite complicated, see
    Two Page Numbering Schemes in the Same Document.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

  • Two SAPScript forms on a single page

    Hello
    Is there a way (in SAPScript) to have two forms (sapscript forms defined in SE71) printed in a single page ?
    What I would like to achieve is to have several sapscript forms defined in the system and to be able to combine them in a single page dynamicallly - I mean: the printing program would decide which of them should be output.
    I have one sapscript form which I want to output always - it contains some header and main window with some items. Apart from this form I need to print some additional information on the same page.
    This additional information may be formated in a few different ways - depending on the case. I need to include this info at the top of the page - formatted in one of possible ways mentioned. The rest of the page is always the same (some header and main window with items).
    I know I could just use windows definitions in a single sapsript form and let the printing program decide which of those windows to print. But my problem is: I would like to have different sizes of the information printed at the top of the pages - when I define a window I must declare height which will be occupied on the page - I'd like to have different height values for different cases.
    Is there a way to achieve that ?
    thanks in advance
    regards

    Hi,
    It is not possible.
    But instead of creating sapscript, why dont you create different standard text and call in same sap-script based on condition.
    You can create standard text in tcode so10. Its similar to editor in sap-script.
    Reward if useful

Maybe you are looking for

  • Problem with calendar on iMac

    Problem with calendar on iMac since downloading Mavericks and attempting to connect to icloud. Upon opening calendar a window opening stating 'moving calendars to server account' which has been going for days. please advise any possible solutions. Th

  • How do I get an App back on my home screen that I can still open in the App Store?

    I deleted an app from my home screen as I wasn't using it.  I decided I wanted to use it again so went into the App Store Purchased section.  The app has Open next to it, and it does open that way, but I'm unable to get the icon back on my home scree

  • Error in deploying EAR file

    hi experts, iam trying to deploy EAR file created using NWDS, when i am trying to deploy in XI server i am getting the following error, can any one solve my problem. Deploy of the ear has errors : java.rmi.RemoteException: Cannot deploy application s

  • Cannot erase software program in Windows 7 64--bit

    Greetings to all, I have a Windows 7 64--bit with all the updates on  a W520. I had installed Libre Office 3.5 on May 14,2012. I have wasnted ot upgrade to the latest version and i cannot. I cannot erase the softwarem, the response kthat I get is tha

  • Cooling fan not working...????

    when i m turn on my laptop... there is message display that cooling fan is not working correctly..??? & shut down after 15 sec now what is the problem is happen???