Scroll bar in jsp

Hi all,
I am having a table in jsp.
It contains four columns. 1 st and 2 nd row gives the table headings.
In first row, i have applied rowspan=2 to first two columns.then for 3rd and 4th column there is no rowspan.
in second row, I have given heading for 3rd and 4th column.
Now i need to add scroll bar for the table. It should scroll only the content of table but the heading of table should remain constant.
so can u help me with samplecode.....I m new to scrolling .....

Hi Lakshman,
You can include it in stylsheet and then use that class in your <body> or "div"  tag.
the CSS command is
overflow:auto;
you can use like
<body style="overflow: auto;"> or -- div style="overflow: auto;" 
You can declare class in ".css" file
#c1
.c1
<body id="c1>> or <div id="c1">
<body class="c1>> or <div class="c1">
You can use either "class" or "id" by adding it to "CSS" file and the use it to any JSP file or by direct aditing "Style" attirbute in tag.
so when your content is longer then your screen browser will display scroll bar automatically.
I hope this will help you.
Thanks and Regards.
eCommerce Developer
Edited by: Ecommerce Developer on Jul 9, 2009 5:58 PM
Edited by: Ecommerce Developer on Jul 9, 2009 5:59 PM

Similar Messages

  • How to get Auto scroll bar in a JSP?

    Hi Gurus,
    I have created a custom jsp page in a B2B application. How to get the auto scroll bar when page is exceeded than it can display?
    Is there any specific tag or div which is to be included to get this scroll bar?
    Thanks a lot in advance!!
    Regards,
    Lakshman.

    Hi Lakshman,
    You can include it in stylsheet and then use that class in your <body> or "div"  tag.
    the CSS command is
    overflow:auto;
    you can use like
    <body style="overflow: auto;"> or -- div style="overflow: auto;" 
    You can declare class in ".css" file
    #c1
    .c1
    <body id="c1>> or <div id="c1">
    <body class="c1>> or <div class="c1">
    You can use either "class" or "id" by adding it to "CSS" file and the use it to any JSP file or by direct aditing "Style" attirbute in tag.
    so when your content is longer then your screen browser will display scroll bar automatically.
    I hope this will help you.
    Thanks and Regards.
    eCommerce Developer
    Edited by: Ecommerce Developer on Jul 9, 2009 5:58 PM
    Edited by: Ecommerce Developer on Jul 9, 2009 5:59 PM

  • Horizontal scroll bar for combo/lsit box in JSP

    hi,
    i want "Horizontal Scroll bar" for combo box to display long names.
    regards,
    krishna

    Not a JSP issue. Look up styles, CSS, and dynamic HTML. They should help.

  • Unable to set  size and scroll bar to table components in visual web jsf

    Hi Friends,
    Good day all of you,
    my requirement is to display multible tables in the same jsp page with same size.
    if some tables have more columns than other tables then that table need horizontal scroll bar...

    Hi BalusC,
    Good day,
    we didn't use any CSS sheets.is there any other way to set.

  • Horizontal scroll bar in OAF screen flexible layout

    Hi Gurus,
    We have developed an OAF screen using flexible layout. Currently we have two tabs showing in the same window. We are unable to increase the number of columns in the result table of the flexible layout as there is no horizontally scroll bar getting added dynamically.
    Please let me know any pointers on this.
    Thanks in Advance.
    Thanks & Regards,
    Nagesh.

    Tapash,
    I hope ur talking about this thread:
    Page Scrolling
    User did it in JTF i.e. jsp not in OAF, thats' what I was thinking, because OAF does not provide js api's for OATableBean, unless I create my own custom table , like we do in jsp.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Overflow container Scroll bars problem

    Trying to add scroll bar for group body in a fragment. We put Overflow container for the groupbody within the page fragment. But no scroll bars are appearing. Scroll bar comes only if it is in a view.

    This question has been restated in this [url http://forum.java.sun.com/thread.jsp?forum=57&thread=530550&tstart=0&trange=30]thread. Please reply there so we don't have multiple threads going on at the same time.

  • Button & Scroll Bar Help

    Hello,
    I am making a website in flash and need some help with the
    actionscript,
    Firstly I have coded the drop down menu, its a little buggy
    but the main problem with it is the buttons will only work if its a
    get URL command rather than go to and stop.
    Secondly, I need some help coding the scroll bar if someone
    wouldn't mind offering a bit of help with that. I have just under 4
    days to get this finished, it’s for my final major project in
    college, and would you believe it our technician broke FLASH so I
    can't get help form my tutors.
    If some one could help I would be extremely grateful, thanks.
    Oh and here is a link to the flash file so you can have a
    look at the coding.
    http://www.breeze-studios.com/breezeflash.fla
    Also here is the publish bit so far so you can see what im
    going on about.
    http://www.breeze-studios.com/breezeflash.swf

    hi
    JPanel jp = new JPanel();
    JScrollPanel jsp = new JScrollPanel(jp);
    getContentPane.add(jsp);

  • How to hide scroll bar

    Hi everyone,
    when i display iviews on the page it should not show me the scroll bar.
    how to hide the scroll bar in iview.

    Hi Sonal,
    You can try this, create a JSPDynpage to display your Iviews as Iframes ( disable the scrolling mode in Iframes), in the imgsrc attribute of Iframe give the URL path of ur Iviews to be displayed.(if two iviews put it as two iframes)
    Regarding the gap between Iframes or design of the JSP page you can handle it thro Htmlb or even html tags.Upload the Par in the portal, create a new iview out of it (it will not have scrolling mode and your design can be established) Now add this Iview to a page.
    Hope it helps.
    Regards,
    Vivekanandan

  • How can i make the popup window have scroll bar when the content is long?

    Hi,
    My page have a button, when click it, it will show a popup window, and invoke a taskflow.
    <af:commandToolbarButton text="edit"
                                             icon="#{sdk_EmImageMap.toolbar.editCommand.icon[true]}"
                                             disabledIcon="#{sdk_EmImageMap.toolbar.editCommand.icon[false]}"
                                             id="edit"
                                             binding="#{pageFlowScope.procBean.editBtn}"
                                             action="dialog:edit" immediate="true"
                                             partialSubmit="true" useWindow="true"
                                             windowEmbedStyle="inlineDocument"
                                             windowHeight="400" windowWidth="750">
    And the page in the taskflow is :
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:c="http://java.sun.com/jsp/jstl/core"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
       <jsp:directive.page contentType="text/html;charset=UTF-8"/>
       <f:view>
          <af:document title="#{pageFlowScope.procStepEditor.pageTitle}"
                       id="document">
             <af:form id="f1">
                <af:panelStretchLayout id="pgl1" topHeight="10%">
                   <f:facet name="top"/>
                   <f:facet name="center">
                      <af:panelStretchLayout id="psl1">
                         <f:facet name="center">
                            <af:panelGridLayout id="pgl3">
                               <af:gridRow marginTop="5px" height="auto" id="gr1">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc1">
                                     <af:panelBox text="panel 1"
                                                  id="pb1"
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
                               <af:gridRow marginTop="5px" height="auto" id="gr2">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc2">
                                     <af:panelBox text="panel 2"
                                                  id="pb2">
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
                               <af:gridRow marginTop="5px" height="auto" id="gr3">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc4">
                                     <af:panelBox text="panel 3"
                                                  id="pb3">
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
                            </af:panelGridLayout>
                         </f:facet>
                         <f:facet name="bottom">
                         </f:facet>
                      </af:panelStretchLayout>
                   </f:facet>
                </af:panelStretchLayout>
             </af:form>
          </af:document>
       </f:view>
    </jsp:root>
    And in panel 2, the content is added dynamically, so it cannot control the width. Once it is very long, then the UI will not show all the data in panel2, and panel 3 also cannot display.
    So i want to the window have a scroll bar. How can i do this?
    Thanks.

    Hi Timo.
    Thanks for your replies.
    I change the panel 2 like this:
    <af:gridRow marginTop="5px" height="auto" id="gr2">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc2">
                                     <af:panelBox text="panel 2"
                                                  id="pb2">
    <af:panelGroupLayout id="pgl4" layout="scroll>
    </af:panelGroupLayout>
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
    But it still cannot display a scroll bar for the panel 2.
    Thanks.

  • Scroll bars not appearing in jsf fragment

    Hi,
    In a jsf fragment I have a table in panel stretch layout. Scroll bars dont show up.
    Tried :
    1. wrapping table inside panelcollection.
    code pasted below
    Thanks,
    Nutan
    code:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="networkintegrityuiBundle"
    value="#{adfBundle['oracle.communications.activation.discovery.configuration.ViewScheduleDetailsBundle']}"/>
    <af:panelStretchLayout id="psl1" topHeight="33" inlineStyle="width:100%;">
    <f:facet name="center">
    <af:table value="#{configViewBean.scheduleList}" var="row"
    rows="#{bindings.schedules.rangeSize}" columnStretching="last"
    emptyText="#{bindings.schedules.viewable ? networkintegrityuiBundle.NO_SCHEDULES : applcoreBundle.TABLE_EMPTY_TEXT_ACCESS_DENIED}"
    fetchSize="#{bindings.schedules.rangeSize}"
    rowBandingInterval="0" id="t2" inlineStyle="height:100%;width:100%">
    <af:column sortProperty="description" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.DESCRIPTION}"
    id="c8">
    <af:outputText value="#{row.description}" id="ot7"/>
    </af:column>
    <af:column sortProperty="startDate" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.EFFECTIVE_DATE}"
    id="c10">
    <af:outputText value="#{row.startDate}" id="ot3"/>
    </af:column>
    <af:column sortProperty="startTime" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.START_TIME}"
    id="c11">
    <af:outputText value="#{row.startTime}" id="ot4"/>
    </af:column>
    <af:column sortProperty="frequency" sortable="true" align="start"
    headerText="#{networkintegrityuiBundle.FREQUENCY}"
    id="c9">
    <af:outputText value="#{row.frequency}" id="ot2"/>
    </af:column>
    <af:column sortProperty="recurrencePattern" sortable="true"
    headerText="#{networkintegrityuiBundle.RECURRENCY_PATTERN}"
    id="c12" align="start">
    <af:outputText value="#{row.recurrencePattern}" id="ot8"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="top">
    <af:panelGroupLayout layout="default" id="pgl0001" inlineStyle="width:100%;">
    <af:panelHeader text="#{networkintegrityuiBundle.SCAN_SCHEDULES}" size="1"
    id="ph11235" inlineStyle="width:100%;" helpTopicId="ManScanSchedTabHead">
    <f:facet name="info">
    <af:outputLabel value="#{configurationView.serverTime}"
    id="ot99"/>
    </f:facet>
    </af:panelHeader>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </jsp:root>

    This is parent page.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces">
    <c:set var="bundle"
    value="#{adfBundle['oracle.communications.activation.discovery.configuration.ConfigurationDetailBundle']}"/>
    <c:set var="srbundle"
    value="#{adfBundle['oracle.communications.activation.integrity.ui.page.ScanRunBundle']}"/>
    <c:set var="common_bundle" value="#{adfBundle['oracle.communications.activation.discovery.configuration.CommonMsgBundle']}"/>
    <af:panelHeader text="#{bundle.PROFILE_DETAIL} #{bindings.name.inputValue}" size="1" id="ph2" helpTopicId="ScanResDispScanConfig"
    shortDesc="#{common_bundle.HELP_ICON_TITLE}">
    <af:panelTabbed id="ptdsf1" styleClass="AFStretchWidth"
    inlineStyle="width:100%;">
    <af:showDetailItem text="#{bundle.STATUS}" disclosed="true"
    binding="#{configurationView.statusDetails}"
    partialTriggers="timer" id="sdh1c234">
    <af:poll id="timer"
    interval="#{pageFlowScope.scanProgressData.pollInterval}"
    pollListener="#{pageFlowScope.scanProgressData.autoRefreshScan}"
    rendered="#{configurationView.configDetailRegion.visible}"/>
    <af:panelHeader text="#{configurationView.scanJobStatus}" id="ph22c1" size="0"
    inlineStyle="margin-left:10px;margin-top:10px;" helpTopicId="ScanResDispScanStatus">
    <f:facet name="toolbar">
    <af:commandButton text="#{bundle.DISPLAY_DISCREPANCIES}"
    disabled="#{!(data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue)}"
    actionListener="#{configurationView.executeActionOnCommandButton}"
    partialSubmit="true" id="showDiscrepancies"
    visible="#{(data.ConfigurationDetailPageDef.jobStateString.inputValue)!='None' ? (data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue) :(bindings.runReconciliationAsBoolean.inputValue)}"></af:commandButton>
    </f:facet>
    </af:panelHeader>
    <af:panelGroupLayout id="pgl129" layout="scroll">
    <af:panelGroupLayout rendered="#{(data.ConfigurationDetailPageDef.jobStateString.inputValue)!='None'}"
    id="pgls2" layout="horizontal">
    <af:panelHeader text="#{bundle.SCAN_PROGRESS}" size="1"
    inlineStyle="margin-left:10px;" id="ph117">
    <af:panelGroupLayout layout="horizontal" id="pglax3">
    <af:panelFormLayout rows="4" labelWidth="60"
    id="pfasdl2">
    <af:inputText label="#{bundle.TOTAL_ADDRESSES}"
    value="#{data.ConfigurationDetailPageDef.totalNoOfDiscoveryWorkItems.inputValue}"
    readOnly="true" id="isdt4"/>
    <af:inputText label="#{bundle.IN_PROGRESS}"
    value="#{data.ConfigurationDetailPageDef.noOfInProgressDiscoveryWorkItems.inputValue}"
    readOnly="true" id="itsd5"/>
    <af:inputText label="#{bundle.COMPLETED}" readOnly="true"
    value="#{data.ConfigurationDetailPageDef.noOfCompletedDiscoveryWorkItems.inputValue}"
    id="iscwt6"/>
    <af:inputText label="#{bundle.FAILED}"
    value="#{data.ConfigurationDetailPageDef.noOfFailedDiscoveryWorkItems.inputValue}"
    readOnly="true" id="isdfkt7"/>
    </af:panelFormLayout>
    <af:spacer width="10"/>
    <af:panelFormLayout rows="4" labelWidth="60"
    inlineStyle="height:90px;"
    id="status">
    <af:panelLabelAndMessage label="#{bundle.SCAN_COMPLETION}"
    inlineStyle="margin:20px 0px 0px; vertical-align:middle;"
    id="plamx211"
    labelStyle="vertical-align:top;">
    <dvt:gauge id="DiscoveryStatus" gaugeType="STATUSMETER"
    contentDelivery="immediate"
    inlineStyle="height:32px; width:120px;"
    value="#{pageFlowScope.scanProgressData.scanCompletionPercent}"
    gaugeSetDirection="GSD_DOWN" imageFormat="PNG">
    <dvt:gaugeBackground>
    <dvt:specialEffects fillType="FT_COLOR">
    <dvt:gradientStopStyle/>
    </dvt:specialEffects>
    </dvt:gaugeBackground>
    <dvt:indicatorBar fillColor="#0000ff"/>
    <dvt:gaugePlotArea/>
    <dvt:tickLabel content="TC_NONE"/>
    <dvt:tickMark content="TC_NONE"/>
    <dvt:topLabel position="LP_NONE"/>
    <dvt:bottomLabel position="LP_NONE"/>
    <dvt:metricLabel numberType="NT_PERCENT"
    position="LP_INSIDE_GAUGE">
    <dvt:gaugeFont bold="true" color="#c6c3c6"/>
    </dvt:metricLabel>
    </dvt:gauge>
    </af:panelLabelAndMessage>
    <af:inputText label="#{bundle.START_TIME}"
    value="#{bindings.discoveryStartTimeString.inputValue}"
    readOnly="true" id="isct1"
    inlineStyle="text-align:right;">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.END_TIME}" readOnly="true"
    value="#{bindings.discoveryEndTimeString.inputValue}"
    id="itsdc2">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.DURATION}" readOnly="true"
    value="#{bindings.discoveryDuration.inputValue}"
    id="itsdfc3"/>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </af:panelHeader>
    <af:panelHeader rendered="#{data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue}"
    text="#{bundle.DISCREPANCY_DETECTION_PROGRESS}" size="1"
    inlineStyle=" margin-left:10px;" id="psch62">
    <af:panelGroupLayout layout="horizontal" id="pglax31">
    <af:panelFormLayout rows="4" labelWidth="60"
    id="pfasdl21">
    <af:inputText label="#{bundle.TOTAL_RESULTS}"
    value="#{data.ConfigurationDetailPageDef.totalNoOfDiscrepancyWorkItems.inputValue}"
    readOnly="true" id="itsc11"/>
    <af:inputText label="#{bundle.IN_PROGRESS}"
    value="#{data.ConfigurationDetailPageDef.noOfInProgressDiscrepancyWorkItems.inputValue}"
    readOnly="true" id="it1sx2"/>
    <af:inputText label="#{bundle.COMPLETED}" readOnly="true"
    value="#{data.ConfigurationDetailPageDef.noOfCompletedDiscrepancyWorkItems.inputValue}"
    id="it1c3"/>
    <af:inputText label="#{bundle.FAILED}"
    value="#{data.ConfigurationDetailPageDef.noOfFailedDiscrepancyWorkItems.inputValue}"
    readOnly="true" id="itsc14"/>
    </af:panelFormLayout>
    <af:spacer width="10"/>
    <af:panelFormLayout rows="4" labelWidth="60"
    inlineStyle="height:90px;"
    id="status1">
    <af:panelLabelAndMessage label="#{bundle.SCAN_COMPLETION}"
    inlineStyle="margin:10px 0px 0px 42px;"
    labelStyle="vertical-align:top;"
    id="plsdam2">
    <dvt:gauge id="DiscrepencyStatus" gaugeType="STATUSMETER"
    contentDelivery="immediate"
    inlineStyle="height:32px; width:120px;"
    value="#{pageFlowScope.scanProgressData.discrepancyCompletionPercent}"
    gaugeSetDirection="GSD_DOWN" imageFormat="PNG">
    <dvt:gaugeBackground>
    <dvt:specialEffects fillType="FT_COLOR">
    <dvt:gradientStopStyle/>
    </dvt:specialEffects>
    </dvt:gaugeBackground>
    <dvt:indicatorBar fillColor="#0000ff"/>
    <dvt:gaugePlotArea/>
    <dvt:tickLabel content="TC_NONE"/>
    <dvt:tickMark content="TC_NONE"/>
    <dvt:topLabel position="LP_NONE"/>
    <dvt:bottomLabel position="LP_NONE"/>
    <dvt:metricLabel numberType="NT_PERCENT"
    position="LP_INSIDE_GAUGE">
    <dvt:gaugeFont bold="true" color="#c6c3c6"/>
    </dvt:metricLabel>
    </dvt:gauge>
    </af:panelLabelAndMessage>
    <af:inputText label="#{bundle.START_TIME}"
    value="#{bindings.discrepancyStartTimeString.inputValue}"
    readOnly="true" id="isdt8">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.END_TIME}" readOnly="true"
    value="#{bindings.discrepancyEndTimeString.inputValue}"
    id="itsc9">
    <af:convertDateTime type="both" timeStyle="medium"/>
    </af:inputText>
    <af:inputText label="#{bundle.DURATION}" readOnly="true"
    value="#{bindings.discrepancyDuration.inputValue}"
    id="it1sad0"/>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </af:panelHeader>
    <af:panelHeader rendered="#{data.ConfigurationDetailPageDef.discrepancyDetectionEnabled.inputValue}"
    text="#{bundle.DISCREPANCY_COUNTS}" size="1" inlineStyle=" margin-left:10px;"
    id="psch621">
    <af:panelGroupLayout id="pgl11" layout="horizontal">
    <af:spacer width="30" id="sse611199"/>
    <af:image source="/icons/critical_status.png" id="criticalImageId"
    shortDesc="#{bundle.CRITICAL}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6111"/>
    <af:outputText value="#{srbundle.CRITICAL}" id="ot3"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberCritical.inputValue}"
    readOnly="true" id="it1lk6"/>
    <af:spacer width="60" id="sse6121"/>
    </af:panelGroupLayout>
    <af:panelGroupLayout id="pgl12" layout="horizontal"
    inlineStyle="margin-top:3px;">
    <af:spacer width="30" id="sse6112"/>
    <af:image source="/icons/major_status.png" id="majorImageId"
    shortDesc="#{bundle.MAJOR}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6112"/>
    <af:outputText value="#{srbundle.MAJOR}" id="ot26"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberMajor.inputValue}"
    readOnly="true" id="it1lk7"/>
    <af:spacer width="60" id="sse61211"/>
    </af:panelGroupLayout>
    <af:panelGroupLayout id="pgl113" layout="horizontal"
    inlineStyle="margin-top:3px;">
    <af:spacer width="30" id="sse6113"/>
    <af:image source="/icons/minior_status.png" id="minorImageId"
    shortDesc="#{bundle.MINOR}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6113"/>
    <af:outputText value="#{srbundle.MINOR}" id="ot27"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberMinor.inputValue}"
    readOnly="true" id="it1lk63"/>
    <af:spacer width="60" id="sse61212"/>
    </af:panelGroupLayout>
    <af:panelGroupLayout id="pgl114" layout="horizontal"
    inlineStyle="margin-top:3px;">
    <af:spacer width="30" id="sse61114"/>
    <af:image source="/icons/warning_status.png" id="warningImageId"
    shortDesc="#{bundle.WARNING}"
    inlineStyle="vertical-align:middle;"/>
    <af:spacer width="5" id="ssen6114"/>
    <af:outputText value="#{srbundle.WARNING}" id="ot28"
    inlineStyle="display:block;text-align:middle;"/>
    <af:inputText value="#{data.ConfigurationDetailPageDef.numberWarning.inputValue}"
    readOnly="true" id="it1lk64"/>
    <af:spacer width="60" id="sse61213"/>
    </af:panelGroupLayout>
    <af:spacer height="25" id="sse688"/>
    </af:panelHeader>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    <af:spacer width="10" height="10" id="sse6"/>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.GENERAL}" disclosed="true" id="sdh1222">
    <jsp:include page="/oracle/communications/activation/integrity/ui/page/ConfigDetails.jsff"/>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.PLUGIN_PARAMETERS}" disclosed="true"
    id="sdh1c23411">
    <af:panelHeader text="#{bindings.scanProfile.inputValue}" id="ph22c111">
    <af:switcher facetName="#{bindings.scanProfile.inputValue}"
    id="protocolParam" defaultFacet="default"
    binding="#{configurationView.scanProfile}">
    <f:facet name="SNMPDiscoveryScan">
    <af:region value="#{bindings.ViewSNMPParameters1.regionModel}"
    id="ViewSNMPParameters1"/>
    </f:facet>
    <f:facet name="SNMPMIB2Discovery">
    <af:region value="#{bindings.ViewSNMPParameters1.regionModel}"
    id="ViewSNMPParameters2"/>
    </f:facet>
    <f:facet name="SNMPCiscoDiscovery">
    <af:region value="#{bindings.ViewSNMPParameters1.regionModel}"
    id="ViewSNMPParameters3"/>
    </f:facet>
    <f:facet name="MIB2UIMInventoryImport">
    <af:region value="#{bindings.ViewUIMParameters1.regionModel}"
    id="ViewUIMParameters1"/>
    </f:facet> <f:facet name="UIMGatewayDiscovery">
    <af:region value="#{bindings.ViewUIMParameters1.regionModel}"
    id="ViewUIMParameters2"/>
    </f:facet>
    <f:facet name="default">
    <af:outputText value="#{bundle.DEFAULT_VALUE}" id="osct2"/>
    </f:facet>
    </af:switcher>
    </af:panelHeader>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.SCOPE}" disclosed="true" id="sdh3s21">
    <af:switcher id="s1" facetName="#{bindings.derivedPluginName.inputValue}"
    defaultFacet="default">
    <f:facet name="default">
    <af:table value="#{bindings.addresses.collectionModel}" var="row"
    rows="#{bindings.addresses.rangeSize}"
    emptyText="#{emptyAddressText}"
    fetchSize="#{bindings.addresses.rangeSize}"
    columnStretching="last" rowBandingInterval="0"
    autoHeightRows="-1" inlineStyle="height:100%;width:99%;"
    binding="#{configurationView.addressTable}" id="tsdc2">
    <af:column sortProperty="address" sortable="true"
    headerText="#{bundle.ADDRESSES}" width="500" id="csfdc2"
    align="start">
    <af:outputText value="#{row.address}" id="otcs33"/>
    </af:column>
    </af:table>
    </f:facet>
    <f:facet name="Assimilation">
    <af:table var="row" rowBandingInterval="0" id="t3"
    columnStretching="last"
    value="#{bindings.assimilationAddresses.collectionModel}"
    binding="#{configurationView.assimilationAddressTable}"
    inlineStyle="width:99%; height:100%;">
    <af:column sortable="true" headerText="#{bundle.SCAN_NAME}" id="c14"
    sortProperty="name" align="start">
    <af:outputText value="#{row.derivedPluginType == null ? bundle.DELETED_PREFIX : ''}#{row.name}"
    id="ot9"/>
    </af:column>
    <af:column sortable="true" headerText="#{bundle.PLUGIN}" id="c15"
    sortProperty="pluginName" align="start">
    <af:outputText value="#{row.pluginName}" id="ot11"/>
    </af:column>
    <af:column sortable="true" headerText="#{bundle.PTYPE}" id="c7"
    sortProperty="derivedPluginType" align="start">
    <af:outputText value="#{row.derivedPluginType}" id="ot10"/>
    </af:column>
    <af:column sortable="true" headerText="#{bundle.DESCRIPTION}"
    id="c13" sortProperty="description" align="start">
    <af:outputText value="#{row.description}" id="ot12"/>
    </af:column>
    </af:table>
    </f:facet>
    </af:switcher>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.SCHEDULE}" disclosed="true"
    inlineStyle="width:100%;height:100%;" id="sdi211s">
    <jsp:include page="/oracle/communications/activation/integrity/ui/page/ViewScheduleDetails.jsff"/>
    </af:showDetailItem>
    <af:showDetailItem text="#{bundle.BLACKOUT_WINDOWS}" id="ph1"
    inlineStyle="width:100%;height:100%;">
    <jsp:include page="/oracle/communications/activation/integrity/ui/page/ViewBlackoutWindowDetails.jsff"/>
    </af:showDetailItem>
    </af:panelTabbed>
    </af:panelHeader>
    </jsp:root>

  • ADF RC Table Vertical Scroll Bar

    Hello All ,
    I have jsp page with <f:view locale="ar"> that mean the page direction will be from right to left .
    in this page there is ADF RC Table at run time in Internet Explorer the vertical Scroll Bar is display but
    when run in mozilla Firfox the vertical Scroll Bar by the ADF RC Table is Not visible
    note the page is from right to left <f:view locale="ar">
    is there any help please

    Hi,
    seems to be a problem with Firefox 3. With this version I can reproduce the missing vertical scrollbar too (but not with IE7 and FF2).
    (also with the suggested settings of Shay in trinidad file)
    According to the Jdev 11g release notes FF3 is supported but not certified (not only right-to-left feature)
    I suggest to fill a bug for this issue at oracle support.
    regards
    Peter

  • Scroll bar :help for a newbie

    Hello, I need some help to introduce scroll bar into my programs;
    For example I have a JPanel in which I have to introduce a scroll bar when it's needed.
    Can you help me please?

    hi
    JPanel jp = new JPanel();
    JScrollPanel jsp = new JScrollPanel(jp);
    getContentPane.add(jsp);

  • Different Scroll bars in one file

    I've manually customized the look and feel of the scroll bars for scroll pane component and it works fine. I've two different files that have different visual styles for scroll bars. Now I want to merge these two files meaning I want to have one file with two different styles of scrollbars co-existing. I can resolve the naming conflicts but both of the them are using same asset names and action scripts (I think in the class definition).
    So basically my question if how can I have two different scroll bars implemented in one file?
    Many thanks

    You can make the clip that you want to play at 2 fps seem
    that way by just making it longer. Alternately, you could use a
    timed tween.

  • How can we remove the scroll bars from the table?

    Hi,
    I have a dynamic table. Currently the table appears with the scroll bars. But there is a requirement that the scroll bar should not appear and the table should stretch in the entire page. How can this be achieved.
    Thanks in advance
    Nita

    Thanks Mohammad for the reply.
    Was able to remove the scroll bars by using only the styleClass as AFStretchWidth. But there is a default partition in middle of the page still? Can i remove that too by any way.

  • The status bar is pushed up at about 3/4 of the screen, so I can view onlu firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full vi

    The status bar is pushed up at about 3/4 of the screen, so I can view only Firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full view
    == This happened ==
    Every time Firefox opened

    Your code is absolutely unreadable - even if someone was willing to
    help, it's simply impossible. I do give you a few tips, though: If you
    understand your code (i.e. if it really is YOUR code), you should be
    able to realize that your minimum and maximum never get set (thus they
    are both 0) and your exam 3 is set with the wrong value. SEE where
    those should get set and figure out why they're not. Chances are you
    are doing something to them that makes one 'if' fail or you just
    erroneously assign a wrong variable!

