ADF Checkboxes layout issue

Hi,
I am using JDeveloper 11.1.1.1.7.
I am using Radio Check boxes like :
     <af:selectOneRadio label="Test" id="sor21" layout="horizontal"">
        <af:selectItem label="Any" value="" id="si128"/>
        <af:selectItem label="Positive" value="1" id="si110"/>
        <af:selectItem label="Negative" value="0" id="si109"/>
        <af:selectItem label="Unknown" value="99"  id="si4"/>
      </af:selectOneRadio>
The rendered check boxes are too close like shown below :
0 Any 0 Postive 0 Nagative 0 Unknown
Is there a way I can have some empty spaces in between them like :
0 Any              0 Postive              0 Nagative            0 Unknown
How to do this ?
Thank you.
Regards,
Ayyappan

Sorry for the confusion. lableStyle is a property added in 11.1.2.x (&amp;lt;af:selectOneRadio&amp;gt;)
Timo

Similar Messages

  • Layout issue while trying Migrate Oracle Report to XML publisher Reports

    Hi
    I am trying to Convert Seeded Oracle Reports (rdf) to BI Publisher reports, in doing so encounter layout issues. The layout of the RTF , PDF or HTML generated by BI Publisher is different form the text, PDF or HTML outputs generated by the concurrent report. The problem with the BI Publisher template and out put
    Is, the lay out is getting distorted .
    Steps to archive the migration :
    -     download the rdf from the server to local m/c.
    -     execute Forms 9i Util rwconverter to generate a xml
    -     use the oracle.apps.xdo.rdfparser.RTFTemplateGenerator API to generate a RTF template of the report layout
    -     Then use this template to generate a XSL via oracle.apps.xdo.template.RTFProcessor API
    -     The Apply the XSL on the XML data output of the report using oracle.apps.xdo.template.FOProcessor to generate RTF , PDF & HTML files.
    Name of the Report used for migration “FSG - Report Detail Listing” , responsibility GL super User. This was just a random report we picked-up for trial.
    The layout of these files seems to distorted than the layout of the original report output as generated by the rdf report.
    Pls suggest some means to resolve this or any pointers towards what causing this could be of help.
    -     Shudipto

    The process of "converting" an old Oracle Reports rdf into a BIP report is more akin to writing a brand new report in BIP than to what most people would consider a true conversion.
    The conversion routine outlined by Oracle just gives you a starting point for converting RDF layouts into BIP, and nothing more. In regards to the data define it does somewhat better generating your queries and XML layout (but honestly, that is the easy part), but even for the data define it will lose your formula columns as well as report triggers.
    I have used the converter on several dozen rdf files and I have yet to see one that is better than 10-20% ready for use after the conversion process.
    I would strongly suggest that you only convert the reports that you have to convert (for enhancements, modifications, etc). If it ain't broke in old Oracle Reports, dont' try to fix it in BIP.
    Scott

  • Layout issue with af:tree component

    I am using af:tree component but I am finding layout issue with it. I have a requirement where in I need the tree to stretch to the available space but a horizontal and a vertical scrollbar comes up automatically. Is there a way to handle this issue?

    User, without your jdev version it's hard to help.
    Have you embedded the tree component in a stretch layout?
    Timo

  • CSS Layout issue!! Help Urgent!!

    I am having a problem with creating a css layout, in the past i used tables and am trying to convert my sites for my customers. I have layed out the website using divs and css and it looks great until i put in the cosing of the menu bar. when i put in the coding for the menu bar suddenly the bar has a padding around it but i cannot find a padding that would change this in the css coding. I need this done asap! so please help. ill show my coding below:
    this is the div coding:
    <div id=Nav>
       <ul class="dropdown" id="Bar"; width: 879px" name="Bar">
             <li class="style16" style="width: 161px; height: 22px">
       <a href="default.html" style="width: 146px">Home</a></li>
             <li class="style10" style="width: 169px; height: 23px">
       <a href="about.html" style="width: 153px">About</a></li>
         <li class="" style="height: 31px; width: 175px; left: 0px; top: 0px">
       <a href="Equipment.html" class="style18">
       <div class="style10" style="width: 156px; height: 20px;">
        Equipment</div>
       </a> <ul class="sub_menu">
                <li><a href="compressor.html">Air Compressors</a></li>
                <li><a href="compactions.html">Compaction</a></li>                            
                <li><a href="concrete.html">Concrete Equipment</a></li>
                <li><a href="forklifts.html">Fork Lifts</a></li>
                <li><a href="generators.html">Generators</a></li>                            
                <li><a href="groundthawing.html">Ground Thawing</a></li>
                <li><a href="heaters.html">Heaters</a></li>
                <li><a href="scissorlifts.html">Scissor Lifts</a></li>                            
                <li><a href="boomlifts.html">Boom Lifts</a></li>
                <li><a href="lighttowes.html">Light Towers</a></li>
                <li><a href="misc.html">Misc.</a></li>                            
                <li><a href="dirtequipment.html">Dirt Equipment</a></li>
                <li><a href="powertools.html">Power Tools</a></li>
                <li><a href="pumps.html">Pumps | Saws | Welders</a></li>                              
                     </ul>
             </li>
             <li style="width: 165px"><a href="locations.html">
       <div class="style10" style="width: 154px">
        Locations</div>
       </a>
               </li>
                 <li style="width: 180px"><a href="contact.html">
       <div class="style16" style="height: 24px">
        Contact Us</div>
       </a>         </li>
            </ul>
      </div>
    This is the css coding:
    #wrapper {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f4f4f4;
    #Navigation {
    background-image: url(Images/NAvigation%20BAr.jpg);
    background-repeat: no-repeat;
    width: 880px;
    visibility: visible;
    height: 3-px;
    vertical-align: top;
    Nav {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 20px !important;
    #wrapper1 {
    width: 876px;
    margin-right: auto;
    margin-left: auto;
    color: #F4F4F4;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #Bar {
    background-repeat: no-repeat;
    width: 880px;
    height: 28pt;
    overflow: visible;
    background-image: url(Images/NAvigation%20BAr.jpg);
    position: relative;
    vertical-align: top;
    #container {
    width: 880px;
    color: #000;
    background-color: #EDEDED;
    dominant-baseline: 578px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #content {
    float: left;
    color: #090;
    width: 580px;
    padding-right: 6px;
    background-color: #033;
    margin-top: 20px;
    .container {
    color: #000;
    background-color: #ff6;
    width: 876px;
    #expect {
    height: 164px;
    width: 294px;
    float: right;
    position: relative;
    background-color: #C90;
    margin-left: 582px;
    padding-top: 10px;
    #hours {
    float: left;
    height: 55px;
    width: 294px;
    line-height: 4px;
    word-spacing: normal;
    white-space: normal;
    display: inline;
    letter-spacing: normal;
    padding-top: 10px;
    font-size: 13pt;
    color: #000;
    margin-left: 586px;
    background-color: #F99;
    #footer {
    height: 76px;
    width: 880px;
    background-color: #CC0;
    clear: both;
    #cards {
    float: right;
    height: 31px;
    width: 294px;
    margin-left: 582px;
    padding-top: 10px;
    background-color: #F36;
    #contact {
    float: left;
    height: 328px;
    width: 293px;
    word-spacing: normal;
    white-space: normal;
    line-height: 1px;
    color: #000;
    display: inline;
    font-size: 14pt;
    background-color: #FFF;
    padding-top: 10px;
    margin-top: 20px;
    #header {
    background-image: url(Images/Proquip%20Logo/Proquip%20logo2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 885px;
    height: 126px;
    background-color: #000;
    margin-right: 2.5px;
    margin-left: 0px;
    #wrapper #container #contact p strong {
    color: #800000;
    font-size: 14pt;
    #wrapper #container #contact blockquote p a {
    color: #000;
    #wrapper #container #expect div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #wrapper #container #hours div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #box2 {
    background-image: url(Images/Option%201/Services/whitebox2.jpg);
    #box3 {
    background-image:url(Images/Option%201/Services/redbox2.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    #gold {
    background-image:url(Images/Option%201/Logos/gold.gif);
    background-repeat:no-repeat;
    #white {
    background-image:url(Images/Option%201/ProQuip-Pics/box1.gif);
    background-repeat:no repeat;
    #forklift {
    background-image:url(Images/Option%201/ProQuip-Pics/34-01-4380.jpg);
    background-repeat:no-repeat;
    #scissorlift {
    background-image:url(Images/Option%201/ProQuip-Pics/jlg-scissor-lifts-21.jpg);
    background-repeat:no-repeat;
    /* Navigation Menu- Level one */
    ul {
    list-style: none
    ul.dropdown {
    font-size: 13pt;
    color: #000000;
    height: 25px;
    text-decoration: none !important;
    width: 860px;
    position: relative;
    vertical-align: top;
    ul#Bar.dropdown {
    width: 878px;
    position: relative;
    vertical-align: top;
    ul.dropdown li {
    font-weight: 600;
    float: left;
    zoom: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    display: block;
    width: 175px;
    color: #000000;
    top: 25px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown a:hover {
    color:#cc0000;
    ul.dropdown a:active {
    color: #000000;
    ul.dropdown li a {
    display: block;
    border-right: 1px solid#333;
    color: #000000;
    border-right-width: 1px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown li:last-child a {
    border-right:none; /* does not wotk in IE */
    text-decoration:none !important; } 
    ul.dropdown li.hover,
    ul.dropdown li.hover {
    color: #000000;
    position: relative;
    height: 28px;
    top: 0px;
    ul.dropdown li.hover a {
    color:#800000;
    /* Level Two Navigation */
    ul.dropdown ul {
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 36%;
    display: block;
    float: left;
    color: #000000;
    text-decoration: none !important;
    height: 25px;
    ul.dropdown ul li {
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #ccc;
    float: left;
    border-bottom-color: #c0c0c0;
    border-bottom-style: groove;
    display: block;
    background-color: #dbdbdb;
    text-decoration:none !important;
    /* IE 6&7 needs inline block */
    ul.dropdown ul li a {
    border-right: none;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    color: #000000;
    width: 100%;
    text-decoration: none !important;
    /* Level Three Navigation */
    ul.dropdown ul ul {
    top: 100%;
    color: #000000;
    text-decoration: none !important;
    ul.dropdown li:hover>ul {
    visibility: visible;
    color: #000000;
    top: 30px;
    text-decoration: none !important;

    I have the site using tables up and running, this is a website for a client so I cant make a test site using that domain would it be ok if I screen shot'ed the problem?
    Date: Thu, 24 Apr 2014 12:19:44 -0700
    From: [email protected]
    To: [email protected]
    Subject: CSS Layout issue!! Help Urgent!!
        Re: CSS Layout issue!! Help Urgent!!
        created by Jon Fritz II in Dreamweaver support forum - View the full discussion
    Well, you're not using position:absolute, so you've got a big thumbs up from a bunch of us for that.
    Is there any chance you could post a link to this page on your server? It's much easier to troubleshoot from a browser than it is to rebuild the page from code fragments.
    If you haven't gone live with the page yet, create a folder called TEST in your site and save copies of the page and css there. Upload TEST and post a link to it here. Once the problem is found/fixed, delete TEST from the server.
    You can also attempt to use Firefox or Chrome to find your issue by right clicking > Inspect Element. All CSS that affects a given element will be displayed with file name and line numbers there.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6327947#6327947
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6327947#6327947
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6327947#6327947. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Minor Layout Issue when Printing Invoices in Chrome (v20.0.1132.47)

    This is a relatively minor issue in the big scheme of things but a client of ours has reported a layout issue when bulk printing invoices in Chrome. It could be default browser behaviour which BC has no control over but I thought I’d submit it anyway.
    It occurs when you’re viewing the default Order Report (http://www.yourdomain.com/AdminConsole/#!/CRM/OrderList.aspx) in the BC v3 interface and you want to print invoices in bulk (see screenshot below).
    When you print invoices in bulk in Chrome they print on overlapping pages, as opposed to Firefox where each invoice will print on a separate page, which makes management much easier for our client. I’ve tried tinkering with the print settings inside of Chrome but I can seem to change it.
    Does anyone know a way around this or are we dealing with default browser behavior that is out of our hands?
    Cheers,
    Matt
    [email protected]

    Could someone assist please?
    I am having a similar problem.
    thanks

  • 11gR2- pdf report layout issue in chrome browser

    hi,
    We are using 11gR2(11.1.2) forms and reports,when we run reports as pdf in chrome browser it has layout issues, spacing,no data etc, but the same reports works fine on internet explorer 8.
    Is there any settings required in chrome browser, or report server?, please help with this issue.

    Did you ever solve this problem? I have the same problem... In IE it centers the report in the ReportViewer control but in Google Chrome the ReportViewer shows the report to the left... Left aligned.... What is the fix for this? Mike in Los Angeles, California,
    USA

  • [svn] 2210: Fix for layout issue of AIR apps on mac when only width or height is

    Revision: 2210
    Author: [email protected]
    Date: 2008-06-24 11:56:52 -0700 (Tue, 24 Jun 2008)
    Log Message:
    Fix for layout issue of AIR apps on mac when only width or height is
    set on root WindowedApplication tag.
    Bugs: SDK-14643.
    QA: Yes, very much so.
    Reviewer: Ryan
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14643
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/WindowedApplication. as

    Updates:
    I've opened a bug with Adobe regarding this issue:
    http://bugs.adobe.com/jira/browse/FP-4362
    Also, the Cancel operation on a FileReference causes the same issue to happen as does loading.  I really think it's an operating system focus issue.
    UPDATE:
    Looks like this has already been tracked and is scheduled to be fixed:
    https://bugs.adobe.com/jira/browse/FP-2785

  • H:selectOneRadio layout issue

    All,
    I'm new to JSF and am wondering if anyone had tackled a layout issue that I am running into.
    I have a h:selectOneRadio tag inside which, I have a couple of f:selectItem items. I want to show some text fields and then show the last f:selectItem item. Is it possible in JSF?
    <br>
    In plain html terminology, I want :
    radio
    radio
    textfield
    radio
    Code in html:
    <br>
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3" WIDTH="550">
    <TR>
    <TD COLSPAN="2" WIDTH="100%">
    <b>Payment Method</b>
    </TD>
    </TR>
    <TR>
    <TD WIDTH="26%">
    </TD>
    <TD WIDTH="74%">
    <p class="body"><input type="radio" name="card" value="VI">Visa</p>
    </TD>
    </TR>
    <TR>
    <TD WIDTH="26%">
    </TD>
    <TD WIDTH="74%">
    <p class="body"><input type="radio" name="card" value="MC">MasterCard</p>
    </TD>
    </TR>
    <TR>
    <TD WIDTH="26%" align="right">
    <p class="body">Credit Card Number:</p>
    </TD>
    <TD WIDTH="74%">
    <input type="text" name="ccnum" maxlength="26" size="40" value="">
    </TD>
    </TR>
    <TR>
    <TR tal:replace="CVV2">
    <TD WIDTH="26%" align="right">
    <p class="body">Security Code:</p>
    </TD>
    <TD WIDTH="74%">
    <input type="text" name="cvv2" maxlength="4" size="5" value="">
    </TD>
    </TR>
    <TR>
    <TD WIDTH="26%" align="right">
    <p class="body">Expiration:</p>
    </TD>
    <TD WIDTH="74%">
    <p class="body"><input type="text" name="ccexmo" maxlength="2" size="2" value=""> <input type="text" name="ccexyear" maxlength="4" size="4" value=""> For example, 03/2007</p>
    </TD>
    </TR>
    <!-- The follow row should only be displayed if Billing is an option -->
    <TR tal:replace="BILLME">
    <td width="26%" align="right">
    <p class="body">Other Payment:</p>
    </td>
    <TD width="74%">
    <p class="body"><input type="radio" name="card" value="BILL">Please send me a bill.</p>
    </TD>
    </TR>
    </TABLE> Thanks
    Jim

    you can build this type of behaviour by creating a custom class.
    I think this is not possible by building the select items.
    PL,post the solution if you find any.
    -- raju

  • Flash player Update causing layout issues in Adobe Reader

    I did an updated to adobe flash player to version 15.0.0.239 and now the Adobe Reader XI (11.0.09) Layouts don't work,  only file list mode.
    Is there any way of fixing this? This new layout issue is going to cause issues since the whole appeal of using Acrobat Portfolios is the Presentation Layout views.
    Please help
    thanks!

    I have found sometimes you need to run Adobe's Flash uninstaller, before running the installer.
    Typically the first whole number of a version is usually a major upgrade, versus an update, and hence why the built-in update function fails to see the new version on many software.
    As for "safe", clone backup in case there is a feature you don't like about the new version, so you can always run it like it was before.
    https://discussions.apple.com/docs/DOC-1992
    You don't know how Adobe might alter the overall PDF frameworks on the computer when the upgrade is completed.  If you don't clone, you may find yourself stuck with whatever changes they make.

  • [svn:osmf:] 10644: fixed some layout issues with the MediaPlayerWrapper.

    Revision: 10644
    Author:   [email protected]
    Date:     2009-09-28 09:36:33 -0700 (Mon, 28 Sep 2009)
    Log Message:
    fixed some layout issues with the MediaPlayerWrapper.
    Modified Paths:
        osmf/trunk/apps/samples/framework/MediaPlayer/src/com/adobe/strobe/players/MediaPlayerWra pper.as
        osmf/trunk/apps/samples/framework/MetadataSample/src/MetadataSample.mxml
    Property Changed:
        osmf/trunk/libs/VAST/

    Hi Chanh
    I have not come upto the level of testing the file generated with IRS.  Will keep you posted what happens there.
    Shannon,
    Apparently the new version of 1546868 fixes the issue for box number 7.  But if the amounts are huge in box numbers 1 or 3 or 15a (they use these in my client) then the amount overflows to the nearby box.  So we have again opened an issue again with SAP & will keep you posted withwhat SAP comes up with.
    Thanks
    Regards
    Morgan

  • [svn] 4848: Applying user submitted patch SDK-18699, which fixes ButtonBar layout issue.

    Revision: 4848
    Author: [email protected]
    Date: 2009-02-05 06:29:33 -0800 (Thu, 05 Feb 2009)
    Log Message:
    Applying user submitted patch SDK-18699, which fixes ButtonBar layout issue.
    Bugs: SDK-18421.
    QE Notes: None.
    Doc Notes: None.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18699
    http://bugs.adobe.com/jira/browse/SDK-18421
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ButtonBar.as

  • ADF SelectAll/DeselectAll Issue

    Hi All,
    Iam having issue with SelectAll/DeselectAll in ADF Tree. Following sample code for jspx and Managed Bean.
    <af:tree value="#{bindings.ParentMDTopic1.treeModel}" var="node"
    selectionListener="#{bindings.ParentMDTopic1.treeModel.makeCurrent}"
    rowSelection="single" id="t1" partialTriggers="sbc2"
    binding="#{pageFlowScope.mBean.treeProp}">
    <f:facet name="nodeStamp">
    <af:group id="g1">
    <af:selectBooleanCheckbox label="Label 1" id="sbc2"
    value="#{node.checkboxFlag}"
    autoSubmit="true"
    valueChangeListener="#{pageFlowScope.mBean.checkBoxChange}"/>
    <af:outputText value="#{node.DocGuid}" id="ot1"/>
    </af:group>
    </f:facet>
    </af:tree>
    Bean:
    public void checkBoxChange(ValueChangeEvent valueChangeEvent) {
    valueChangeEvent.getComponent().getParent().getChildren();
    DCIteratorBinding dcIb = ADFUtils.findIterator("ParentMDTopic1Iterator");
    ParentMDTopicVORowImpl parent = (ParentMDTopicVORowImpl)dcIb.getCurrentRow();
    RowIterator ri = parent.getLeafMDTopic();
    if (((Boolean)valueChangeEvent.getOldValue()) != null) {
    Boolean check = (Boolean)valueChangeEvent.getNewValue();
    if (check == true) {
    parent.setcheckboxConfirmedStatus("Y");
    } else {
    parent.setcheckboxConfirmedStatus("N");
    selectItems.add(new SelectItem(ri.getCurrentRow()));
    if(ri.hasNext()){
    updateCheckboxStatus(ri, check);
    else{
    parent.setcheckboxConfirmedStatus("N");
    refreshSelectedRows();
    dcIb.executeQuery();
    public void updateCheckboxStatus(RowIterator ri, Boolean check){
    while(ri.hasNext()){
    LeafMDTopicVORowImpl leaf = (LeafMDTopicVORowImpl)ri.next();
    if (check == true) {
    leaf.setcheckboxConfirmedStatus("Y");
    } else {
    leaf.setcheckboxConfirmedStatus("N");
    selectItems.add(new SelectItem(ri.getCurrentRow()));
    RowIterator ri2 = leaf.getDocGuidLeafMDTopic();
    if(ri2.hasNext()){
    updateCheckboxStatus(ri2,check);
    private void refreshSelectedRows() {
    getSelectedRows().clear();
    DCIteratorBinding it = ADFUtils.findIterator("ParentMDTopic1Iterator");
    RowSetIterator rit = it.getRowSetIterator();
    rit.reset();
    if (rit.first() != null) {
    Row r = rit.first();
    if (r.getAttribute("checkboxFlag") != null) {
    makeRowSelected(r);
    while (rit.hasNext()) {
    Row r = rit.next();
    if (r.getAttribute("checkboxFlag") != null) {
    makeRowSelected(r);
    private void makeRowSelected(Row r) {
    Boolean selected = (Boolean)r.getAttribute("checkboxFlag");
    if (selected) {
    ArrayList keyList = new ArrayList();
    if(r.getAttribute("DocGuid") != null){
    keyList.add(r);
    getSelectedRows().add(keyList);
    Iam strugling since few days on this. Could you please some one on this
    Thanks in advance,
    Samba.

    HI Timo,
    Please find the below information.
    which jdev version you are using as the solution might depend on it.
    Ans: JDev 11.1.1.5.0
    So, what is the problem?
    Ans: We have created a tree structure with checkbox option using self -reference VOs & ViewLinks.Problem is unable to achieve Select All/Deselect All functionality. And also, If user click on any node, then all the chield nodes(till leaf level) should be in checked status. similarly for deselect option. Only the one node is updating with status. Rest all are not updating in the with check box status.
    What have you tried so far?
    Ans: As of now, I am trying to achive select functionality by seleting top level nodes.There might be more than one node at top level, if I click on any one on of top nodes then all the sublevels should be check status.
    Have you drugs the code?
    Ans: I tried to debug the code with print statements. I've created two transient attributes with boolean & string types. Boolean value will be calculted based on String value using EL. Some how, I couldn't able to achive the required functionality.
    It would help if you fishing your code when posting it here. Read the FAQ link on the top right of the page.
    I've gone through OTN forum to find a thred with similar issue. I found few threds with similar issue but still iam facing issue.
    Please let me know, if you still need more information.
    It would be really helpful, if you help on this.
    Thanks,
    Samba

  • Checkbox positioning issue in module pool program screen

    Hello All,
    I am facing one issue with the checkbox positioning in module pool program.I have designed the screen in 'SAP Signature Theme' and the checkbox position looks fine (while tested the screen in SE80) as shown below.
    Test Result from 'SAP Signature Theme':
    But the lead has a different theme in his SAP system and he got the below result where the checkbox automatically shifts right with the same code and screen design as shown below.
    Test Result from'Enjoy'  theme :
    Could you please help me resolve this strange issue as soon as possible.
    Thanks in advance!!!
    Thanks & Regards,
    Hafizul

    Hi Bhaskar,
    Sure , in fact this is has been created by dragging and dropping of the the standard checkbox template availabe in the layout,no custom code has been written for this.
    Please find the layout properties for this checkbox below.
    P9021-COMPLI_CONF is one character field.
    Please let me know if you need any other details on the same.
    Thanks & Regards,
    Hafizul

  • ADF: Font size issue using JDEVADF_MAIN_GENERIC_070112.1145.4385

    Hi,
    Even I have the exact same issue with my jspx pages.
    I am on the EMAIGC_MAIN_LINUX label using JDEVADF_MAIN_GENERIC_070112.1145.4385
    I have a tableLayout in my template code, that I use to layout the contents of my jspx page. After I remove the <afh:tableLayout>, the following fonts are affected and work fine -
    1. The font of the top File menu that Ravi mentions below.
    2. The Navigation tree that we have on the left side of the page.
    3. The 'emptyText' of the <af:table> component.
    4. The 'help' facet of the <af:panelLabelAndMessage> component.
    If I put the tableLayout back again, the large size (16px) fonts in the above areas reappear.
    Coming back to the problem -
    Now, the Navigation tree, that I have mentioned above, helps me to navigate to a different page.
    Once, I click on the navigation tree's node to navigate to the second page, and the page loads, I find that the fonts in the above four afore-mentioned areas go back to the larger size (16px), thus making the removal of the tableLayout useless. Both the initial page and the second page use the same hierarchy of templates and styles.
    When I try loading the first/initial page again, the fonts are all fine and proper (11px).
    Can someone please help resolve this issue as this is quite a deterrent to achieving a proper looking UI.
    Please let me know if anyone needs access to my working env and jspx files.
    Thanks,
    Arya.
    Please let us know the
    ravishankar.belavadi wrote:
    Hello All,
    I have a small issue with the fonts in the presentation of my jspx pages
    The File menu on the Top turns into a larger font size when my jspx
    pages are invoked.
    So I was getting to the most basics to ensure the font size remains
    same. Removed all the components of my JSPX page came to bare minimum
    where I had a
    Just the PanelGroupLayout and TableLayout.
    In the TableLayout what I have used , If I remove the table Layout the
    fonts come correctly and If I put the tableLayout back the fonts becomes
    larger.
    1. I am not understanding if ther is any relation in using tableLayout
    inside panelGroupLayout ?? 2. How can I ensure the fonts are consistent
    with the framework. ?
    <af:panelGroupLayout id="selectPlugin_manualSelect" visible="true"
    inlineStyle="width:80%; height:100px;">
    * <trh:tableLayout borderWidth="0" inlineStyle="width:80%;
    height:100px;">
    <!-- some thing here -->
    </trh:tableLayout>*
    </af:panelGroupLayout>
    I have attached the selectPlugin.jspx where the font size is going to be
    bigger and if you remove the tableLayout in the above highlighted code
    the fonts come correctly.
    Please kindly reply.
    Thanks
    Ravi
    <?xml version='1.0' encoding='utf-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:trh="http://xmlns.oracle.com/trinidad/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich" version="1.2"
    xmlns:bib="http://xmlns.oracle.com/dss/adf/faces">
    <jsp:directive.page contentType="text/html;charset=utf-8"/>
    <f:view>
    <f:loadBundle basename="oracle.sysman.core.pagemodel.emxplugin.PluginMsg"
    var="PluginMsg"/>
    <f:loadBundle basename="oracle.sysman.core.pagemodel.emxplugin.PluginToolTipMsg"
    var="PluginToolTipMsg"/>
    <f:loadBundle basename="oracle.sysman.resources.CommonResourceBundle"
    var="commonbundle"/>
    <af:document maximized="true" title="#{sdk_pagetemplate_model.pageTitle}">
    <af:form>
    <f:verbatim>
    <![CDATA[
    <script>
    * Shows the popup dialog
    function showValidatePopup()
    var component = AdfPage.PAGE.findComponent("deployPlugin_validatePopup");
    component.show();
    function hideValidatePopup()
    var component = AdfPage.PAGE.findComponent("deployPlugin_validatePopup");
    component.hide();
    function showTablePopulationPopup()
    var component = AdfPage.PAGE.findComponent("deployPlugin_tablePopulationPopup");
    component.show();
    function hideTablePopulationPopup()
    var component = AdfPage.PAGE.findComponent("deployPlugin_tablePopulationPopup");
    component.hide();
    </script>
    ]]>
    </f:verbatim>
    <af:pageTemplate id="emTemplate" viewId="/sdk/templateDefNoForm.jspx">
    <f:facet name="emContent">
    <!-- BEGIN MAIN CONTENT -->
    <af:panelGroupLayout id="selectPlugin_grp_layout1" layout="scroll" inlineStyle="width:100%">
    <af:panelGroupLayout id="selectPlugin_grp_layout2" layout="horizontal" inlineStyle="vertical-align:top;width:100%">
    <!--<af:panelGroupLayout layout="horizontal" > -->
    <af:panelHeader id="selectPlugin_panelHeader" text="#{PluginMsg.DEPLOY_SELECT_PLUGIN}"/>
    <!--</af:panelGroupLayout>-->
    <af:panelGroupLayout id="selectPlugin_grp_layout3" layout="horizontal" halign="end">
    <af:commandButton id="selectPlugin_button1" text="#{PluginMsg.CONTINUE}" action="#{pageFlowScope.emxplugin_model_deploy.handleContinue}" disabled="true" shortDesc = "#{PluginToolTipMsg.CONTINUE}"/>
    <af:spacer width="10"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    <af:spacer height="10" />
    <af:outputText id="selectPlugin_output_text1" value="#{PluginMsg.SELECT_PLUGIN_NOTE}" />
    <af:spacer height="10"/>
    <af:selectOneRadio autoSubmit="true" id="selectPlugin_picker" value="metalink"
    valueChangeListener="#{pageFlowScope.emxplugin_view_deploy.radioValueChange}"
    layout="horizontal" immediate="true">
    <af:selectItem value="metalink" id="selectPlugin_selectItem_picker1"
                        shortDesc = "#{PluginToolTipMsg.DOWNLOAD_METALINK}"
    label="#{PluginMsg.METALINK_DOWNLOAD}"/>
    <af:selectItem value="manual" id="selectPlugin_selectItem_picker2"
                        shortDesc = "#{PluginToolTipMsg.MANUAL_ARCHIVE}"
                        label="#{PluginMsg.MANUAL_SELECT}"/>
    </af:selectOneRadio>
    <af:spacer height="10"/>
    <!--Top Panel -->
    <!--This is the top panel which will only be displayed when
    plugin archive is to be naually provided by the customer.-->
    <af:panelGroupLayout id="selectPlugin_manualSelect" visible="true" inlineStyle="width:80%; height:100px;">
    <trh:tableLayout borderWidth="0" inlineStyle="width:80%; height:100px;">
    <!--
    <trh:rowLayout id="selectPlugin_row_layout1">
    <trh:cellFormat id="selectPlugin_cellformat1">
              <af:panelLabelAndMessage id="selectPlugin_lbl_msg1" label="#{PluginMsg.TYPE}">
         <af:selectOneChoice id="selectPlugin_selectChoice1" value="Test" unselectedLabel="Monitoring">
         <f:selectItems id="selectPlugin_selectItems1" value="#{pageFlowScope.emxplugin_model_deploy.manualPluginTypes}"/>
         </af:selectOneChoice>
              </af:panelLabelAndMessage>
         </trh:cellFormat>
    </trh:rowLayout>
    <af:spacer height="10"/>
    -->
    <!--
    <trh:rowLayout id="selectPlugin_row_layout2">
    <trh:cellFormat id="selectPlugin_cellformat2">
    <af:panelLabelAndMessage id="selectPlugin_lbl_msg2" label="#{PluginMsg.ARCHIVE}" >
    <af:inputFile id="selectPlugin_list1" value="#{pageFlowScope.emxplugin_model_deploy.archive}"/>
    <af:spacer height="20" width="40" />
    <af:commandButton id="selectPlugin_button2" text="#{PluginMsg.LIST_ARCHIVE}"
                   shortDesc = "#{PluginToolTipMsg.LIST_ARCHIVE}"
                   action="#{pageFlowScope.emxplugin_model_deploy.handleListArchive}" />
    </af:panelLabelAndMessage>
    </trh:cellFormat>
    </trh:rowLayout>
    -->
    </trh:tableLayout>
    </af:panelGroupLayout>
    <!-- This panel will be displayed when plugin is to be downloaded from metalink -->
    <af:panelGroupLayout id="selectPlugin_metalinkSelect" partialTriggers="selectPlugin_picker"
    visible="true">
    <af:panelGroupLayout id="selectPlugin_grp_layout4" layout="horizontal" halign="right" inlineStyle="width:800px" >
    <af:outputText id="selectPlugin_output_text2" value="#{PluginMsg.METALINK_SETUP_SUCCESS}" inlineStyle="white-space:nowrap;" />
    <af:spacer width="10"/>
    <af:commandButton id="selectPlugin_button3" text="#{PluginMsg.METALINK_SETUP}"
                        shortDesc = "#{PluginToolTipMsg.METALINK_SETUP}" partialSubmit="true"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    <af:spacer height="20" />
    <!--End of Top Panel -->
    <!-- Start of Table Display -->
    <!--
    <af:panelGroupLayout id="selectPlugin_plugintable"
    layout="vertical"
    inlineStyle="width:100%;"
    partialTriggers="selectPlugin_picker">
    <trh:tableLayout id="selectPlugin_table_layout2" width="800px" >
    <trh:rowLayout id="selectPlugin_row_layout3">
    <trh:cellFormat id="selectPlugin_cellformat3">
    <af:toolbar id="selectPlugin_toolbar1" visible="true" inlineStyle="width:800px">
    <af:selectOneChoice id="selectPlugin_selectChoice2" label="#{PluginMsg.SHOW}"
                   value="all_plugins"
    autoSubmit="true"
    valueChangeListener="#{pageFlowScope.emxplugin_view_deploy.dropDownValueChange}">
    <af:selectItem id="selectPlugin_selectItems2" value="management_plugins" label="#{PluginMsg.MANAGEMENT_SERVICE_PLUGINS}"/>
    <af:selectItem id="selectPlugin_selectItems3" value="agent_plugins" label="#{PluginMsg.AGENT_PLUGINS}"/>
    <af:selectItem id="selectPlugin_selectItems4" value="all_plugins" label="#{PluginMsg.ALL_PLUGINS}"/>
    </af:selectOneChoice>
    <af:spacer width="200"/>
    <af:outputText id="selectPlugin_output_text3" value="#{PluginMsg.LAST_UPDATE_METALINK}"
    inlineStyle="color:rgb(148,107,0); text-align:right;"/>
    <af:spacer width="3"/>
    <af:outputText id="selectPlugin_output_text4" value="29-Sep-2006 11:20(IST)" />
    <af:spacer width="3"/>
    <af:commandToolbarButton id="selectPlugin_toolbar_button1"
                             shortDesc = "#{PluginToolTipMsg.METALINK_REFRESH}" icon="/images/refresh.gif"/>
    </af:toolbar>
    </trh:cellFormat>
    </trh:rowLayout>
    <trh:rowLayout id="selectPlugin_row_layout4">
    <trh:cellFormat id="selectPlugin_cellformat4">
    <af:toolbar id="selectPlugin_toolbar2" visible="true" inlineStyle="width:800px">
    <af:spacer width="250"/>
    <af:outputText id="selectPlugin_output_text5" value="#{PluginMsg.SEARCH}" inlineStyle="color:rgb(148,107,0);"/>
    <af:outputText id="selectPlugin_output_text6" value=" "/>
    <af:inputText id="selectPlugin_input_text1"/>
    <af:commandToolbarButton id="selectPlugin_toolbar_button2"
                        shortDesc = "#{PluginToolTipMsg.PLUGIN_SEARCH}" icon="/images/gotopage.gif"/>
    <af:commandButton id="selectPlugin_button4" shortDesc = "#{PluginToolTipMsg.ADVANCED_PLUGIN_SEARCH}" text="#{PluginMsg.ADVANCED}"/>
    </af:toolbar>
         <af:toolbar id="selectPlugin_toolbar3" visible="true" inlineStyle="width:800px">
    <af:query id="pluginquery" disclosed="true"
    headerText="Test Query" inlineStyle="width:500px"
    resultComponentId="resultTextId"
    value="#{pageFlowScope.emxplugin_plugin_query.descriptor}"
    model="#{pageFlowScope.emxplugin_plugin_query.queryModel}"
    queryListener="#{pageFlowScope.emxplugin_plugin_query.processQuery}">
    <f:facet name="help">
    <af:outputText value="Please search based on search criterias"/>
    </f:facet>
    <f:facet name="info">
    <af:outputText value="* Required fields"/>
    </f:facet>
    <f:facet name="footer">
    <af:selectOneChoice simple="true" autoSubmit="true"
    rendered="#{pageFlowScope.emxplugin_plugin_query.advancedMode}"
    shortDesc="Add More" id="addMoreId"
    valueChangeListener="#{pageFlowScope.emxplugin_plugin_query.addCriterion}">
    <f:selectItems value="#{pageFlowScope.emxplugin_plugin_query.queriableItems}"/>
    </af:selectOneChoice>
    </f:facet>
    <af:queryCriteria id="queryCriteria"
    partialTriggers="addMoreId"
    value="#{pageFlowScope.emxplugin_plugin_query.descriptor}"
    conjunction="#{pageFlowScope.emxplugin_plugin_query.descriptor.conjunction}"
    model="#{pageFlowScope.emxplugin_plugin_query.queryModel}" var="row"
    maxColumns="2" rows="3">
    <f:facet name="labelStamp">
    <af:outputLabel showRequired="#{row.required}"
    value="#{row.label}"/>
    </f:facet>
    <f:facet name="operatorStamp">
    <af:selectOneChoice simple="true" shortDesc="Operators"
    value="#{row.operator}">
    <f:selectItems value="#{row.operators}"/>
    </af:selectOneChoice>
    </f:facet>
    <f:facet name="valueStamp">
    <af:inputText id="selectPlugin_input_text2"
    simple="true" value="#{row.value}"
    shortDesc="value"/>
    </f:facet>
    </af:queryCriteria>
    </af:query>
    <af:outputText id="resultTextId" value="Query statement is as folows: #{pageFlowScope.emxplugin_plugin_query.sqlState}" visible="false"/>
         </af:toolbar>
    </trh:cellFormat>
    </trh:rowLayout>
    <trh:rowLayout id="selectPlugin_row_layout5">
    <trh:cellFormat id="selectPlugin_cellformat5">
    <af:table value="#{pageFlowScope.emxplugin_model_deploy.pluginTableInfo}" var="row"
    rows="10" columnBandingInterval="1"
    rowSelection="single" id="selectPlugin_table1"
    selectionListener="#{pageFlowScope.emxplugin_view_deploy.processSelection}"
    inlineStyle="width:800.0px; height:100px;">
    <af:column id="selectPlugin_table1_column1" rowHeader="true" sortable="false" headerText="" width="20"/>
    <af:column id="selectPlugin_table1_column2" sortable="true" sortProperty="pluginName" headerText="#{PluginMsg.PLUGIN_NAME}"
    align="start" width="210">
    <af:outputText id="selectPlugin_output_text7" value="#{row.pluginName}"/>
    </af:column>
    <af:column id="selectPlugin_table1_column3" sortable="true" sortProperty="pluginVersion"
                        headerText="#{PluginMsg.PLUGIN_VERSION}" align="start" noWrap="false">
    <af:outputText id="selectPlugin_output_text8" value="#{row.pluginVersion}"/>
    </af:column>
    <af:column id="selectPlugin_table1_column4" sortable="true" sortProperty="pluginType"
                        headerText="#{PluginMsg.PLUGIN_TYPE}" width="150">
    <af:outputText id="selectPlugin_output_text9" value="#{row.pluginType}"/>
    </af:column>
    <af:column id="selectPlugin_table1_column5" sortable="true" sortProperty="pluginSource"
                        headerText="#{PluginMsg.PLUGIN_SOURCE}" width="150">
    <af:outputText id="selectPlugin_output_text10" value="#{row.pluginSource}"/>
    </af:column>
    <af:column id="selectPlugin_table1_column6" sortable="false" headerText="#{PluginMsg.PLUGIN_CURRENTLY_DEPLOYED}">
    <af:image id="selectPlugin_image1" source="#{row.deployImage}" inlineStyle="text-align:center;" />
    </af:column>
    </af:table>
    </trh:cellFormat>
    </trh:rowLayout>
    </trh:tableLayout>
    </af:panelGroupLayout>
    -->
    <!-- End of Table Display Panel -->
    <!-- Start of Bottom Panel -->
    <!--
    <af:spacer height="20"/>
    <af:panelGroupLayout id="selectPlugin_selectionDetails" rendered="true"
                        partialTriggers="selectPlugin_picker selectPlugin_plugintable selectPlugin_table1"
              visible="false" >
    <af:outputText id="selectPlugin_output_text11" value="#{pageFlowScope.emxplugin_model_deploy.selectedPlugin.pluginName} "
    inlineStyle="font-size:large;"/>
    <af:outputText id="selectPlugin_output_text12" value="#{PluginMsg.DETAILS}" inlineStyle="font-size:large;"/>
    <af:spacer height="10"/>
    <af:panelGroupLayout id="selectPlugin_grp_layout5" layout="horizontal" inlineStyle="width:80%;">
         <af:panelGroupLayout id="selectPlugin_grp_layout6" inlineStyle="width:50%;">
              <af:outputText id="selectPlugin_output_text13" value="#{PluginMsg.PLUGIN_DESCRIPTION}"
                   inlineStyle="font-size:medium;font-weight:bold;"/>
                   <af:spacer height="7"/>
                   <af:outputText id="selectPlugin_output_text14" value="#{pageFlowScope.emxplugin_model_deploy.selectedPlugin.description}"/>
    <af:spacer height="20"/>
    <af:panelGroupLayout>
    <af:outputText id="selectPlugin_output_text15" value="#{PluginMsg.ARCHIVE}"
                        inlineStyle="font-size:medium;font-weight:bold;"/>
                   <af:spacer height="7"/>
                   <af:inputFile id="selectPlugin_list2" value="#{pageFlowScope.emxplugin_model_deploy.archive}"/>
    </af:panelGroupLayout>
    <af:spacer height="20" />
    <af:panelGroupLayout id="selectPlugin_grp_layout7">
    <af:outputText id="selectPlugin_output_text16" value="#{PluginMsg.INSTALLED_ON}"
                   inlineStyle="font-size:medium;font-weight:bold;"/>
                   <af:spacer height="7"/>
    <af:table id="selectPlugin_table2" value="#{pageFlowScope.emxplugin_model_deploy.selectedPlugin.deployedAgents}"
                   var="dest" inlineStyle="width:80%;height:100px">
                   <af:column id="selectPlugin_table2_column1" headerText="#{PluginMsg.TARGET_NAME}"
                        sortable="true" sortProperty="targetName" >
                   <af:outputText id="selectPlugin_output_text17" value="#{dest.targetName}"/>
                   </af:column>
                   <af:column id="selectPlugin_table2_column2" headerText="#{PluginMsg.TARGET_VERSION}"
                        sortable="true" sortProperty="targetVersion" width="70">
                   <af:outputText id="selectPlugin_output_text18" value="#{dest.targetVersion}"/>
                   </af:column>
                   <af:column id="selectPlugin_table2_column3" headerText="#{PluginMsg.DEPLOYED_VERSION}"
                        sortable="true" sortProperty="deployedVersion" width="90">
                   <af:outputText id="selectPlugin_output_text19" value="#{dest.deployedVersion}"/>
                   </af:column>
                   <af:column id="selectPlugin_table2_column4" headerText="#{PluginMsg.TARGET_HOST}"
                        sortable="true" sortProperty="host" >
                   <af:outputText id="selectPlugin_output_text20" value="#{dest.host}"/>
                   </af:column>
                   <af:column id="selectPlugin_table2_column5" headerText="#{PluginMsg.TARGET_PLATFORM}"
                        sortable="true" sortProperty="platform" width="80">
                   <af:outputText id="selectPlugin_output_text21" value="#{dest.platform}"/>
                   </af:column>
              </af:table>
    </af:panelGroupLayout>
         </af:panelGroupLayout>
    <af:panelGroupLayout id="selectPlugin_grp_layout8" inlineStyle="width:50%;">
              <af:outputText id="selectPlugin_output_text22" value="#{PluginMsg.PLUGIN_REQUIREMENTS}"
              inlineStyle="font-size:medium; font-weight:bold;"/>
              <af:spacer height="7"/>
              <af:outputText id="selectPlugin_output_text23" value="#{pageFlowScope.emxplugin_model_deploy.selectedPlugin.requirement}"/>
    <af:spacer height="20"/>
    <af:outputText id="selectPlugin_output_text24" value="#{PluginMsg.SUPPORT_PLATFORM}"
                             inlineStyle="font-size:medium; font-weight:bold;"/>
              <af:spacer height="7"/>
              <af:outputText id="selectPlugin_output_text25" value="#{PluginMsg.OMS_PLATFORM}" inlineStyle="font-weight:bold;"/>
    <af:spacer height="5"/>
    <af:table id="selectPlugin_table3" value="#{pageFlowScope.emxplugin_model_deploy.selectedPlugin.OMSPlatforms}"
    var="oms" inlineStyle="width:200.0px; height:100px;">
         <af:column id="selectPlugin_table3_column1" sortable="false" width="190">
              <af:outputText id="selectPlugin_output_text26" value="#{oms}"/>
         </af:column>
    </af:table>
    <af:spacer height="7"/>
                   <af:outputText id="selectPlugin_output_text27" value="#{PluginMsg.AGENT_PLATFORM}" inlineStyle="font-weight:bold;"/>
                   <af:spacer height="5"/>
                   <af:table id="selectPlugin_table4" value="#{pageFlowScope.emxplugin_model_deploy.selectedPlugin.agentPlatforms}"
    var="agent" inlineStyle="width:200.0px; height:100.0px;">
                        <af:column id="selectPlugin_table4_column1" sortable="false" width="190">
                             <af:outputText id="selectPlugin_output_text28" value="#{agent}"/>
                        </af:column>
    </af:table>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
         -->
    <!-- EnD of Bottom Panel-->
    <af:panelGroupLayout id="selectPlugin_grp_layout9" layout="horizontal" halign="end" inlineStyle="vertical-align:bottom;">
    <af:commandButton id="selectPlugin_button5" text="#{PluginMsg.CONTINUE}"
                   shortDesc = "#{PluginToolTipMsg.CONTINUE}"
                   action="#{pageFlowScope.emxplugin_model_deploy.handleContinue}" disabled="true" />
    <af:spacer width="10"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    <!-- END MAIN CONTENT -->
    </f:facet>
    </af:pageTemplate>
    <af:popup id="deployPlugin_validatePopup">
    <af:dialog okVisible="true"
    cancelVisible="false"
    modal="true"
    title="#{commonbundle.ERROR}"
    id="validateDialog"
    titleIconSource="/images/critical.gif"
    dialogListener="#{pageFlowScope.emxplugin_view_deploy.handleValidatePopup_OK}">
    <af:panelGroupLayout>
    <af:panelHeader id="consiceMsg"
    inlineStyle="width:320px;height:120px">
    <af:spacer width="5"/>
    <af:outputFormatted id="detailedMsg" styleClass="AFInstructionText"
         value="#{pageFlowScope.emxplugin_model_deploy.validationError}"/>
    </af:panelHeader>
    </af:panelGroupLayout>
    </af:dialog>
    </af:popup>
    <af:popup id="deployPlugin_tablePopulationPopup">
    <af:dialog okVisible="true"
    cancelVisible="false"
    modal="true"
    title="#{commonbundle.ERROR}"
    id="tablePopulationDialog"
    titleIconSource="/images/critical.gif"
    dialogListener="#{pageFlowScope.emxplugin_view_deploy.handleTablePopulationPopup_OK}">
    <af:panelGroupLayout>
    <af:panelHeader id="consiceMsg"
    inlineStyle="width:320px;height:120px">
    <af:spacer width="5"/>
    <af:outputFormatted id="detailedMsg" styleClass="AFInstructionText"
    value="#{pageFlowScope.emxplugin_model_deploy.validationError}"/>
    </af:panelHeader>
    </af:panelGroupLayout>
    </af:dialog>
    </af:popup>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

    Hi,
    JDEVADF_MAIN_GENERIC_070112.1145.4385 is an internal build. Please post this question to the internal forum. Also, if this turns out to be a bug, please file it.
    Frank

  • Dunning Report Print Layout Issue

    Hi
    I have a problem with the Dunning Report Print layout (Dunning All (system)). In the wizard I select all the Invoices (Which are over due and current) for the BP and sent to printer.
    In the print out all the due dates are mixed with the acctual Due dates.
    Acctuall Invoices
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     25.02.08              1
    10002                     03.03.08              1
    10003                     03.04.08              0
    Print out
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     03.03.08              1
    10002                     03.04.08              0
    10003                     25.02.08              1
    How can I fix this. This is coming from the System template and we havent change anything.
    Could you please help me.
    Thanks
    Sanjaya

    Hi
    I solved the problem. But the issue was when i ran the dunning wizard the layouts messed up. For example if I had a dunning letter with 3 lines (overdue documents). The last line would copy itself 4-6 times (it would show the last document 4-6times so the total lines in the dunning letter would be 7-9 lines). But I solve the issue. Somehow the attention person (which I got from the contact persons (ocrp) and not from the document contact person (oinv) ) did the issue. When i switch it to the oinv the issue was gone.
    kind regards
    Søren
    Edited by: Bundgaard Søren Hollænder on Jan 26, 2009 9:56 AM

Maybe you are looking for

  • I want to upgrade my g42 cpu.

    i want to upgrade my g42 cpu. i have a p340 2.2 ghz, and would like to upgrade to qc p950 2.1ghz 35w. Is it possible for me to do this upgrade? If not what is a good option for this laptop CPU? Please help with feedback thanks allan

  • Submit PDF form as attachment

    I am having a problem with getting my form to submit as an attachment once the submit button is clicked. What I envision happening is , a form is completed on line from my website,  the user click the SUBMIT button, the email box opens , receipent ad

  • Wrong preview in Finder Cover flow

    Hi I'm with OS X Maverick and my finder is showing incorrect previews when I user Cover Flow Please look the image above, a excel file is select and it's showing a jpg file in Cover Flow What do I do? Thanks http://f.cl.ly/items/3j2Q34173h2R0J0s0R3z/

  • Details of Monitor function for MSI AIO?

    I have a bare-bones AE2020 AIO (AA1511-001US). Like most AIO PC boxes, the AE2020 has some monitor inputs and monitor controls - but how exactly do these work? I did try the experiment with the AIO running where I connected a laptop VGA out to the VG

  • Breadcrumbs not compatible with multiple instances of a topic in TOC; any solution?

    My master page places a breadcrumb on every page in my project. When I add a topic to the TOC in two or more places, and I compile the project and click the second or the nth instance of said topic in the TOC, the TOC always "jumps" to the first inst