IView with a lot of space at the bottom

We have developed a component with JSPDynpage, the jsp file contains only html and the css reference:
<%String baseURLPathToCSS = componentRequest.getWebResourcePath()+"/css/";%>
<html>
<head>
<title>DeSevilla - Noticias</title>
<link rel="STYLESHEET" type="text/css" href="<%=baseURLPathToCSS%>main.css">
</head>
<body>
  <div id="cuerpo_pagina_noticias">
    <div id="cabecera">
      <h3 class="texto2_1">Noticias</h3>
      <h4 class="texto0_1">Corporativas</h4>
    </div>
  </div>
</body>
</html>
The problem is that when we create an iView based on this component at the bottom of the iView the portal adds a lot of space, we have tried to change the heigth to fixed but didn't work.
Anybody knows how adjust the border of the iView to the html.

Hi Mercedes
Change the Isolation property of the iview to url and try to give height as fixed.
You can adjust the height of iview by adjustHeight method.
adjustHeight(document.getElementById(<id of ur iview>),<heightyouneeded>).May be this function has to be invoked from separate iview.
Use this link for reference.
Automatic Height of iView/Page & Footer in Framework page
Regards
Geogi
Message was edited by: Geogi Luke

Similar Messages

  • I often recieve emails with a lot of spaces between words in sentences

    These problem letters mostly come from two friends

    If I use html and text format as filling out (don't know the english word) when I send an email, It will look like it have lot of spaces for the receiver.
    Maybe your friends has this pre-set.

  • Problema with white space at the bottom

    http://formypets.net/cat_training.html
    I keep getting that strange white space at the bottom and I
    have no idea what to do. Can someone give me a hand, please?

    labecs wrote:
    > I was just hoping to get a recommendation about where I
    can go to have someone
    > check my code and fix it where it needs fixing. I
    haven't been able to get an
    > opinion about the site, which is my first and I am just
    learning, and i don't
    > know if there 's something I'm doing really wrong or
    right or whatever. Anybody?
    >
    Hi,
    Try a new post asking for a site check or a site critique -
    you'll no
    doubt get differing advice about best practises on the
    construction -
    take what you get objectively, most will be constructive,
    don't be
    disheartened and don;t forget it's your client who is the
    person you
    most have to please.
    I think it looks great and for a first site - quite
    incredible really -
    you seem to have a fairly good grasp on what's going on with
    the code
    and (you may get crit for using absolute positioning) you
    also seem to
    have a grasp on relative and absolute positioning.
    One wee thing I see (sorry don't have time to trouble shoot
    for you) is
    a slight layout difference between IE and FF - possibly a
    double margin
    bug - a bigger gap between the centre and the right columns!
    Oh - and you might want to consolidate your css - shift the
    embedded
    styles to your linked sheet.
    HTH
    chin chin
    Sinclair

  • How do I remove the white space from the bottom and side of my document?

    How do I remove the white space from the bottom and side of my document? (I'm not talking about printing, just viewing it on the screen.) There are about 6 inches of white space at the bottom and at the right hand side. I don't like this. On a blank new spreadsheet it's triple that amount of white space.

    The infinite canvas convention doesn't make a lot of sense for Numbers. When I'm viewing a spreadsheet and mistakenly scroll into white, empty space I think, "this is ridiculous - all of my content is fits on one screen. there's nothing over there."
    A (relatively) infinite canvas is logical for Microsft Excel because it's one big table. There are 256(?) columns by default and hundreds of rows on a sheet - there are cells outside what a user is looking at to see. However, when viewing a Numbers spreadsheet with a single 10 column 10 row table that fits on the screen, there's nothing else on it to scroll to.
    Numbers should distinguish between viewing a spreadsheet and editing one. When I'm just viewing, when there's no content outside the window it shouldn't scroll there. This window behavior is beyond annoying for Numbers on my iPad and iPhone.
    (Adding user-defined canvas size setting to my view mode / edit mode thinking would probably be the most complete solution to this now that I think about it.)
    Until now the way scrolling worked in Numbers has defied logic. Actually it still does lol. That said, thank you Yellowbox for providing a clear explanation. Much appreciated.

  • How to use the Columns Hidden | space in the bottom of af:panelCollection?

    Hi,experts,
    In jdev 11.1.2.3,
    I can see a row of Columns Hidden | Columns Frozen in the bottom of component af:panelCollection - pc1 which have an af:table - t1 component inside in designer view,
    and can see there is a blank row space only with "|" inside when the page is running.
    Now I want to use this blank row space such as to display row numbers for the table, so I set the property for the panelColletion as following source code:
    ==========================
    <af:panelCollection id="pc1" inlineStyle="width:1250px; height:500px;">
    <f:facet name="menus"/>
    <f:facet name="toolbar"/>
    <f:facet name="statusbar">
    <af:group id="g4"/>
    </f:facet>
    <af:table value="#{bindings.TView1.collectionModel}" var="row"
    rows="#{bindings.TView1.rangeSize}"
    emptyText="#{bindings.TView1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.TView1.rangeSize}" rowBandingInterval="1"
    filterModel="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
    queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}" filterVisible="false"
    varStatus="vs"
    selectedRowKeys="#{bindings.TView1.collectionModel.selectedRow}"
    selectionListener="#{bindings.TView1.collectionModel.makeCurrent}"
    rowSelection="single" id="t1" inlineStyle="font-size:xx-large; font-weight:bolder;">
    <af:column sortProperty="#{bindings.TView1.hints.GoodsStatus3.name}" filterable="true"
    sortable="true"
    headerText="#{bindings.TView1.hints.GoodsStatus3.label}"
    id="c42">
    <af:outputText value="#{row.GoodsStatus3}" id="ot33"/>
    </af:column>
    <f:facet name="footer">
    <af:group id="g3">
    *<af:outputText value="RowsNumber:" id="ot44"/>*
    *<af:outputText value="#{bindings.TView1Iterator.estimatedRowCount}"*
    id="ot43" partialTriggers="::pc1:t1"/>
    </af:group>
    </f:facet><f:facet name="detailStamp"/>
    </af:table>
    </af:panelCollection>
    =====================
    but when run the page there is no display for the row number, instead on the bottom of the table, there is only a blank row with "|" inside.
    How to use the Columns Hidden | Columns Frozen space in the bottom of component af:panelCollection ?
    Thanks!

    Hi, Arun
    It works.
    As in my use case, can draw an af:toolbar component into statusbar of Panel Collection facets in Structure view.
    There is still a small issue:
    cannot see the Columns Hidden|Columns Frozen component in the Structure view,
    and if drop more than one af:toolbar into statusbar, the sencond one will fall/wrap into second row, even though there is enough space on the first row (to occupy a second row in statusbar will be a waste of space), and cannot see how to adjust.
    Thank you very much!
    bao

  • How do I get rid of the blank space at the bottom of the new Firefox menu?

    The new firefox 4 has a different menu system. IT has blank space at the bottom wiht just a plus sign that opens new tabs. I can get that from the + sign by the tabs and don't want it or the rest of the blank space on the bar. I need all the space in the main window I can get. How do I get rid of this?
    Found my own answer, disable Conduit Engine toolbar, whatever the heck that is. Why it's enabled to start with is beyond me.

    Hi stephanie,
    These are unrelated questions/statements.
    Space before and space after a paragraph are controled in the Text Inspector, as you've found out.
    Pages will create a page break whenever there is no room for another line on the page. That break can come anywhere in a paragraph.
    You may be thinking of Widow and Orphan prevention, and the other Pagination controls, found under the More button in the Text Inspector. (If that's what you found, then thanks for the refresher! I hadn't been to that pane for awhile, and had forgotten the variety of pagination controls available.
    Regards,
    Barry

  • White space at the bottom of product pages

    I set the template and everything in the module layout...the catalogue pages look good but when you click on any product and go to the large product view page there is a white space on the bottom under the footer ? Dolce & Gabbana - Black w. Silver
    thats a link to a product on the site ...
    any help on where or how id go around removing it ...i tired many things already and its annoying
    Made with business catalyst and muse

    I checked the link to product you provided and as I see the issue you facing is :
    As you mentioned you created the site In muse, Could you please check and make sure the sticky footer option is unchecked, if not try unchecking the same and publish the site again and see if that helps.

  • How do I fix the space between the bottom of my window and taskbar?

    Recently (today) firefox has had a space between the bottom of the window and my taskbar. I've tried reinstalling and safe mode, and it doesnt go away. Here is a screenshot of the issue. http://imgur.com/mTQtrDN

    Nice Work.

  • Getting space at the bottom in the pdf output

    I'm designing a pre-printed Invoice report using BI Pub. The template is in word and when I take pdf output I get space at the bottom, even though there is no space at the bottom in template(rtf).
    The template fits propely in pre-printed paper, but when its rendered to pdf, all the the data is moving up creating space at the bottom and messing up the alignment.
    I appreicate any help or comments from anyone who encountered this problem earlier.
    Thanks.

    I'm having the same issue on my iPad. So far I've noticed it on one pdf and I'm planning on deleting it and syncing it from my iTunes library again as soon as I get the chance. I'll post an update when I do.

  • I downloaded an iBook and was reading it, closed it, tried to reopen it, but it just shows on my shelf with a black load bar at the bottom as if it has to load. ???

    I downloaded an iBook and was reading it, closed it, tried to reopen it, but it just shows on my shelf with a black load bar at the bottom as if it has to load. ???

    My first step would be to get rid of "Norton protection". Boot from your OS 10.6 disc, navigate through your hard drivve and trash anything that is Norton. Empty the trash.
    Next, run Disk Utility and ask it to repair the hard drive.

  • I received an email from an acquaintance with her handwritten personal  signature at the bottom. Is thereafter way for me to create and use such signatures at the end of my emails from apple products?

    I received an email from an acquaintance with her handwritten personal  signature at the bottom. Is thereafter way for me to create and use such signatures at the end of my emails from apple products?

    Settings > Mail > Signature

  • I deleted a user with a lot of files but the memory of my MacbookAir wasn't freed

    I deleted a user with a lot of files (more than 200 Gb) thinking that it should free some space, I took the option "remove all files from this user", the user was removed, but the space wasn't freed. I still have those 200 Gb blocked. How can I free that space?

    Select the icon of your startup volume ("Macintosh HD," unless you renamed it) in the sidebar of a Finder window, and open the Info window. How much space is Available? Specify gigabytes (GB) or megabytes (MB).

  • CLOB uses a lot of space in the segment

    Hello,
    I try the LOB features, specially the SecureFile option in my database 11gR1.
    In a PL/SQL procedure, I use one CLOB variable and put a lot of information in it (with loops). After treatment, I insert the CLOB variable in a table TEST with CLOB column.
    There is only 1 row in my table !
    All is fine.
    The table TEST is created with securefile option. Here is the DDL:
    create table sh1.test(id number,text clob)
    LOB(text) STORE AS SECUREFILE(CACHE LOGGING);
    Later, I check the space used by the LOB segment of my table and I'm very surprised.
    I check also the length of my CLOB and I compare with the space used.... It seems to me that the space used is TO BIG for the length of the CLOB...
    Commands I used for the space used and the length ! I
    select bytes/1024/1024 from dba_segments where segment_name='SYS_LOB0000077271C00002$$';
    select dbms_lob.getlength(text) from sch1.test;
    Here are my measures results with length of the clob in comparison with the space it uses:
    Length of the clob : 84306     748884     2234809     5291295     15211012
    Space used [Mb] : 1.3125     74.3125     320.4375     1074.375     6924.4375 !!!!!!
    What do you think of these results ?
    Is it normal ? I hope not...
    I tried to create the table in basicfile mode... The space used is not so different as securefile...
    In my PL/SQL code, I tried different ways to append data to my CLOB.
    - Concatenation ||
    - dbms_lob.append
    - dbms_lob.writeappend
    There is no difference.
    Any idea ?
    Thanks a lot in advance,
    Regards,
    Yann
    Edited by: 881275 on Oct 28, 2011 4:54 PM
    Edited by: 881275 on Oct 28, 2011 4:55 PM

    Sybrand,
    Thank you for your response and I apologize if my post wasn't clear enough.
    You're guru, I'm not. If you need more information to help me, I provide them, no problem.
    Indeed, you cannot verify the segment name, here is the request I executed to get it...
    select table_name, column_name, segment_name, tablespace_name from dba_lobs where owner='SH1' and table_name='TEST'
    TABLE_NAME COLUMN_NAME SEGMENT_NAME TABLESPACE_NAME
    TEST TEXT SYS_LOB0000077271C00002$$ TS_DATA_TEST
    I generate the DDL of my table:
    CREATE TABLE "SH1"."TEST" ( "ID" NUMBER, "TEXT" CLOB)
    TABLESPACE "TS_DATA_TEST" PCTFREE 10 INITRANS 1 MAXTRANS 255 STORAGE ( INITIAL 64K BUFFER_POOL DEFAULT)
    LOGGING NOCOMPRESS LOB ("TEXT") STORE AS SECUREFILE (
    TABLESPACE "TS_DATA_TEST" RETENTION AUTO KEEP_DUPLICATES
    NOCOMPRESS STORAGE ( INITIAL 104K BUFFER_POOL DEFAULT) );
    Do you need other information?
    I don't specify anything for outline or inline storage.
    I read that the lob is stored outline if the lob is greater than approximatively 4000 bytes.
    Do you advice that I specify DISABLE STORAGE IN ROW in my table creation ?
    LOB is stored in the same tablespace as the table segment. I know that it's not the best practice, but it was just a test.
    Here is the DDL:
    CREATE SMALLFILE TABLESPACE "TS_DATA_TEST"
    DATAFILE 'dbfilename1' SIZE 4096M REUSE , 'dbfilename2' SIZE 1842048K REUSE
    AUTOEXTEND ON NEXT 10240K MAXSIZE 16384M LOGGING
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO DEFAULT NOCOMPRESS;
    What do you mean by "amount of redundant tags" ? It seems to me I specified what my post is talking about...
    Thank you for your help.
    Regards,
    Yann
    Edited by: 881275 on Nov 1, 2011 8:45 AM

  • ApWo S1-6.2.7 Columns NOT linked? + empty space on the bottom of every page

    Hi,
    this is about Apple Works S1-6.2.7:
    * I would like to have a space of about FIVE empty lines on the bottom of EVERY sheet of my manuscript. How is this possible? (Not just ONE line with a number, as for the page number footnotes.)
    * I would also like to write parts of my script in two columns that don´t interfere with each others. That means f ex I would be able to add extra lines in the first column while keeping everything in place exactly as it is in the second column, and vice versa. (That means the texts in the two columns should NOT be linked to each others.) Can anybody help?? (I have tried with a tabell but they don´t continue on to next page when necessary.)
    - A huge thanx for smart solutions!

    A I do not though understand what a WP document is.
    Where do you open that?
    Neither can I find a table at the Tool Palette, I´m
    afraid...
    WP = word processor document (ie. not aspreadsheet, drawing, etc.)
    Show the Tools palette by clicking the red toolbox icon at the lower left of the document window.
    The Table creation tool is one of the group of four at the top of the Tools palette: Text tool, Spreadsheet tool, Paint tool and Table creation tool.
    Click the Table (creation) tool, then drag a rectangular space the approximate size of the table you want. When you release the mouse button, you'll see a dialogue in which you can specify the number of columns and rows in the table. When you click OK, the table will be placed in your document as a Floating object.
    I also have this question:
    B If I have specific headlines here and there
    within a text that are numbered 1, 2, 3, 4, 5 etc.
    and suddenly want a new numbered headline between f
    ex the headlines numbered 3 and 4. How can I make 4,
    5, 6 etc automaticly switch up one number so the
    string of numbers will maintain perfect? Is this
    possible at all? Thank you for good advice!
    Best regards Martin
    Although it might be possible to accomplish this, the game would not be worth the candle.
    Automatic numbering is available only for "paragraphs" and in the preset "Outline" styles. When "paragraph" numbering is set, it applies only to contiguous "paragraphs." If you change the format to allow unnumbered paragraphs, then change back to 'numbers', the numbering is reset to 1 for the first paragraph of the new set.
    ("paragraph" in AppleWorks's understanding of the word is "all the text up to the next return character.")
    You might be able to define an "Outline" style based on one of the three provided Outline styles (Diamond, Harvard, Legal) that would label Level 1 paragraphs with number and apply no label to paragraphs at other levels. If successful, this should automatically renumber the headings if they were inserted as top level paragraphs.
    See "styles", "outline" and "editing styles" in AppleWorks Help for instructions on how to do this.
    I've left Yvan's post here as it appears to have disappeared from this thread (or came from a separate topic).
    Regards,
    Barry
    Try to do that:
    create a new WP document
    insert a page break so the doc will contain two
    pages.
    Create a table from the Tool Palette.
    You may set the row number to a huge value: try 100
    for instance.
    The table will cross the page break.
    In fact, defining a table from the Tool Palette is
    not the same thing that defining one from the menu
    item.
    The menu item creates an inline table (which of
    course is unable to cross a page break) while the
    Tool Palette define a floating one which may be
    higher.
    We may do that. Is it a good thing is another
    question because the application is unable to cut the
    table by itself so the printed result will be odd.
    Yvan KOENIG (from FRANCE mercredi 13 décembre 2006
    20:27:18)

  • Wont sync because of not enough space but it also says i have free space at the bottom

    I synced my entire itunes at first. Then  I got some more music off an old ipod and wanted to put it on knowing I have to select specific artist or albums instead of the whole collection. I have around 3000 songs on the ipod now. Its not letting me sync around 2000 songs it says because not enough space.  The gauge at the bottom says i have 6 gbs left and the ipod it self says it has 3 gbs.  This is all besides the point because Im trying to put less stuff on there.  Why?

    hey ,
    if it is showing you 34 mails them it is correct. when you see your mail. apple has a smart way of arranging your mail.suppose you recieve 4 mails from one email id it will show you under one highlighted mail. so when you open a mail from anyone trying scrolling it down and you will find your missing mails.

Maybe you are looking for

  • Hi All, hope you can help, why do I have trouble connecting to free wi fi, especially at McDonald?

    Hi All, can someone help please. Having trouble connecting my iPad to free wi if at  caravan parks and also at McDonald, I have no such problem connecting my laptop. Thank you.

  • Only a grey empty box in browser window

    I only get a grey empty box in my browser windows, when I start the HTML-pages with the java applet "HelloWorldApplet" from the "my first cup of java" tutorial from the java-sun pages. What can I do? Other java applets work fine. I have activated Jav

  • Why does my BC look nothing like the Tutorials???

    My admin console looks NOTHING like the tutorials. There's no top tabs, theres no icons, theres no description of my website pages...it's very plain/vanilla and very much unrefined. I'm clearly in the wrong area, or there was some update that took pl

  • Compressor "unknown time issue"

    Ive been reading a few posts and this software seems to have a lot of timing issues. I have one of my own. Lately Ive noticed compressor has been getting really slow and sometimes wont work at all, saying "remaining time unknown". Is this a popular i

  • Is it okay to plug in and unplug the iPad Air throughout the day?

    I did this with my iPad two and never really had issues but I would like to prolong the life of my new battery as much as possible. Is it okay to plug it to charge it for short bursts at a time throughout the day?