BindingContainer problem

Scenario is,

I have a several data controls (two Modules of the Application)

and I have A BTF on which a fragment is exists. Liaison page fragment I want to get surgery but my link sends me it null in code below. Why?

Links DCBindingContainer = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

System.out.println (Bindings);

This code sends me links null

J Dev Version: 11.1.2.4

Have you tried to add createInsert for master and detail in BTF?

CreateInsert

Have you checked the blog above, I've shared?

Have you tried to get the link container by using the id to use DataBinding.cpx?

You have 3 choices, choose one of them

1. slide the createInsert for master and detail taskflow like this

2. create a method in the model that uses the ViewObject createRow method and it create lines for master and detail and drop this method as the default activity of BTF

Check - http://mahmoudoracle.blogspot.in/2012/12/adf-open-page-in-insert-mode.html#.VYPIOUaOJHw

3. try to get binding container by using page use id (if you are not able to get using port view current) and use

Ashish

Tags: Java

Similar Questions

  • Problem with update of a column by using the procedure of database and refreshing or put in value programmatically

    Dear all,

    I am a beginner in the ADF and am under Jdeveloper Studio Edition Version 12.2.1.0.0.

    I have a page that consists of two taskflows.

    First workflow has a fragment which is to have a table based on view object salespersons (not editable)

    Second task flow contains a form of ADF from the same view object Salespersons.

    As the user selecting a line in the table of the same record is displayed as no problem.

    Now, I have added two buttons Activate and Deactivate that is to change the status of the sales.

    I tried to use two ways an updated using the procedure of database and then put in value by programming and I have different questions with two of them:

    Now, here's the code of the Java bean for activation:

    Option A - the problem with this is the value of the column in the list (the first task rate displayed) is not synchronized

    and Activate and Deactivate buttons are not disabled and active properly.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    Links BindingContainer = getBindings();

    OperationBinding operationBinding;

    operationBinding = bindings.getOperationBinding ("changeSalespersonsStatus") (OperationBinding);

    operationBinding.getParamsMap () .put ("pId", vId.getValue ());

    operationBinding.getParamsMap () .put ("pStatus", "A");

    Object result = operationBinding.execute ();

    dcStatus.setValue ("A");

    } else {}

    return;

    }

    }

    Option B - the problem with this is that the value of input for status text appears in the Active form for all records in form regardless of its database.

    {} public void confirmActivation (DialogEvent dialogEvent)

    If (dialogEvent.getOutcome () == DialogEvent.Outcome.yes) {}

    -no doubt this two lines are not needed here

    DBSequence vId;

    vId = dcId.getValue ((DBSequence));

    dcStatus.setValue ("A");

    BindingContainer links = getBindings();

    OperationBinding operationBinding;

    the operationBinding = bindings.getOperationBinding("Commit") (OperationBinding);

    Object result = operationBinding.execute ();

    } else {}

    return;

    }

    }

    Here's the code from the Fragment of shape for used buttons.

    "< af:button text = 'Activate' id ="bActivate' icon="/icons/activate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonActivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= ' n '} ">"

    < af:showPopupBehavior popupId = "pActivate" / >

    < / af:button >

    "< af:button text = 'Disable' id = 'bDeactivate' icon="/icons/deactivate.png ' iconPosition = 'top '.

    partialTriggers = "Bcreer bSaveInsert bCancelInsert dDeactivate dActivate".

    Binding = "#{pageFlowScope.salespersonsForm.buttonDeactivate} '"

    Disabled = ' #{bindings. " Status.inputValue! {= 'A'} ">"

    < af:showPopupBehavior popupId = "pDeactivate" / >

    < / af:button >

    Here's matching Popups for each of the buttons Activate and Deactivate.

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pActivate" >

    < af:dialog id = "dActivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmActivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to enable the seller?" id = "ol1" / >

    < / af:dialog >

    < / af:popup >

    < childCreation = "deferred" autoCancel af:popup = "disabled" id = "pDeactivate" >

    < af:dialog id = "dDeactivate" type = "YesNo" title = 'Status of salespersons' closeIconVisible = 'false '.

    affirmativeTextAndAccessKey = "& amp; Yes"cancelTextAndAccessKey ="& amp; (Cancel)

    noTextAndAccessKey = "& amp; No '.

    dialogListener = "#{pageFlowScope.salespersonsForm.confirmDeactivation}" >

    < f: facet = 'buttonBar' name / >

    < af:outputLabel value = "Are you sure you want to disable the seller?" id = "ol2" / >

    < / af:dialog >

    < / af:popup >

    Thanks in advance.

    Best regards

    Arif Khadas

    If you bind components to a range of flow page bean. You must complete that it saves the State of the component longer than the life of the component.

    To change the value of the GET value of the component of the link layer and change it.

    In this way the changes are captured by the framework and you should see them.

    Timo

  • problem of refreshment table in the Dvd rental applications (ADf essentials by Sten E.vesterli)

    Hi all

    I am going through essentials ADF Sten E.vesterli book. I'm done building BC component Tester BC Tester thing works very well.

    I build UI for it. I have specific problem

    one.png

    the code that I will carry out back button is

       public String returDvd() {
            RowKeySet sel = getFilmRentalTable().getSelectedRowKeys();
            Iterator selIter = sel.iterator();
            // get iterator for all data records
            BindingContainer bc =
                BindingContext.getCurrent().getCurrentBindingsEntry();
            DCBindingContainer dcb = (DCBindingContainer)bc;
            DCIteratorBinding rentalIter =
                dcb.findIteratorBinding("RentalUnreturnedIterator");
            RowSetIterator rsi = rentalIter.getRowSetIterator();
            // find the selected record in the data iterator
            Key key = (Key)((List)selIter.next()).get(0);
            RentalVORow r = (RentalVORow)rsi.getRow(key);
            r.registerReturn();
            OperationBinding ob = bc.getOperationBinding("Commit");
            ob.execute();
            //rentalIter.getViewObject().executeQuery();
    
            return null;
        }
    
    
    

    My expected behavior should DVD must go back to the database, it should not be visible on the user interface, only non-returned DVD must appear on this table.

    rentalIter.getViewObject().executeQuery();
    
    
    

    If I run this line after committing, it works fine, but there is no success of DB.

    (2) if I refresh the page as I can get the same result (but users won't)

    one.png

    My conclusion

    I'm sure that the table is refreshing

    I know not iterator runs after you refresh the table (I saw it at in Debug Mode).

    My question is without hitting the DB how can I get this expected behavior

    Thank you

    REDA

    Have not read this book (so I don't know what exactly makes r.registerReturn ()) but I guess you can use RowMatch or ViewCriteria to do in memory of filtering:

    https://blogs.Oracle.com/IMC/entry/adf_bussiness_components_in_memory

    https://blogs.Oracle.com/ADFProgrammers/entry/in_memory_filtering_and_rowmatch

    Dario

  • Problems of integration of office - ADFDI-55000

    Hello experts,

    I can't identify the cause of the errors I get.

    I use JDeveloper 11.1.2.4.0.

    Thanks for any help you can provide!

    ADFDI-00117: an unexpected error has occurred reading the response of DIRemoteServlet.

    ADFDI-55000: error unknown integration of office

    ~~~~~~~~~~

    WebException: ADFDI-00117: an unexpected error has occurred reading the response of DIRemoteServlet.

    Source: adfdi-datamanager

    Battery:

    at oracle.adf.client.windows.datamanager.servletrequest.SyncRequest.BeginResponse)

    at oracle.adf.client.windows.datamanager.servletrequest.SyncModelRequest.InternalCallSyncServlet)

    at oracle.adf.client.windows.datamanager.servletrequest.SyncServletRequest.CallSyncServlet (Boolean try again)

    at oracle.adf.client.windows.datamanager.ADFBindingContext.SendSyncServletRequest (SyncServletRequest request)

    to oracle.adf.client.windows.datamanager.ADFBindingContext.SyncModel (BC., string contentType BindingContainer)

    at oracle.adf.client.windows.datamanager.BindingContainer.ReloadMetadata)

    at oracle.adf.client.windows.datamanager.BindingContainer.LoadMetadata)

    at oracle.adf.client.windows.excel.runtime.DIWorksheet.InitializeComponents (Boolean isFirstLoad)

    at oracle.adf.client.windows.excel.runtime.DIWorksheet.Initialize (Boolean initializeUI)

    Internal:

    AdfdiException: ADFDI-55000: error unknown integration of office

    Source: adfdi-datamanager

    Battery:

    at oracle.adf.client.windows.datamanager.servletrequest.SyncRequest.ReadServerError)

    at oracle.adf.client.windows.datamanager.servletrequest.SyncRequest.BeginResponse)

    Server log errors:

    < DIRemoteServlet > < logException > ADFDI-55018: exception occurred when reading a XML request

    java.lang.NullPointerException

    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getActiveRegionMap(DCTaskFlowBinding.java:1373)

    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getActiveFlagFromViewScope(DCTaskFlowBinding.java:1390)

    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.initialize(DCTaskFlowBinding.java:179)

    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.isActive(DCTaskFlowBinding.java:1293)

    at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:126)

    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3237)

    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2906)

    at oracle.adf.desktopintegration.bindingxml.BindingContainerXml.refreshForRead(BindingContainerXml.java:547)

    at oracle.adf.desktopintegration.bindingxml.BindingContainerXml.readXml(BindingContainerXml.java:280)

    at oracle.adf.desktopintegration.requesthandler.SyncModelRequestHandler.readRequestXml(SyncModelRequestHandler.java:88)

    at oracle.adf.desktopintegration.servlet.DIRemoteServlet.doPost(DIRemoteServlet.java:311)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    I use the same def of page that the page uses the integrated excel access desktop.

    I suspect that reuse the same page as a page of faces def causes this problem.  The def of the page in question appears to be part of an workflow [Note: TaskFlowRegionController in the call stack]), which the ADF desktop integration does not support.

    ADF desktop integration requires that each integrated spreadsheet specifies a page definition file.  Please see our guide to dev for more details:

    http://docs.Oracle.com/CD/E16162_01/Web.1112/e16180/prep_dev.htm#BABGAHCH

    Hope this helps,

    -Brian

  • Problem in calling function AM

    Hi team,

    I created the function of class AM and I wanted to update the column in a table.

    Here's the code for it

    ' public void updateEmployee (int count, int empid)
    {
    DBTransaction trans = getDBTransaction();
    CallableStatement statement = null;
    int lines = 0;

    String updateSql = "start."
    + "UPDATE EMPLOYEES".
    + "' SET checkcount = checkcount +? '"
    + "' WHERE employe_id =?; '"
    + "END;";
    Statement = trans.createCallableStatement (updateSql, 2);

    Try
    {
    statement.setInt (1, count);
    statement.setInt (2, EmpId);
    lines = statement.executeUpdate ();


    System.out.println ("value of line is" + lines);

    } catch (SQLException s)
    {
    throw new Aexception.getLocalizedMessage (s);
    }
    {Finally
    try {}
    If (declaration! = null)
    Statement.Close ();
    } catch (SQLException s)
    {/ * ignore * /}
    }

    This statement is "System.out.println ("value of line is"+ lines);" gives the result that "the value of line is 1.



    I am the appellant through a managed bean code is pasted below

    BindingContainer links = getBindings();
    OperationBinding oprBndng = bindings.getOperationBinding ("updateEmployee");

    oprBndng.getParamsMap () .put ("deptId", v_empId);
    oprBndng.getParamsMap () .put ('count', v_count);
    Object result = oprBndng.execute ();

    System.out.println ("result =" + result);

    If (! oprBndng.getErrors () .isEmpty ()) {}
    Returns a null value.
    }

    I run in debug mode and it is haltering to "oppose result = oprBndng.execute ();" statement.

    The problem is when I call you this bean managed on a button click, I am able to navigate to the next page, but the column is not updated.
    This SOP line displays System.out.println ("result =" + result); NULL in the result variable.


    Can you guide me please I do it the correct way or how can I check what stage I am failing.

    The pointers will be appreciated.

    Thank you
    Ajay

    You have a mismatch between the implemented method (which returns int) and the client interface (which has the old signature where the method return void).
    To solve this open the module of the application, go to the client interface and the remove method of the selected list (right). You my find the method two times in the selected list, be sure to remove both.
    Close the module the application and rebuild the model project (better do a before cleaning). If you see no errors, you can open the module of the application again and add the method to the client interface. Recompile again and it should work.

    Timo

  • ADF BC Jdev11.1.1.4 progressIndicator + survey problem

    Hello

    My case here:
    I have to load a large file, do some checking and then insert rows in a table in DB.
    I would like to indicate to the user the current status of the load using an af:poll and af:progressIndicator components.
    The user select a file (af:inpuFile), then press a button 'load' that launch a popup with the progressIndicator.
    I created a Thread with the load method and a BoundedRangeModel.
    I managed to do everything I need to some extent:
    -file loading works
    -I can read each line of the file and d othe checks the data

    My problem occurs when I try to insert the data into the DB in the thread.
    I tried to use the bindingContainer of my page to insert lines, but I continue to have errors:
    -First one is I tried the DCBindingContainer using the JSFUtils.getBindingContainer () of my thread-> got a NPE
    -J' tried passing as argument the DCBindingContainer of my Bean (viewscope) support the thread-> error when trying to get my DCIteratorBinding
    I tried to pass the DCIteratorBinding of my Bean to the Thread support-> always had an error

    Someone at - it an idea of what I'm doing wrong?
    Is there another way to get my DCIteratorBinding so I can insert lines in there?

    Best regards

    Jack

    It is not a service, just a method in the AM which is flush in the client interface. Inside of the AOS, you can access the entire data model and get each VO you like.

    Timo

  • problem compiling

    Hello

    Experts yesterday, I had no problem with the codes.

    This code given by vinod sir.

    but now, some are raised problem.


    DCIteratorBinding dciter;
    BindingContainer links is BindingContext.getCurrent () .getCurrentBindingsEntry ();.
    dciter = bindings.get ("CrmControlView1Iterator") (DCIteratorBinding); your table in the pagedef iterator
    Model CollectionModel = (CollectionModel) CrmControl.getValue ();
    ViewObject vo = (ViewObject) model.getRowData ();
    Entire value = Integer.valueOf (vo.getCurrentRow () .getAttribute ("crmctrlProsNextId")) + 1;
    vo.getCurrentRow () .setAttribute ("crmctrlProsNextId", value);
    dciter.getDataControl () .commitTransaction ();

    Error (36,58): can not find the GetValue method
    Error (38.30): cannot find valueOf (java.lang.Object) method
    Error (38,38): operator + can not be applied to the java.lang.Integer.valueOf, int

    How to solve this problem?

    Yes, you can do

    Jean Lou

  • ADF11g: problem with extracting value from a choice of select

    Hello
    I use ADF 11 g.

    in my application using a view object (VO1), I had created a select only one option.

    My view (VO1) object is to have two fields:
    Product
    Price

    In select a choice I display only the product.

    My requirment is to fetch the price of selected product. To do this, I wrote under the piece of code:
    FacesContext facesContext = FacesContext.getCurrentInstance ();
    Application app = facesContext.getApplication ();
    ExpressionFactory elFactory = app.getExpressionFactory ();
    ELContext elContext = facesContext.getELContext ();
    + ValueExpression valueExp = elFactory.createValueExpression (elContext, "#{bindings.") Price.inputValue}", Object.class); +.
    + String pricingAttrValue = (String) valueExp.getValue (elContext); +

    Above the code price is an attributeName mapped in pageDef.xml

    * But the problem I am facing is: *.
    When I try to retrieve the value of the price of the selected product, I get the value of the product you selected previously.
    To better understand:

    On the value change event to select only one option, we get 2 values:
    getOldValue()
    and getNewValue()

    * with the above code, I get price associated value OldValue while I need price value NewValue.*


    Help, please
    Thank you best regards n
    Maryline Roussel

    Hello

    You could do something like:

    BindingContainer bc = BindingContext.getCurrent().getCurrentBindingsEntry();
    ControlBinding cb = bc.getControlBinding("attributeName");
    AttributeBinding ab = (AttributeBinding)cb;
    ab.setInputValue(valueChangeEvent.getNewValue());
    

    Gabriel.

  • Problem refreshing the popup

    ADF11g:
    I have problem in refreshing the popup.

    On the homepage, there is a table and a column of this table, I put commandImageLink one click on this image that I supposed to open a popup where I display the result of information.

    during the first click on this image, I am able to show the result correctly, but if I change the line and try to click the image once again, of that I am not able see the new result .it antique watch. OnClick, I checked the new result values are extracted by the server, but not reflecting does not Popup.

    Yet one thing i course is only the first time when I click on the image goes to the action method and then open popup but at next until it clicks fisrt popup opens and then call the action method.

    < af:column sortable = "false" headerText = "Actions".
    rendering = "true" width = "50" >
    < af:panelGroupLayout layout = "horizontal" >
    "< af:commandImageLink icon="/image/info.jpg ".
    shortDesc = "Info".
    partialSubmit = "true" action = "#{IssueActionBean.refresh_ContentRevisionInfo1} '"
    launchListener = "#{IssueActionBean.getRevisionLauncherListener}" >
    "" < af:showPopupBehavior popupId = ": popupinfo".
    triggerType = "click on" / >
    < / af:commandImageLink >
    "< af:commandImageLink icon="/image/checkinout.jpeg ".
    shortDesc = "Check in/out" >
    "" < af:showPopupBehavior popupId = ": popupMenu.
    triggerType = 'action '.
    align = "beforeStart" / >
    < / af:commandImageLink >
    < / af:panelGroupLayout >
    < / af:column >
    < / af:table >
    < af:popup id = popupFetchListener = "#{IssueActionBean.getfetchRevisionLauncherListener"popupinfo"}" >
    < af:panelWindow title = "information content".
    inlineStyle = "width: 600px; height: 500px; ">

    < af:table value = "#{bindings.documentRevisions.collectionModel} '"
    var = 'row' id = 'popupinfo1 '.
    Rows = "#{Bindings.documentRevisions.rangeSize} '"
    emptyText = "#{bindings.documentRevisions.viewable?" "{"No line yet.":"Access Denied."}"
    fetchSize = "#{bindings.documentRevisions.rangeSize} '"
    selectedRowKeys = "#{bindings.documentRevisions.collectionModel.selectedRow} '"
    selectionListener = "#{bindings.documentRevisions.collectionModel.makeCurrent} '"
    rowSelection = 'single '.
    inlineStyle = "width: 750px; height: 250px; margin: 20px; ">
    < af:column sortProperty = "revLable" sortable = "true".
    headerText = "#{res}" >
    < af:outputText value = "#{row.revLable}" >
    < af:convertNumber groupingUsed = "false".
    pattern="#{bindings.documentRevisions.hints.revLable.format}"/ >
    < / af:outputText >
    < / af:column >
    < af:column sortProperty = "release date".
    sortable = "true".
    headerText = "#{res}" >
    < af:outputText value = "#{row.releaseDate}" >
    < af:convertDateTime pattern="#{bindings.documentRevisions.hints.releaseDate.format}"/ >
    < / af:outputText >
    < / af:column >
    < af:column sortProperty = "expirationDate".
    sortable = "true".
    headerText = "#{res}" >
    < af:outputText value = "#{row.expirationDate}" >
    < af:convertDateTime pattern="#{bindings.documentRevisions.hints.expirationDate.format}"/ >
    < / af:outputText >
    < / af:column >
    < af:column sortProperty = 'status' sortable = "true".
    headerText = "#{res}" >
    < af:outputText value = "#{row.status}" / >
    < / af:column >
    < af:column sortProperty = 'fact' sortable 'true '.
    headerText = "#{res}" >
    < af:outputText value = "#{row.did}" >
    < af:convertNumber groupingUsed = "false".
    pattern="#{bindings.documentRevisions.hints.did.format}"/ >
    < / af:outputText >
    < / af:column >
    < af:column sortProperty = "docName" sortable = "true".
    headerText = "#{res}" >
    "< af:goLink destination =" #{row.docURL} "text =" #{row.docName} ".
    targetFrame = "_blank" / >
    < / af:column >


    < af:column sortProperty = "docURL" sortable = "true".
    headerText = "#{bindings.documentRevisions.hints.docURL.label}" >
    < af:outputText value = "#{row.docURL}" / >
    < / af:column >
    < / af:table >
    < af:panelFormLayout >
    < / af:panelFormLayout >
    < / af:panelWindow >
    < / af:popup >



    public String refresh_ContentRevisionInfo1() {}
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("getContentRevisionInfo");
    Object result = operationBinding.execute ();
    Bindings.Refresh ();
    DCBindingContainer dcBindings = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();
    DCIteratorBinding iterBind = (DCIteratorBinding) dcBindings.get ("documentRevisionsIterator");
    iterBind.executeQuery ();
    iterBind.refresh (DCIteratorBinding.RANGESIZE_UNLIMITED);
    Returns a null value.
    }

    {} public void getRevisionLauncherListener (LaunchEvent launchEvent)
    BindingContainer links = getBindings();
    OperationBinding operationBinding = bindings.getOperationBinding("getContentRevisionInfo");
    Object result = operationBinding.execute ();
    Bindings.Refresh ();
    DCBindingContainer dcBindings = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();
    DCIteratorBinding iterBind = (DCIteratorBinding) dcBindings.get ("documentRevisionsIterator");
    iterBind.executeQuery ();
    iterBind.refresh (DCIteratorBinding.RANGESIZE_UNLIMITED);


    }


    Thanks for any help.
    Katie

    Try to set the attribute contentDelivery of the pop-up window to layzUncached and see if that helps.

    If this is not the case, try to send a ppr to the pop-up window.

    Timo

  • Unable to Scan to the computer after downloading macOS Sierra. Is this a software problem?

    How can I scan from HP Envy 4500 to computer after downloading macOS Sierra?

    Hello wdemetris,

    Thanks for asking for scanning helps here in the Apple Support communities. I understand how it is important to have access to your scanner and am happy to offer help for this.

    As a precaution, we always recommend that you have backups to make sure that all your data is safe. You can perform a backup using Time Machine and an external hard drive. Use this article to help make a backup of your Mac: use Time Machine to back up or restore your Mac.

    Then, in accordance with article help: printer and scanner for Sierra, El Capitan, Yosemite, and the Mavericks macOS software, the HP Envy 4500 e-all-in-one is supported for printing and scanning. The drivers must be installed, but if not, if it please go to the App Store and check the updates tab to see if there are updates for HP. If there is, please install.

    If you have only general questions about how to get your updated scanner in place or how to scan pictures, please check out these two articles: macOS Sierra: implement a scanner & macOS Sierra: scan images or documents. If everything is configured correctly and you still have problems scanning, please visit this help article: macOS Sierra: scanning troubleshooting.

    Thanks again and have a great rest of your day.

  • My iPhone 6 installed 10.0.2 stops when it gets to 40% of autonomy.  In addition, it seems to pass power WAY to fast with the new software.  Does anyone else have this problem?

    My iPhone 6 installed 10.0.2 stops when it gets to 40% of autonomy.  In addition, it seems to pass power WAY to fast with the new software.  Does anyone else have this problem?

    Hello brooksm549,
    Thank you for using communities of Apple Support.

    I got your message which, since updating your iPhone 6 to iOS 10.0.2 your iPhone stops when it is 40% and the power to empty very quickly. I understand your concern with the iPhone turn off and drains the battery. I recommend you to review the use of the battery to see what app contributes more to the battery drain. The following article will provide you with steps on how to check the use of the battery:

    On the use of the battery on your iPhone, iPad and iPod touch

    When you know about the soft uses more battery, you can change your settings in order to optimize the battery life:

    Maximize the life of the battery and battery life

    Best regards.

  • MacBook Pro display problem

    Hello members of the community.

    As of recently, I have noticed some glitches when feeding on my MacBook or awakened from his sleep.

    The colors are distorted, usually with pink, green, or yellow blobs. Blobs cannot entirely replace the colors, they appear to be contained in a element would normally be. For example. the menu bar will be partially pink and white, but pink does not leave the menu bar in this area, and the Office has green lines on it.

    I tried to take a screenshot, but the problem resolves in about 20 seconds, but it's a recurring problem.

    It happens when I wake up, connection or not. I had also certain powers serious and problems of performance, such that my MagSafe LED would not illuminate when plugged on rare occasions, fan could turn unnecessarily, graphics performance were SUPER slow, and the health of my battery was running out quickly. I actually ran a report on the system at 2 different times and my quality of full load is depleting of 1.2% per charge cycle, which is very worrying. I went from 6281 mAh mAh 6138 maximum capacity after two cycles of load. I'm tracking closely it because at this rate, my battery will survive only at load cycles about 150 instead of the 1000 expected, gives me the idea that this could very well be a bad battery. The computer is also warm to the touch while you sleep, not connected to the power supply. I NAP active but even taking into account should not be hotter my iPhone did the same thing.

    I have reset the SMC, and it solved a couple of problems. The charger works fine now and my performance improved considerably (which made me feel better, either it is a high-performance laptop, a 11-inch MacBook Air should not he surpass), and battery life has improved. I feel even if it uses a lot of power in his sleep. Maybe I need to turn off the NAP and see if that makes a difference. The graphic bug still persists however, and I don't have enough time to see if the max battery is depleting again.

    In regards to the bug, is there something that can be done? Basically, I want to assure you that I took all appropriate measures or if someone else has this problem to see if it can be software related instead of my computer.

    I have the entry level MacBook Pro with the retina, last generation.

    Any constructive contribution welcome!

    See you soon.

    -adreaux

    Hello bernardn753,

    After reviewing your post, it seems that you are having problems with the screen showing strange things on it. Looks like you already have a troubleshooting. I recommend you read this article, as reset NVRAM would be to reset your screen resolution settings that should help.

    How to reset the NVRAM on your Mac.

    Thank you for using communities of Apple Support. Good day.

  • with IOS 10.0.2 - 5s iphone Bluetooth problems

    Since upgrading ISO 10.0.2 my M50 from PLT Plantronics (helmet unique headset) do not reliably connects with my iPhone 5 more. I have to go to the settings, activate bluetooth turned off/turned on, touch the device on the bluetooth page, etc. Once it connects successfully, it will reconnect (if I turn off the headset and turn it back on) for a short period. The next day he does not connect itself but I play with bluetooth on the iPhone again.

    It has always worked perfectly before the 10th of IOS.

    And, as I noticed others mentioning, the volume is much lower with IOS 10. The maximum volume is much lower. I can barely hear it now, more normal background noise, while driving.

    I did:

    Forget this device for the PLT M50 and paired again (several times)

    I did a Reset Network Settings

    I don't know what else to do - but it's a 10.0.2 IOS issue.

    Hello AppleUser2k,

    Please ask questions about your problems of connection between your iPhone and your Plantronics headset since you upgraded to iOS 10. I understand how important it is to have your Bluetooth devices connect with your iPhone with reliability. Here's what I recommend.

    The first thing we want to make sure is that all your data is safe. You can perform a backup in iCloud or iTunes using this article: backing up your iPhone, iPad, and iPod touch.

    Once your data is safe, try the troubleshooting steps in this article to help: get help to connect a Bluetooth accessory with your iPhone, iPad or iPod touch device should also check with the manufacturer that the device has all the drivers and firmware to work with the new version of iOS.

    If you have checked everything and that you have installed the latest firmware or driver and always are problems, please be aware of your surroundings when you encounter these problems. If you can isolate the time or location, you see the problems, you can isolate the cause. You can even see this help article to ensure that you are not affected by outside interference: the potential sources of Wi-Fi and Bluetooth.

    Thanks again and have a great rest of your day.

  • Problem after update 10.0.2 iOS iPhone touchscreen

    After I have updated to iOS 10.0.2, I noticed a problem with the touch screen. Using the position of the image on the right side, near the corner, the toushscreen does not work.
    For example: when you use the keyboard, I can't type the letter 'P', have trouble typing BACKSPACE. Using the Contacts app, I can't scroll through using the alphabet bar.

    Do what idea of the problem?

    Kind regards!

    Hi fabriciorela,

    Thanks for the upgrade to iOS 10! I understand that the right of your screen is unresponsive to the touch. You can try the steps in this link to fix the problem. If the screen of your iPhone, iPad or iPod touch does not respond to touch

    If it does not help the problem, try to restore the device to factory settings. I would like to backup your important data first.

    The backup of your iPhone, iPad and iPod touch

    Use iTunes on your Mac or PC to restore your iPhone, iPad or iPod to factory settings

    Please use the Apple Support communities to post your question. Let us know how it turns out. Have a great day.

  • Bluetooth connection problem iPhone - audio system Nissan after upgrade iOS10

    After iOS10.0.2 iOS9 on iPhone upgrade, I got a cordially problem receive calls raise Nissan car audio.

    I can make a call without any problem. Bluetooth connection is stable. I can download address book e.t.c. But I can't receive a call. I see the incoming call on the radio shows. After pressing the button "answer" on the car Audio System, audio between iPhone and Audio streams car breaks down.

    But the cellular connection remains active. I need to rotate the audio output on the screen of the iPhone car for iPhone and back to the car. After that, I can continue my call via the car radio.

    Thanks in advance

    Hello StasV,

    Thank you for using communities Support from Apple. I know having a problem with calls on your iPhone in your car, it's not what you expect. The good news is that these steps will be useful for your problem of phone calls while using the bluetooth in your car. Go to settings > general > accessibility > routing of Audio calls and the value headset/Bluetooth Headset and retest your question.

    Audio routing call - the iPhone user Guide
    Help to connect your iPhone, iPad or iPod touch with your car radio

    See you soon!

Maybe you are looking for