Maybe you are looking for

  • Hard drive and internet issues

    My mother has had her IMac for 5 years now and has never done any updates, changes, cleanup, etc. to it. She is now trying to get on broadband internet and the computer will no longer startup without removing the extensions during startup. She has ha

  • How can we handle database exceptions in bpel?

    Hi, I'm calling a couple of pl/sql based services in my bpel flow. Given the services are pl/sql based we might hit some databse errors . For example: -Existing State of Packages has been discarded -Database is down -PL/sql procedure itself throws an

  • Change cell color based on time

    I have a row with 24 cells. I want each cell (from left to right) to change color based on the time. Each cell will represent 1 hour A1=Midnight, B2=1AM, etc... At those specific hours I'd like the corresponding cell to change color. So, at midnight,

  • An averaging filter that tightens depending on slope??

    Hello all, I have an application where a variable (DBL scalar) is shown in a graph to be bouncing above and below the target setpoint @ approx 1-5sec intervals.  In other words, if the setpoint is 1500lbs, the variable bounces between 1250 and 1750lb

  • JPublisher and BPEL strange behaviour

    I use code generated by JPublisher for BPEL process with endpoint http://bbm.local.com/orabpel/default/activation/1.0/activation?wsdl to call BPEL process from DB Oracle 10g. There are more than one versions of BPEL process (more than one endpoints)