Width of SelectOneChoice

I am using Version 11.1.1.0.2
Im starting to think that changing the width of a LOV SelectOneChoice box is quite impossible, i tried to make a box 300px in width for experiment and this is how i went on.
1.Set the widht directly on the SelectOneChoice, Style -> Box -> Width:300px -> RUN
Result: Width remains bound to text size
2.Set the width in the VO. Attributes -> Select appropriate attribute -> UI Hints -> Display Width:300 -> RUN
Result: Width remains bound to text size
3.Set the width in the EO. Attributes -> Select appropriate attribute -> UI Hints -> Display Width:300 -> RUN
Result: Width remains bound to text size
4.Set the width in the LOV View Object and Entity Object. Select the list attribute and Display attribute -> change the Display Width to 300, in both the VO and EO.
Result: Width remains bound to text size
If anyone has any idea about how to do this, plesase let me know.

Hi
Can you plz tell me where i can find/write the (contentStyle)?
I'm working on JDeveloper 10.1.3.4, I didn't find a Style-tab in Property-Inspector :(
and this is my SelectOneChoice:
<af:selectOneChoice value="#{bindings.ZAddressMasterView1Country.inputValue}" label="#{bindings.ZAddressMasterView1Country.label}">
<f:selectItems value="#{bindings.ZAddressMasterView1Country.items}"/>
</af:selectOneChoice>
thanks in advance

Similar Messages

  • Af:query Search Field Alignment

    Please find the attached screen shot. How do I align all the field .. I tried 2 options
    1. setting control hint display width to 80 for all the fields in VO, but the lovs length gets adjusted based on the content not on the control hint.
    2. tried css , set [https://plus.google.com/photos/109667023340649686514/albums/5690475423202585553?authkey=CKGUoJaZt728wAE]
    af|query::criteria-column
    af|query::criterion     
    af|query::criterion-label
    af|query::criterion-label-top
    af|query::criterion-content
    to text-align: left;
    but neither of this two approaches seem to work ...
    Is there a way where I can align all the field to a display width, say, 80
    thanks

    I found a workaround for this
    .CustomQueryPanel tr[_rowkey='0'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='1'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='2'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='3'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='4'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='5'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='6'] input{
    width: 320px !important;
    .CustomQueryPanel tr[_rowkey='7'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='8'] select{
    width: 327px !important;
    .CustomQueryPanel tr[_rowkey='9'] input{
    width: 330px !important;
    Found in thread JDev 11g: Width of selectOneChoice & inputLOV in Query Panel
    It is working fine for me, if I give af:query the styleclass CustomQueryPanel
    btw, am using Jdev Version :
    Studio Edition Version 11.1.1.5.0
    Build JDEVADF_11.1.1.5.0_GENERIC_110409.0025.6013

  • Width of a readonly selectonechoice

    Hi to all
    I know how to give a maximum width to a selectonechoice in it's not readonly but i can't do it if i set the soc in readmode only.
    How can i do?
    Thanks

    I've setted it, but it works only in a edit mode, if the soc is in readonly mode it doesn't work
    Here's my code
    <tr>
    <td class="tdPanelAccordion">
    <af:outputLabel value="Professione"
    styleClass="labelForTable"
    id="ol40" for="soc5"/>
    </td>
    <td class="tdPanelAccordion">
    <af:selectOneChoice value=""
    id="soc5" readOnly="true"
    contentStyle="width:330px;">
    <f:selectItems value="#{anagDecod}"
    id="si22"/>
    </af:selectOneChoice>
    </td>
    </tr>

  • ADF 10g selectOneChoice width

    How can I control the width of a selectOneChoice component?
    Thanks.

    The simplest way is probably to use "Content Style" in the "Style" tab in the "Property Inspector" and set the width.
    Forexample if you want to set the width to 50em you write: width:50em; in the "Content Style" field.

  • Cannot set selectOneChoice value during reload (value auto become null)

    Dear all,
    I have a problem that getting null value in the SelectOneChoice field in a table binded to
    a view object. If I change that SelectOneChoice to inputText, it works perfectly. The details
    of the situation is described as follows:
    I've binded a view objects with 8 attributes to a af:table, then I manually change
    2 of the inputText fields inside 'Column' fields of the table to inputlistofvalue and
    selectOneChoice. The code is as follow:
    <af:column sortProperty="#{bindings.OpenBalanceVO1.hints.AcNo.name}"
    sortable="false"
    headerText="#{bindings.OpenBalanceVO1.hints.AcNo.label}"
    id="c1" width="180"
    inlineStyle="font-family:'Times New Roman', 'Arial Black', times, Serif; font-size:medium;">
         <af:inputListOfValues value="#{row.bindings.AcNo.inputValue}"
              label="#{bindings.OpenBalanceVO1.hints.AcNo.label}"
              required="#{bindings.OpenBalanceVO1.hints.AcNo.mandatory}"
              columns="#{bindings.OpenBalanceVO1.hints.AcNo.displayWidth}"
              maximumLength="#{bindings.OpenBalanceVO1.hints.AcNo.precision}"
              shortDesc="#{bindings.OpenBalanceVO1.hints.AcNo.tooltip}"
              id="it1"
              model="#{bindings.AcNo2.listOfValuesModel}"
              autoSubmit="false"
              returnPopupListener="#{backingBeanScope.backing_ImportOpenBalance.returnListener}">
              <f:validator binding="#{row.bindings.AcNo.validator}"/>
         </af:inputListOfValues>
    </af:column>
    <af:column sortProperty="#{bindings.OpenBalanceVO1.hints.CurrencyCode.name}"
         sortable="false"
         headerText="#{bindings.OpenBalanceVO1.hints.CurrencyCode.label}"
         id="c2">
         <af:selectOneChoice value="#{row.bindings.CurrencyCode.inputValue}"
              label="#{bindings.OpenBalanceVO1.hints.CurrencyCode.label}"
              shortDesc="#{bindings.OpenBalanceVO1.hints.CurrencyCode.tooltip}"
              id="it2" autoSubmit="false"
              partialTriggers="cb1 cb2">
              <f:selectItems value="#{loginInfo.activeCurrencies}" id="currenciesList"/>
         </af:selectOneChoice>
    </af:column>
    And I have binded the returnPopupListener to returnListerner event handler to automatically
    set the Currency field (2nd field) after the user chose the Account field (1st field) from
    the input list of value:
    public void returnListener(ReturnPopupEvent returnPopupEvent) {
         RichInputListOfValues lovField = (RichInputListOfValues)returnPopupEvent.getSource();
         ListOfValuesModel lovModel = lovField.getModel();
         CollectionModel collectionModel = lovModel.getTableModel().getCollectionModel();
         JUCtrlHierBinding treeBinding = (JUCtrlHierBinding)collectionModel.getWrappedData();
         RowKeySet rks = (RowKeySet)returnPopupEvent.getReturnValue();
         List tableRowKey = (List)rks.iterator().next();
         DCIteratorBinding dciter = treeBinding.getDCIteratorBinding();
         Key key = (Key)tableRowKey.get(0);
         Row row = dciter.findRowByKeyString(key.toStringFormat(true));
         DCBindingContainer bc = getBindingContainer();
         DCIteratorBinding it2 = bc.findIteratorBinding("OpenBalanceVO1Iterator");
         OpenBalanceVOImpl viewObject = (OpenBalanceVOImpl)it2.getViewObject();
         FacesContext fctx = FacesContext.getCurrentInstance();
         ExpressionFactory elFactory = fctx.getApplication().getExpressionFactory();
         ValueExpression ve = elFactory.createValueExpression(fctx.getELContext(), "#{loginInfo}", LoginInfo.class);
         LoginInfo loginInfo = (LoginInfo)ve.getValue(fctx.getELContext());
         System.out.println("Return place: search date:" + loginInfo.getSearchDate());
         Row newRow = viewObject.createRow();
         String selectedAcNo = row.getAttribute("AcNo").toString();
         String selectedCurrency = row.getAttribute("CurrencyCode").toString();
         newRow.setAttribute("AcNo", selectedAcNo);
         newRow.setAttribute("CurrencyCode",selectedCurrency);
         newRow.setAttribute("OpenBal", 300);
         newRow.setAttribute("AvailBal", 200);
         newRow.setAttribute("CreateDate", new Date());
         newRow.setAttribute("EffectiveDate", loginInfo.getSearchDate());
         newRow.setAttribute("LockStatus", "N");
         viewObject.insertRowAtRangeIndex(rowIndex, newRow);
    The problem occurs when I use a 'createInsert' button to create a new row in the table,
    and then choose a value from the inputListOfValues. The new row refresh and get the value
    I chose in the first column in the new row. But the second column (currency field) is left
    as empty (null value). If I change the second column frmo selectOneChoice to inputText,
    the correct Currency value (e.g. "HKD" or "USD") can be shown. So I wonder if there is any
    additional tricks in order to set the selectOneChoice value during refresh.
    Additionally I have tried to check the state of the view object attributes during the refresh
    lifecycle and found that the following reload method (else place) is being reached 3 times after I click
    the 'ok' button in the popup up in the inputListOfValue.
    public void beforePhase(PagePhaseEvent event) {
         //System.out.println("i am here inside backing bean : before phrase 1 phrase ID:" + event.getPhaseId());
         if (event.getPhaseId() == Lifecycle.PREPARE_MODEL_ID) {
              if (!isPostback()) {
              } else {
                   System.out.println("Post Back on Page Load!");
                   DCIteratorBinding it2 = bc.findIteratorBinding("OpenBalanceVO1Iterator");
                   OpenBalanceVOImpl viewObject = (OpenBalanceVOImpl)it2.getViewObject();
                   RowSetIterator iterator = viewObject.createRowSetIterator(null);
                   iterator.reset();
                   while (iterator.hasNext()) {
                        //Row row = viewObject.getCurrentRow();
                        Row row = iterator.next();
                        System.out.print("Account:" + row.getAttribute("AcNo"));
                        System.out.print(",AvailBal:" + row.getAttribute("AvailBal"));
                        System.out.print(",OpenBal:" + row.getAttribute("OpenBal"));
                        System.out.print(",CurrencyCode:" + row.getAttribute("CurrencyCode"));
                        System.out.print(",EffectiveDate:" + row.getAttribute("EffectiveDate"));
                        System.out.print(",UserCreate:" + row.getAttribute("UserCreate"));
                        System.out.println("");
                        if (row.getAttribute("UserCreate").toString().equals("<current user>")) {
                             System.out.println("Match <current user> in preload");
                             //row.setAttribute("CurrencyCode", "USD");
                   System.out.println("end of reload");
    During the 1st time, the CurrencyCode field was set currently, but then in the 2nd and 3rd
    times, it's value suddenly changed to 'null'. If I use inputText, all the 3 times currencyCode
    field is showing correctly without the null issue.
    Anyone can kindly give me some hints? Thanks a lot!!!

    Dear all,
    I have a problem that getting null value in the SelectOneChoice field in a table binded to
    a view object. If I change that SelectOneChoice to inputText, it works perfectly. The details
    of the situation is described as follows:
    I've binded a view objects with 8 attributes to a af:table, then I manually change
    2 of the inputText fields inside 'Column' fields of the table to inputlistofvalue and
    selectOneChoice. The code is as follow:
    <af:column sortProperty="#{bindings.OpenBalanceVO1.hints.AcNo.name}"
    sortable="false"
    headerText="#{bindings.OpenBalanceVO1.hints.AcNo.label}"
    id="c1" width="180"
    inlineStyle="font-family:'Times New Roman', 'Arial Black', times, Serif; font-size:medium;">
         <af:inputListOfValues value="#{row.bindings.AcNo.inputValue}"
              label="#{bindings.OpenBalanceVO1.hints.AcNo.label}"
              required="#{bindings.OpenBalanceVO1.hints.AcNo.mandatory}"
              columns="#{bindings.OpenBalanceVO1.hints.AcNo.displayWidth}"
              maximumLength="#{bindings.OpenBalanceVO1.hints.AcNo.precision}"
              shortDesc="#{bindings.OpenBalanceVO1.hints.AcNo.tooltip}"
              id="it1"
              model="#{bindings.AcNo2.listOfValuesModel}"
              autoSubmit="false"
              returnPopupListener="#{backingBeanScope.backing_ImportOpenBalance.returnListener}">
              <f:validator binding="#{row.bindings.AcNo.validator}"/>
         </af:inputListOfValues>
    </af:column>
    <af:column sortProperty="#{bindings.OpenBalanceVO1.hints.CurrencyCode.name}"
         sortable="false"
         headerText="#{bindings.OpenBalanceVO1.hints.CurrencyCode.label}"
         id="c2">
         <af:selectOneChoice value="#{row.bindings.CurrencyCode.inputValue}"
              label="#{bindings.OpenBalanceVO1.hints.CurrencyCode.label}"
              shortDesc="#{bindings.OpenBalanceVO1.hints.CurrencyCode.tooltip}"
              id="it2" autoSubmit="false"
              partialTriggers="cb1 cb2">
              <f:selectItems value="#{loginInfo.activeCurrencies}" id="currenciesList"/>
         </af:selectOneChoice>
    </af:column>
    And I have binded the returnPopupListener to returnListerner event handler to automatically
    set the Currency field (2nd field) after the user chose the Account field (1st field) from
    the input list of value:
    public void returnListener(ReturnPopupEvent returnPopupEvent) {
         RichInputListOfValues lovField = (RichInputListOfValues)returnPopupEvent.getSource();
         ListOfValuesModel lovModel = lovField.getModel();
         CollectionModel collectionModel = lovModel.getTableModel().getCollectionModel();
         JUCtrlHierBinding treeBinding = (JUCtrlHierBinding)collectionModel.getWrappedData();
         RowKeySet rks = (RowKeySet)returnPopupEvent.getReturnValue();
         List tableRowKey = (List)rks.iterator().next();
         DCIteratorBinding dciter = treeBinding.getDCIteratorBinding();
         Key key = (Key)tableRowKey.get(0);
         Row row = dciter.findRowByKeyString(key.toStringFormat(true));
         DCBindingContainer bc = getBindingContainer();
         DCIteratorBinding it2 = bc.findIteratorBinding("OpenBalanceVO1Iterator");
         OpenBalanceVOImpl viewObject = (OpenBalanceVOImpl)it2.getViewObject();
         FacesContext fctx = FacesContext.getCurrentInstance();
         ExpressionFactory elFactory = fctx.getApplication().getExpressionFactory();
         ValueExpression ve = elFactory.createValueExpression(fctx.getELContext(), "#{loginInfo}", LoginInfo.class);
         LoginInfo loginInfo = (LoginInfo)ve.getValue(fctx.getELContext());
         System.out.println("Return place: search date:" + loginInfo.getSearchDate());
         Row newRow = viewObject.createRow();
         String selectedAcNo = row.getAttribute("AcNo").toString();
         String selectedCurrency = row.getAttribute("CurrencyCode").toString();
         newRow.setAttribute("AcNo", selectedAcNo);
         newRow.setAttribute("CurrencyCode",selectedCurrency);
         newRow.setAttribute("OpenBal", 300);
         newRow.setAttribute("AvailBal", 200);
         newRow.setAttribute("CreateDate", new Date());
         newRow.setAttribute("EffectiveDate", loginInfo.getSearchDate());
         newRow.setAttribute("LockStatus", "N");
         viewObject.insertRowAtRangeIndex(rowIndex, newRow);
    The problem occurs when I use a 'createInsert' button to create a new row in the table,
    and then choose a value from the inputListOfValues. The new row refresh and get the value
    I chose in the first column in the new row. But the second column (currency field) is left
    as empty (null value). If I change the second column frmo selectOneChoice to inputText,
    the correct Currency value (e.g. "HKD" or "USD") can be shown. So I wonder if there is any
    additional tricks in order to set the selectOneChoice value during refresh.
    Additionally I have tried to check the state of the view object attributes during the refresh
    lifecycle and found that the following reload method (else place) is being reached 3 times after I click
    the 'ok' button in the popup up in the inputListOfValue.
    public void beforePhase(PagePhaseEvent event) {
         //System.out.println("i am here inside backing bean : before phrase 1 phrase ID:" + event.getPhaseId());
         if (event.getPhaseId() == Lifecycle.PREPARE_MODEL_ID) {
              if (!isPostback()) {
              } else {
                   System.out.println("Post Back on Page Load!");
                   DCIteratorBinding it2 = bc.findIteratorBinding("OpenBalanceVO1Iterator");
                   OpenBalanceVOImpl viewObject = (OpenBalanceVOImpl)it2.getViewObject();
                   RowSetIterator iterator = viewObject.createRowSetIterator(null);
                   iterator.reset();
                   while (iterator.hasNext()) {
                        //Row row = viewObject.getCurrentRow();
                        Row row = iterator.next();
                        System.out.print("Account:" + row.getAttribute("AcNo"));
                        System.out.print(",AvailBal:" + row.getAttribute("AvailBal"));
                        System.out.print(",OpenBal:" + row.getAttribute("OpenBal"));
                        System.out.print(",CurrencyCode:" + row.getAttribute("CurrencyCode"));
                        System.out.print(",EffectiveDate:" + row.getAttribute("EffectiveDate"));
                        System.out.print(",UserCreate:" + row.getAttribute("UserCreate"));
                        System.out.println("");
                        if (row.getAttribute("UserCreate").toString().equals("<current user>")) {
                             System.out.println("Match <current user> in preload");
                             //row.setAttribute("CurrencyCode", "USD");
                   System.out.println("end of reload");
    During the 1st time, the CurrencyCode field was set currently, but then in the 2nd and 3rd
    times, it's value suddenly changed to 'null'. If I use inputText, all the 3 times currencyCode
    field is showing correctly without the null issue.
    Anyone can kindly give me some hints? Thanks a lot!!!

  • SelectOneChoice skinning

    Hi,
    I want to change the border width and border color for the selectOneChoice. I am able to change color and bgcolor for content inside the selectOneChoice but i am not able to get the correct style class to change the dropdown border. Please help me how to change the border color and size?
    thanks
    Kuladeep

    we have tried with contentStyle atrribute of the select one choice but we are able to see the change affected after taking out IE compatibility view. we need on IE compatibility view for other components.
    <af:selectOneChoice label="Label 1" id="soc1"
    contentStyle="padding:3px 3px 3px 3px; ">
    <af:selectItem label="1" value="1" id="si2"/>
    <af:selectItem label="2" value="2" id="si1"/>
    </af:selectOneChoice>
    could you please any body help me on this?
    Edited by: user10425428 on Sep 29, 2011 12:50 AM

  • OutputLabes, values in selectOneChoice are appearing twice in the jspx page

    Hi All,
    In a Jspx Page, there are two menu tabs. Each Tab has a PanelForm and each panelform has certain components.
    By default the first panelform in the first tab will be shown on page load and while clicking on second tab, the second panelform will be shown.
    The first panelform has three selectonechoices and three command buttons.
    If i click on reset button, these 3 selectonechoices are set to null by backing bean.
    Here comes the problem, after clicking on reset, if you click on second tab where the second panel form available, certain components like outputLabel and the values in selectOnechoice, are appearing twice on the page.
    Can anyone suggest me how to get rid of this problem..
    Here is my Jspx Page..
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:loadBundle basename="GeneralAdmin" var="gadmin"/>
    <f:loadBundle basename="HoldCapabilites" var="holdc"/>
    <f:view>
    <afh:html>
    <afh:head title="editManualProfileAttributes">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <script type="text/javascript">
    function cancel() {
    var flag = false;
    flag=window.confirm('You want to discard the entered data');
    return flag;
    </script>
    </afh:head>
    <afh:body>
    <af:messages/>
    <h:form>
    <afh:tableLayout>
    <afh:rowLayout width="100%">
    <jsp:include page="/jsps/webutils/template/header.jsp"/>
    </afh:rowLayout>
    <afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:menuPath>
    <af:commandMenuItem text="#{gadmin.admin}" action="adminHome"/>
    <af:commandMenuItem text="#{gadmin.epaAttr}" selected="true"/>
    </af:menuPath>
    </afh:rowLayout>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="20"/>
    </afh:rowLayout>
    <afh:rowLayout halign="center" valign="bottom">
    <afh:cellFormat width="20%" height="20px" valign="bottom">
    <af:menuTabs>
    <af:commandMenuItem text="#{gadmin.epAttr}"
    action="#{EditManualProfileAttributes.firstTab}"
    binding="#{EditManualProfileAttributes.commandMenuItem2}"
    id="commandMenuItem2"/>
    <af:commandMenuItem text="#{gadmin.auditHistory}"
    action="#{EditManualProfileAttributes.secondTab}"
    binding="#{EditManualProfileAttributes.commandMenuItem1}"
    id="commandMenuItem1"/>
    </af:menuTabs>
    </afh:cellFormat>
    <afh:cellFormat styleClass="bottomLine" width="80%"
    height="20px" valign="bottom">
    <af:objectSpacer height="1" width="1"/>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="100%" height="10"/>
    </afh:rowLayout>
    <af:panelForm id="panelForm1" width="100%"
    binding="#{EditManualProfileAttributes.panelForm1}">
    <afh:rowLayout width="100%">
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.mpAttr}"
    inlineStyle="font-family:Arial; font-size:9.0pt; font-weight:bold;"/>
    </afh:cellFormat>
    <afh:cellFormat width="85%">
    <f:verbatim>
    <hr align="left"
    style="border-width:2.0px; color:rgb(219,238,243);"/>
    </f:verbatim>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="20"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.refName}"
    styleClass="outputText"/>
    <af:outputText value=" * "
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="80%">
    <af:selectOneChoice id="navList1" autoSubmit="true" partialTriggers="commandButton2"
    valuePassThru="true" unselectedLabel="Select"
    binding="#{EditManualProfileAttributes.navList1}"
    valueChangeListener="#{EditManualProfileAttributes.getDetails}">
    <af:forEach var="li"
    items="#{bindings.GetRefNamesVO1.rangeSet}">
    <af:selectItem label="#{li.ReferenceName}"
    value="#{li.Id}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.refId}"
    styleClass="outputText"/>
    <af:outputText value=" * "
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="15%">
    <af:selectOneChoice id="navList2" autoSubmit="true"
    partialTriggers="navList1 commandButton2"
    binding="#{EditManualProfileAttributes.navList2}"
    valueChangeListener="#{EditManualProfileAttributes.getColumns}">
    <af:forEach var="li"
    items="#{bindings.LookupRefTableVO1.rangeSet}">
    <af:selectItem label="#{li.LookupDesc}"
    value="#{li.LookupId}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    <afh:cellFormat width="15%">
    <af:selectOneChoice id="navList3"
    binding="#{EditManualProfileAttributes.navList3}"
    partialTriggers="navList1 navList2 commandButton2">
    <af:forEach var="li"
    items="#{bindings.EditRefColumnVO1.rangeSet}">
    <af:selectItem label="#{li.DetailDesc}"
    value="#{li.DetailsId}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    <afh:cellFormat width="50%"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="6%">
    <af:outputText value="#{gadmin.stDt}"
    styleClass="outputText" id="outputText1"
    binding="#{EditManualProfileAttributes.outputText1}"/>
    </afh:cellFormat>
    <afh:cellFormat halign="left">
    <af:outputText value=" * " id="outputText2"
    binding="#{EditManualProfileAttributes.outputText2}"
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="4%"/>
    <afh:cellFormat width="80%">
    <af:selectInputDate id="startDate"
    binding="#{EditManualProfileAttributes.startDate}"
    partialTriggers="navList1 commandButton1 commandButton2">
    <af:convertDateTime pattern="dd/MMM/yy"/>
    </af:selectInputDate>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.edDt}"
    styleClass="outputText" id="outputText3"
    binding="#{EditManualProfileAttributes.outputText3}"/>
    </afh:cellFormat>
    <afh:cellFormat width="80%">
    <af:selectInputDate id="endDate"
    binding="#{EditManualProfileAttributes.endDate}"
    partialTriggers="navList1 commandButton1 commandButton2">
    <af:convertDateTime pattern="dd/MMM/yy"/>
    </af:selectInputDate>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="20%"/>
    <afh:cellFormat width="7%">
    <af:commandButton text="#{gadmin.save}"
    action="#{EditManualProfileAttributes.save}"
    id="commandButton1"
    binding="#{EditManualProfileAttributes.commandButton1}"/>
    </afh:cellFormat>
    <afh:cellFormat width="7%">
    <af:commandButton text="#{gadmin.reset}"
    action="#{EditManualProfileAttributes.reset}"
    id="commandButton2"
    binding="#{EditManualProfileAttributes.commandButton2}"/>
    </afh:cellFormat>
    <afh:cellFormat width="7%">
    <af:commandButton text="#{gadmin.cancel}"
    id="commandButton3"
    binding="#{EditManualProfileAttributes.commandButton3}"
    action="adminHome"
    onclick="return cancel()"/>
    </afh:cellFormat>
    <afh:cellFormat width="59%"/>
    </afh:rowLayout>
    </af:panelForm>
    <af:panelForm id="panelForm2" rendered="false" width="100%"
    binding="#{EditManualProfileAttributes.panelForm2}">
    <afh:rowLayout width="100%">
    <afh:cellFormat width="15%">
    <af:outputLabel value="#{holdc.mpaAttr}" id="abc"
    inlineStyle="font-family:Arial; font-size:9.0pt; font-weight:bold;"/>
    </afh:cellFormat>
    <afh:cellFormat width="85%">
    <f:verbatim>
    <hr align="left"
    style="border-width:2.0px; color:rgb(219,238,243);"/>
    </f:verbatim>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="20"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="15%">
    <af:outputLabel value="#{holdc.refeName}"
    styleClass="outputText"/>
    <af:outputLabel value=" * "
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="85%">
    <af:selectOneChoice id="navList4" autoSubmit="true"
    unselectedLabel="Select"
    valuePassThru="true"
    binding="#{EditManualProfileAttributes.navList4}"
    valueChangeListener="#{EditManualProfileAttributes.getVersions}">
    <af:forEach var="li"
    items="#{bindings.AuditRefNamesVO1.rangeSet}">
    <af:selectItem label="#{li.ReferenceName}"
    value="#{li.Id}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    </afh:rowLayout>
    </af:panelForm>
    </afh:tableLayout>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    </jsp:root>

    Hi Puthanampatti,
    Thanks a lot for your reply, but i am using JDev 10.1.3.3. There is no panelFormLayout component and i am not using that component.
    Even i am strange this duplicating of components and values in selectoneChoice occuring from past 2 days in the old file. I am wondering whether my file got corrupted by any sort.
    Regards,
    R N V Prasad

  • Af:table - How can an af:selectOneChoice filter field be achieved?

    In one of the examples i saw, that there was an af:inputDate generated for filtering of a date column . The inserted code is
    <af:column sortProperty="HireDate" filterable="true"
    sortable="true"
    headerText="#{bindings.EmployeesView3.hints.HireDate.label}"
    width="100">
    <f:facet name="filter">
    <af:inputDate value="#{vs.filterCriteria.HireDate}"/>
    </f:facet>
    <af:outputText value="#{row.HireDate}">
    <af:convertDateTime pattern="#{bindings.EmployeesView3.hints.HireDate.format}"/>
    </af:outputText>
    </af:column>
    So I tried to do a similar thing with the JobId field of the employees table of the HR example.
    I changed the filter field to an af:selectOneChoice. My code looks like this
    <af:column sortProperty="JobId" filterable="true" sortable="true"
    headerText="#{bindings.EmployeesView1.hints.JobId.label}">
    <f:facet name="filter">
    <af:selectOneChoice value="#{vs.filterCriteria.JobId}"
    autoSubmit="true" inlineStyle="width:120px;">
    <af:selectItem label="IT Programmer" value="IT_PROG"/>
    <af:selectItem label="PR representative" value="PR_REP"/>
    <af:selectItem label="FI manager" value="FI_MAN"/>
    </af:selectOneChoice>
    </f:facet>
    <af:inputText value="#{row.JobId}" simple="true"
    required="#{bindings.EmployeesView1.hints.JobId.mandatory}"
    columns="#{bindings.EmployeesView1.hints.JobId.displayWidth}"
    maximumLength="#{bindings.EmployeesView1.hints.JobId.precision}"/>
    </af:column>
    The filter field renders in the browser, but produces an error when another item ist selected:
    Server Exception during PPR, #1
    javax.servlet.ServletException: Target Unreachable, identifier 'vs' resolved to null
    The curious thing is, when autoSubmit="true" is not set and a filter in another field is set, the JobId column is filtered by the selected value of the combobox!
    Does anybody know what's the problem or know how to solve this? Or does anybody have an example for this?
    Thanks in advance!

    Hi,
    looks like a bug. It reproduces in a later build as well and I'll file one
    thanks
    Frank

  • How to change the combobox's border width

    Hi all,
    I am using JDeveloper 11.1.1.1.0 and ADF Faces.I want to change the border width of combo box.I tried to apply " border-width:0.0px; " in content style and inLine style.But no hope.
    <af:selectOneChoice label="Label 1" id="soc2"
    contentStyle="border-width:0.0px;">
    <f:selectItems value="#{Temp.superintendent}" id="si2"/>
    </af:selectOneChoice>
    Edited by: Dinil Mithra on Oct 16, 2009 2:44 AM

    Hi,
    a skin for this is
    af|inputComboboxListOfValues{
    border-style: solid;
    border-width: 0px;
    If you want to get rid of the inner border, you use
    af|inputComboboxListOfValues::container,
    af|inputComboboxListOfValues::content,
    af|inputComboboxListOfValues::dropdown-cell{
    border-width: 0px;
    Frank

  • SelectOneChoice value getting reset

    Hi All,
    My page has 4 conditional selectOneChoice components.
    1.State
    2.City
    3.Area
    4.Zipcode
    I have partialtriggers for all components.When i select "State" my valueChangeListener gets called and values for "City" comes but the value for "State" selectOneChoice gets reset to "Unselected label".
    Please let me know the reason for value getting reset.
    Following is the code
    JSPX page
    <af:selectOneChoice id="compId328"
    value="#{bindings.State.inputValue}"
    label="#{messageBean['SS_UM_STATE']}"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    unselectedLabel="#{messageBean['SS_UM_STATE_SELECT']}"
    autoSubmit="true" inlineStyle="width: 125px"
    binding="#{umRegistrationIdtypeChange.stateSelecOneChoice}"
    valueChangeListener="#{umRegistrationIdtypeChange.chngCity}" >
    <af:selectItem label="AN" value="AN"/>
    <af:selectItem label="AP" value="AP"/>
    <af:selectItem label="AR" value="AR"/>
    <af:selectItem label="AS" value="AS"/>
    <af:selectItem label="UP" value="UP"/>
    <af:selectItem label="WB" value="WB"/>
    </af:selectOneChoice>
    <af:selectOneChoice id="compId333" partialTriggers="compId328"
    unselectedLabel="Select"
    inlineStyle="width: 125px"
    binding="#{umRegistrationIdtypeChange.cityselecOneChoice}"
    value="#{bindings.City.inputValue}"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    label="#{messageBean['SS_UM_CITY']}"
    autoSubmit="true"
    valueChangeListener="#{umRegistrationIdtypeChange.chngArea}">
    <f:selectItems value="#{umRegistrationIdtypeChange.returnCityList}"/>
    </af:selectOneChoice>
    <af:selectOneChoice id="compId334"
    partialTriggers="compId333 compId328"
    inlineStyle="width: 125px"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    value="#{bindings.StreetAddress3.inputValue}"
    autoSubmit="true" unselectedLabel="Select"
    binding="#{umRegistrationIdtypeChange.cityareaSelecOneChoice}"
    label="#{messageBean['SS_UM_STREET_ADDR3']}"
    valueChangeListener="#{umRegistrationIdtypeChange.chngPincode}">
    value="#{bindings.StreetAddress3.inputValue}"-->
    <f:selectItems value="#{umRegistrationIdtypeChange.returnAreaList}"/>
    </af:selectOneChoice>
    <af:selectOneChoice id="compId335"
    partialTriggers="compId334 compId333 compId328"
    inlineStyle="width: 125px"
    value="#{bindings.PostalCode.inputValue}"
    autoSubmit="true"
    required="#{ !umRegistrationIdtypeChange.tdnRegPprFlag}"
    unselectedLabel="Select"
    label="#{messageBean['SS_UM_ZIP_CODE']}"
    binding="#{umRegistrationIdtypeChange.postalcodeSelecOneChoice}"
    valueChangeListener="#{umRegistrationIdtypeChange.chngPostalCode}">
    <f:selectItems value="#{umRegistrationIdtypeChange.returnPincodeList}"/>
    </af:selectOneChoice>
    <af:inputText id="compId320"
    binding="#{umRegistrationIdtypeChange.houseNoInputText}"
    label="#{messageBean['TDN_UM_STREET_ADDR1']}"
    inlineStyle="width: 125px" maximumLength="100"
    required="true"
    requiredMessageDetail=" "
    value="#{bindings.StreetAddress.inputValue}"/>
    <af:inputText id="compId323"
    binding="#{umRegistrationIdtypeChange.street_addressInputText}"
    label="#{messageBean['TDN_UM_STREET_ADDR2']}"
    maximumLength="150" inlineStyle="width: 125px"
    rendered="true"
    required="true"
    requiredMessageDetail=" "
    value="#{bindings.StreetAddress2.inputValue}"/>
    Code in Bean
    public List<SelectItem> chngCity(ValueChangeEvent valueChangeEvent) {
    log.info("Call the chngCity method");
    returnCityList = new ArrayList<SelectItem>();
    String state = valueChangeEvent.getNewValue().toString();
    if (state != null) {
    List<Object> returnPickList = RegAMImpl.getCity(state);
    for (Object obj: returnPickList) {
    SelectItem si = new SelectItem();
    String eDistValues = obj.toString();
    si.setLabel(new String(eDistValues));
    si.setValue(new String(eDistValues));
    returnCityList.add(si);
    return returnCityList;
    public List<SelectItem> chngArea(ValueChangeEvent valueChangeEvent) {
    log.info("Call the chngArea method");
    returnAreaList = new ArrayList<SelectItem>();
    String city = valueChangeEvent.getNewValue().toString();
    if (city != null) {
    List<Object> returnPickList = RegAMImpl.getArea(city);
    for (Object obj: returnPickList) {
    SelectItem si = new SelectItem();
    String eDistValues = obj.toString();
    si.setLabel(new String(eDistValues));
    si.setValue(new String(eDistValues));
    returnAreaList.add(si);
    return returnAreaList;
    public List<SelectItem> chngPincode(ValueChangeEvent valueChangeEvent) {
    log.info("Call the chngPincode method");
    returnPincodeList = new ArrayList<SelectItem>();
    String area = valueChangeEvent.getNewValue().toString();
    if (area != null) {
    List<Object> returnPickList = RegAMImpl.getPincode(area);
    for (Object obj: returnPickList) {
    SelectItem si = new SelectItem();
    String eDistValues = obj.toString();
    si.setLabel(new String(eDistValues));
    si.setValue(new String(eDistValues));
    returnPincodeList.add(si);
    return returnPincodeList;
    public void chngPostalCode(ValueChangeEvent valueChangeEvent) {
    String pincode = valueChangeEvent.getNewValue().toString();
    UMPostalCodeTypeVOImpl pincodeVO = RegAMImpl.getUMPostalCodeTypeVO1();
    ViewCriteria vc = pincodeVO.createViewCriteria();
    ViewCriteriaRow vcr = vc.createViewCriteriaRow();
    vcr.setAttribute("ParentName", pincode);
    vc.insertElementAt(vcr, 0);
    pincodeVO.applyViewCriteria(vc);
    In pagedef i have also added RefreshCondition="{adfFacesContext.postback==true}" for iterators of VO's binded to selectOneChoice
    <iterator id="ContactAddressVO1Iterator" RangeSize="-1"
    Binds="Root.RegistrationAM1.ContactAddressVO1"
    DataControl="SessionAMDataControl" RefreshCondition="{adfFacesContext.postback==true}"/>
    <iterator id="RegStateTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.RegStateTypeVO1"
    DataControl="SessionAMDataControl"/>
    <iterator id="UMCityTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.UMCityTypeVO1"
    DataControl="SessionAMDataControl"/>
    <iterator id="UMCityAreaTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.UMCityAreaTypeVO1"
    DataControl="SessionAMDataControl"/>
    <iterator id="UMPostalCodeTypeVO1Iterator" RangeSize="-1" RefreshCondition="{adfFacesContext.postback==true}"
    Binds="Root.RegistrationAM1.UMPostalCodeTypeVO1"
    DataControl="SessionAMDataControl"/>
    Regards,
    Himanshu

    Please read the FAQ http://forums.oracle.com/forums/help.jspa and format your code, as it is unreadable.
    Next you need to supply more information about your environment like jdev version and technology stack you are using.
    Timo

  • Adf faces component SelectOneChoice

    Is there a way to keep the SelectOneChoice from dynamically sizing itself? When this field changes size it completely messes up the rest of the screen. There is no width attribute to this component. Any help would be appreciated.

    Hi tspragg:
    Do you want fix the size of the SelectOneChoice or the entire table?...
    The table and each column have a property of width sizing. There you can put a number in pixels or in percentage, that is best...because that will dynamically sizing your table to the percentage what do you want. However, that size means the minimum size to your column or table, i mean, if the data in a field is larger than your preffered size of the column or table this will grow more than do you want. Other option to fix that is.....in the properties of your outputText component who is in the table, you have to put a number of character where the data will be truncated if exceed that numbers of characters. ( this "truncate" propertie is only in view nivel, i mean, that will dont truncate your data on the database )
    I hope it helps you.
    PD: Sorry, but my english is not the best, if you dont understand something, please tellme here,

  • How to identify current row in table from selectOneChoice compact mode

    Hi,
    I have an af:table in which one of the columns is selectOneChoice in compact mode.  Upon selecting item in this selectOneChoice, valueChangeListener is triggered and do some work based on that row.  However, my issue is that it's hard to identify the current row since the selectOneChoice is in compact mode.  If the selectOneChoice is not in compact mode, when user selects item in selectOnechoice, selectionListener of af:table is triggered to identify the current row.  But if selectOneChoice is in compact mode, user is able to select from selectOneChoice and valueChangeListener is triggered before selectionListener of af:table is triggered.  Hence, not able to identify current row. 
    As a not so ideal workaround, I tried to put the row identifier (in my case, it's DetailSeq) in shortDesc, and get it from there.  But users is complaining seeing this not user friendly in shortDesc/hintText.  I tried to put DetailSeq as the id of the selectOneChoice, but it didn't work (Cannot get Id of selectOneChoice in table)
    <af:table>
      <af:column headerText="Action" id="c5" width="30">
            <af:selectOneChoice id="a${row.DetailSeq}" autoSubmit="true" valueChangeListener="#{viewScope.backing_requestOverview.onSelectAction}" label="Action" mode="compact" shortDesc="#{row.DetailSeq}">
                <f:selectItems value="#{backing_requestOverview.requestActionsMap[row.StatusUid]}" id="si333"/>
                </af:selectOneChoice>
        </af:column>
    </af:table>
    In the valueChangeListener:
      public void onSelectAction(ValueChangeEvent valueChangeEvent) {
    RichSelectOneChoice actionChoice = (RichSelectOneChoice)valueChangeEvent.getComponent();
    LOGGER.info("Short Desc: " + actionChoice.getShortDesc());
            LOGGER.info("Component Id: " + actionChoice.getId());
    Any advice?
    Thanks
    -Mina

    Hi,
    what about using an f:attribute tag to add the "DetailSeq" to the component. Should work similar to the shortDesc but is invisible. You can then get this attribute value by its name among the component attributes
    Frank

  • Strange behaviour of a selectOneChoice in table

    Hi,
    I have an editable table where user can insert, delete, modify data. Some columns are rendered as selectOneChoice, using the list of value propertie of the attribute in the view object. But those lists behaves strangely. When user selects one option, the option is added to the list, and impact all other lists. Like if there is 10 values in the list, after 3 click of value change, there will be 13 options in the list, the 3 user has clicked.
    On the the column code snippet :
    <af:column sortable="false" width="60">
         <af:selectOneChoice value="#{row.bindings.ImputSam.inputValue}"
                                                readOnly="#{row.bindings.IsReadOnly.inputValue}" id="imputSam"
                                                contentStyle="border:none;background-color:#7f7f7f;"
                                                autoSubmit="true" partialTriggers="selectCP"
                                                simple="true">
                              <f:selectItems value="#{row.bindings.ImputSam.items}"/>
                            </af:selectOneChoice>
                          </af:column>In the view object, the view accessors is dependant of an attribute. So there is a view criteria in the accessors, with row level existence checked.
    If anyone has a clue ?
    Regards
    Fred-

    So basicly ;
    - there's one updatable view object, one of his attribute has a list of value usage (like this : [http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcquerying.htm#CHDHBDDE|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcquerying.htm#CHDHBDDE] )
    - this list of value refers to a read only view objects, with one bind variable and one view criteria
    - the first VO is dropped has updata table
    and there goes the problem.
    Regards
    Fred

  • SelectOneChoice property

    hello,
    i have a selectOneChoice that is bind an iterator to display for me the description. my problem is that i need to set a width for this selectOneChoice in order have the same width of another selectOneChoice(like the columns property). So how to do that using JSF ADF .

    Have you tried the inline-style property width?

  • Possible bug  with af:selectOneChoice (Server Exception during PPR, #1)

    Hi,
    I have a big problem and it goes like :
    I have a master-detail form (two very simple View Objects linked by a view link, usual stuff...) and I use popup windows for adding new detail records .
    On the popup window for inserting new detail records I have a return ('Cancel') button (with the standard fuctionality of giving up the inserting, closing popup etc..)
    In the same popup, I have some LOV-s as af:selectOneChoice.
    Everything works fine, as expected, except in the case when there are no existing detail records, and user tries to insert the first detail record
    (by calling CreateInsert operation), and then decides to cancel operation by clicking the Cancel button.
    Then, NullPointerException raises with following stackTrace:
    P.S. We are discovered that the problem is in the af:selectOneChoice, when there are no such one component in the popup,
    all works without problems. The problem raises in a lot of JSF pages which contains af:selectOneChoice
    So, stackTrace is:
    [2008-04-03T12:16:47.773+02:00] [adfinternal] [ERROR] [] [view.faces.config.rich.RegistrationConfigurator] [tid: 13] [ecid: 192.168.67.109:9382:1207217807679:36,0] [APP: current-workspace-app] Server Exception during PPR, #1[[
    java.lang.NullPointerException
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlListBinding$1.size(FacesCtrlListBinding.java:115)
         at java.util.AbstractList$Itr.hasNext(AbstractList.java:416)
         at oracle.adfinternal.view.faces.renderkit.rich.SelectItemUtils.addSelectItems(SelectItemUtils.java:206)
         at oracle.adfinternal.view.faces.renderkit.rich.SelectItemUtils.getSelectItems(SelectItemUtils.java:77)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectBaseRenderer.getSelectItems(SimpleSelectBaseRenderer.java:239)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectBaseRenderer._renderContent(SimpleSelectBaseRenderer.java:192)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectBaseRenderer.renderNonElementContent(SimpleSelectBaseRenderer.java:100)
         at oracle.adfinternal.view.faces.renderkit.rich.FormInputRenderer.encodeAllAsNonElement(FormInputRenderer.java:241)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleSelectOneChoiceRenderer.encodeAllAsNonElement(SimpleSelectOneChoiceRenderer.java:204)
         at oracle.adfinternal.view.faces.renderkit.rich.FormElementRenderer.encodeAll(FormElementRenderer.java:129)
         at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:846)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.renderFieldCellContents(LabeledInputRenderer.java:153)
         at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.renderFieldCell(LabelLayoutRenderer.java:495)
         at oracle.adfinternal.view.faces.renderkit.rich.LabelLayoutRenderer.encodeAll(LabelLayoutRenderer.java:299)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.encodeAll(LabeledInputRenderer.java:140)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeFormItem(PanelFormLayoutRenderer.java:958)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeFormColumns(PanelFormLayoutRenderer.java:831)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:326)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:195)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:304)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelWindowRenderer.encodeContent(PanelWindowRenderer.java:269)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelWindowRenderer.encodeAll(PanelWindowRenderer.java:190)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:304)
         at oracle.adfinternal.view.faces.renderkit.rich.PopupRenderer.encodeAll(PopupRenderer.java:225)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:304)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:136)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:287)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:304)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:374)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1271)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:753)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:244)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:175)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:178)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:174)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:619)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:241)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:201)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)If there are at least one detail record, all works as expected
    Any idea why this happens ? Sounds like a u bug to me....

    Hi,
    good news first: The behavior you describe doesn't reproduce in a later build that we use to verify TP4. I didn't test with TP3 but observed two wrong PPR references that I fixed before running the app
    the corrected PPR entries are
    partialTriggers=":::saveAndCreateOrderItemsBtn :::cancelInsertOrderItemsBtn">
    and
    partialTriggers="::ordersPanelCol:ordersTable">
    Also, on the panel Splitter I removed the inline style width:100% height:100% with AFVisualRoot as the style class property. Its a minor cosmetic correction that had nothing to do with the behavior
    Again, thanks for your cooperation. I really apreciate good testcases
    Frank

Maybe you are looking for

  • Proper DNS Setup for SLS

    I have a new MacMini SLS and I need to make sure I am doing things right. I have BrightHouse Business Cable service with 5 static and one with RDNS for apple.ourdomain.com pointed at 1 of the IP's which is currently connected to our new AEBS. The AEB

  • Upgrading from tiger (10.4.11) to snow leopard 10.6

    Is buying the box set a MUST to upgrade from tiger to snow leopard?? I just need the update to run a piece of hardware. I don't WANT all that other stuff.

  • Synchronizing Safari bookmarks across multiple browsers/computers/platforms

    I've recently switched back to Safari but now remember why I left: no plugins (that I can find). That being said, I'm tired of storing bookmarks locally and would like to transition to some solution that allows me to either sync or access them from m

  • BDT Application Objects

    Hi All, Does anybody have any idea on what these BDT Application Objects are? In our requirement, we need to add a new screen field on a standard screen (it's a subscreen inside a screen). When I debugged to find how the screen is being displayed, I

  • Views of BT116H_SRVO are also available in BT116QH_SRVQ Component

    HI Experts, I find something wierd or i may not know. In the component BT116QH_SRVQ, i find the views of BT116H_SRVO. I could not understand why did these views of the other component exist in this component. Your reply would be more valuable, please