ADF 10.1.3.3  Blocking attribute commandbutton does not work

I can set the blocking="true" for my commandbutton in my jspx and it works fine on my local and on a dev server. (working as expected with the hourglass). In a different dev environment (the one we use to preview to our users) when the user clicks on the commandbutton the arrow turns to the hourglass very quickly then back to the arrow. The same EAR is deployed on both of the dev environments yet they are behaving differently. Any suggestions?

Hi,
when the hourglass is set back, is the processing done ? Maybe the machine is faster than the others
Frank

Similar Messages

  • Score problem: lp8 individual note attributes defeat does not work

    I like to leave interpretation checked on for most instrument tracks. This usually makes the score look ok, but not for every note. When I try to turn off interpretation for an individual note by double clicking that note, interpretation defeat does nothing! So I can't make my parts look right. This is crucial to me because I often print out parts for musicians to play, and I need to have the parts look musically correct!
    for ex: I play (and quantize, btw) a quarter note on beat 1, and 4 16th notes on beat 2, with beat 1 tied to the first 16th note of beat 2. With track interpretation on, I get a rest on the first 16th note of beat 2. I turn track interpretation off, and it fixes it, but when I double click the first note and choose interpretation defeat, nothing happens! In logic 7, this worked fine.
    Can anyone help?
    I hoped 8.01 would fix this, cuz I reported it, but noooooooo....
    I have used emagic software since atari notator, and I have to say I am VERY disappointed with lp8 - what a mess!!!! I am still using 7, and am contemplating pro tools......

    (boycott off)
    Arthur, this sounds like a legacy bug... In any case, may I suggest a different approach that will give you the results you're looking for...
    First, instead of leaving the interpretation checkbox on for all parts as you normally do, do the opposite -- turn it OFF for each part. And immediately after turning it off on any part, Select ALL and use the function "force interpretation" (via key command or the menu item). At this point your display will look as it did with the interpretation checkbox = on, +but with one big difference+ --- you can now selectively defeat the interpretation on selected notes _and it will work as expected_ !
    (boycott on)

  • Right click clip in sequence to remove attributes does not work?

    Trying to get my old head around the three way color corrector. In the process when I try to right click a clip in the sequence to remove the attributes it does not work. When I do it again the filter square is still ticked. What am I doing wrong? Thanks for your help. The transition from Avid to FCP is not an easy one for me.

    so someone else might be helped, you should link to the good captain's post or explain what you were doing wrong.

  • No primary key attribute and does not support rowId -- URGENT : ADF Swing

    Hi , i have created a view and while create Entity Object through Business Components wizard for that view i am getting following error.
    ENTITY CREATION FAILED FOR THE FOLLOWING DATABASE OBJECT
    NO PRIMARY KEY ATTRIBUTES AND DOES NOT SUPPORT ROWID . USE ENTITY WIZARD TO CREATE THE ENTITY OBJECT.
    very urgent.
    Jdeveloper version :: 10.1.3.1.0
    oracle version :: 10g
    view script is :
    SELECT
    oh.order_number||'- ('||ol.line_number||'-'||ol.shipment_number||')' so_line,
    oh.cust_po_number customer_po,
    ol.flow_status_code status,
    ol.shipping_method_code carrier,
    ol.ordered_item item_no,
    nvl(xxapplication_express_pkg.getcustomerpart(ol.inventory_item_id, hca.cust_account_id), ' ') customer_item_number,
    nvl(mtl.description , 'na') description,
    nvl(org.organization_name , 'oak park') ship_from,
    hcsu.location||' ('||hl.city||' '||hl.state||' '||hl.postal_code||')' ship_to,
    nvl(ol.promise_date, sysdate) promised_date,
    nvl(ol.ordered_quantity, 0) order_quality ,
    xxapps.xx_eg_calculated_onhand(ol.line_id) available_qty,
    nvl(ol.shipped_quantity, 0) shipped_quality ,
    ol.order_quantity_uom uom,
    hp.party_name customer_name,
    jrs.name sales_person_name,
    0 refer
    FROM
    oe_order_headers_all oh,
    oe_order_lines_all ol,
    hz_cust_accounts hca,
    hz_parties hp ,
    hz_cust_site_uses_all hcsu,
    hz_cust_acct_sites_all hcas,
    hz_party_sites hps,
    hz_locations hl,
    org_organization_definitions org ,
    mtl_system_items_b mtl ,
    jtf_rs_salesreps jrs
    WHERE
    oh.header_id = ol.header_id and
    oh.org_id = ol.org_id and
    oh.sold_to_org_id = hca.cust_account_id and
    hca.party_id = hp.party_id and
    hcas.cust_account_id = hca.cust_account_id and
    hcsu.cust_acct_site_id = hcas.cust_acct_site_id and
    hcas.party_site_id = hps.party_site_id and
    hps.location_id = hl.location_id and
    hcsu.site_use_id = oh.ship_to_org_id and
    hcsu.site_use_code = 'SHIP_TO' and
    org.organization_id = ol.ship_from_org_id and
    org.organization_id = mtl.organization_id and
    ol.inventory_item_id = mtl.inventory_item_id and
    ol.ship_from_org_id = mtl.organization_id and
    ol.salesrep_id = jrs.salesrep_id and
    ol.org_id = jrs.org_id
    can i know will it check for any constraints while correlation multiple table or whether this type of exception can be sorted out .
    need help looking forward to reply...
    Regards
    bhanu prakash
    Message was edited by:
    user579125
    Message was edited by:
    user579125

    User,
    I assume that this is for read-only activity. If so, don't create an EO from the database view; create a read-only view object instead. The only reason you'd want to use an Entity Object is if you were going to insert/update through the EO; unless you have an instead-of trigger, this database view is non-insertable/non-updatable.
    Short answer: I think what you want to do is a read-only View Object (not EO) - put "select x, y, z (your columns) from view_name" as the SQL.
    John

  • Visible attribute does not work for af:showDetailItem using EL

    I cannot get the visible attribute to work using EL and ppr.
    Here is a simple test. I have a jspx with a button (cb1) that toggles a boolean (tab1visible) in a Backing Bean. The af:panelTabbed and af:showDetailItem have partialTriggers="cb1".
    The af:showDetailItem has visible="#{TabTestBk.tab1visible}" and the EL is also set in the title so that I can see how it's set.
    When I press the button (cb1) the visibility of the tab does not change but the title does.
    Any help would be greatly appreciated!
    Here is the code:
    ------------------------- JSPX -----------------------------------------------------
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document>
    <af:form>
    <af:spacer height="10"/>
    <af:commandButton text="Toggle Tab 1 - visible = #{TabTestBk.tab1visible}" binding="#{TabTestBk.cb1}"
    id="cb1"
    actionListener="#{TabTestBk.toggleTab1AL}"/>
    <af:spacer height="20"/>
    <af:panelTabbed id="detailNavPane" partialTriggers="cb1">
         <af:showDetailItem id="tab1" visible="#{TabTestBk.tab1visible}" text="Tab 1 visible = #{TabTestBk.tab1visible}" partialTriggers="cb1">
                                  <af:outputText value="Tab 1 Content"/>
    </af:showDetailItem>
    <af:showDetailItem id="tab2" text="Tab 2">
                                  <af:outputText value="Tab 2 Content"/>
    </af:showDetailItem>
    <af:showDetailItem id="tab3" text="Tab 3">
                                  <af:outputText value="Tab 3 Content"/>
    </af:showDetailItem>
    </af:panelTabbed>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    ------------------------- BACKING BEAN -----------------------------------------------------
    package com.riscs.ui.backing.jsp.claim;
    import javax.faces.event.ActionEvent;
    import oracle.adf.view.rich.component.rich.nav.RichCommandButton;
    public class TabTestBk {
    private RichCommandButton cb1;
    private boolean tab1visible = true;
         public void toggleTab1AL(ActionEvent event) {
              setTab1visible(!tab1visible);
         public void setTab1visible(boolean tab1visible) {
              this.tab1visible = tab1visible;
         public boolean isTab1visible() {
              return tab1visible;
    public void setCb1(RichCommandButton cb1) {
    this.cb1 = cb1;
    public RichCommandButton getCb1() {
    return cb1;
    Thanks!
    Matt
    Edited by: Matt Cannon IBI on Apr 3, 2010 2:45 PM
    Edited by: Matt Cannon IBI on Apr 5, 2010 12:20 AM

    Hi Frank,
    Thanks for the reply! When providing the simple example I left partialSubmit="true" off by mistake... I put it on and still does not work...
    Thanks,
    Matt

  • CommandButton does not redirect to another if it is inside a datatable

    Hi,
    I have JSPX page in a ADF Faces 11g that contains a dataTable and the last column of each row contains a button that redirects to another page. The redirect simple does not work at all.
    I made a example to try isolate the error:
                <h:dataTable value="#{ajax.list}" var="a">
                  <h:column>
                    <f:facet name="header">
                      <h:outputText value="Mensagem"/>
                    </f:facet>
                    <h:outputText value="#{a.message}"/>
                  </h:column>
                  <h:column>
                    <f:facet name="header">
                      <h:outputText value="Ações"/>
                    </f:facet>
                    <af:commandButton id="edit" action="edit" text="Editar"/>
                  </h:column>
                </h:dataTable>
    <af:commandButton id="edit2" action="edit" text="Editar"/>If I click the button with id "edit" (inside de dataTable>, it just refresh the page.
    If I click the button with id "edit2" (outside de dataTable>, it redirects to the correct page.
    I tried many things (like put immediate = "true", use standard buttons...), but nothing seems to work.
    Any clues?
    Regards, Rubem
    PS: I'm using standard dataTable only in this sample... in real applications I intend to use ADF Faces datatable.

    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <p>
              <af:messages />
              <af:commandButton id="edit2" action="edit" text="Editar"/>
              <af:panelGroupLayout id="teste" partialTriggers="cb1">
                <h:dataTable value="#{ajax.list}" var="a" >
                  <h:column>
                    <f:facet name="header">
                      <h:outputText value="Mensagem"/>
                    </f:facet>
                    <h:outputText value="#{a.message}"/>
                  </h:column>
                  <h:column>
                    <f:facet name="header">
                      <h:outputText value="Ações"/>
                    </f:facet>
                    <af:commandButton id="edit" action="edit" text="Editar"/>
                  </h:column>
                </h:dataTable>
              </af:panelGroupLayout>
            </p>
            <p>
              <af:commandButton text="OK" id="cb1" action="#{ajax.changeMessage}"
                                partialSubmit="true"
                                actionListener="#{ajax.teste}"/>
            </p>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>

  • Adobe Creative Cloud (Desktop) does not work properly. The application is blocked : it could not be launch neither stopped. I'm on MAC Yosemite OS, does anyone know how to remove it properly or to force its stop. It does not appear in the launched applica

    Adobe Creative Cloud (Desktop) does not work properly. The application is blocked : it could not be launch neither stopped. I'm on MAC Yosemite OS, does anyone know how to remove it properly or to force its stop. It does not appear in the launched applications.

    I received no error message. The application was just trying to find applications unsuccessfully.
    I am using MAC OS 10.10.1
    I tried to uninstall the application  but it seems that a kind of deamon is still installed thus providing me to reinstall properly. Do you know where are the elements to remove in order to get my machine just like before ?
    Otherwise I would have to reinstall everything and this would be a pain.
    Thanks for your help.

  • Search in ADF does not work

    Hello.
    I have created a search form with two iterators one for the results and the other for the search criteria. The search form works as expected. The name of the view that i am using is "MasterPartyView1". When i execute the following code
    ViewObject voMasterParty = appMod.findViewObject("MasterPartyView1");
    voMasterParty.setWhereClause("Id = " + MasterPartyId);
    voMasterParty.executeQuery();
    Row rowDest = voMasterParty.first();
    in a backing bean and i go to the search form the only result that i a have is the row that i found in this statement (voMasterParty.setWhereClause("Id = " + MasterPartyId);).
    Why is that?The adf search does not go every time in the database to fetch rows?
    the only workaround for the moment is that i put these two extra lines in the backing bean
    voMasterParty.setWhereClause(null);
    voMasterParty.executeQuery();
    which is not correct because i am fetching all the rows from the database i think.
    Thank you in advance
    Periklis

    Frank thanks a lot for your answer but i still have some questions.
    1 question: One workaround that i found is to the search with the view named MasterPartyView1 and have another instance of the view object(MasterPartyView2) in order to perform the custom search(setwhereclause).This seems to work. Is this approach correct?
    2 question: if i understood correctly you say that both iterators point to the result set of the query (one row) and such is not possible to find other rows. But in the search form there is an invoke action
    <invokeAction id="AlwaysInFindMode" Binds="Find"
    RefreshCondition="${bindings.MasterPartyView1SearchIterator.findMode == false}"/>
    that to my understanding puts the iterator in Find mode, thus making the input text fields available for criteria again. So the search iterator now points to QBE and it is possible to iterate over a collection of QBE criteria rows. is this correct?And if it is why it does not work as expected?Why it does not bring other results?Why the iterators (the seach iterator and the results iterator) still point to the newly created result set?
    Thanks in advance
    Periklis

  • LOV /ADF UIX pages does not work on the older version od UIX page

    Hi
    I have recently migrated UIX project from the Jdeveoper 9i to Jdev10g version 1.0.1.2, everything work without any issue, however when I try to create a LOV or any component that are ADF-UIX based, but it does not work I don't even get any error, it just does not work based on the ADF-UIX (Expression base component),
    Any help to resolve this issue will be greatly appericated
    Thanks

    I too have problems with LOVs in UIX pages. I have
    some that you have to run twice to get back a value.To solve this problem,
    1) open your UIX page where you create a new row
    2) in the Structure window, click third tab "UI Model"
    3) double-click the control action binding corresponding to Create
    4) select CreateInsert from the list
    The problem is related to the fix we introduced for the "Blank Row Issue" (see http://www.oracle.com/technology/products/jdev/tips/muench/blankrow/index.html).
    If you have access to MetaLink, please refer to Note 299860.1 and Bug 4201020.
    Regards,
    Didier.

  • ADF Tabe's Pagination link does not work when embedded in iframe

    Hi experts,
    When I embedded ADF table(with JSF) in iframe like below code, the pagination link does not work. Is it a known bug?
    <iframe width=100% height=500 src="http://rst-act3ct2.us.oracle.com:8888/test/faces/modify.jspx" frameborder="0" scrolling="no"></iframe>
    When I use <object> instead of <iframe>, the pagination works again. However, <object> could not be used in my project.
    Any idea on it?
    Thank you in advance.
    Regards,
    Tony

    Hi,
    if you are on JDeveloper 10.1.3 then chances are that the problem can be pointed back to the mismatch of HTML and JavaServer Faces. At least you should make sure you work with a recent JDeveloper 10.1.3 release
    Frank

  • Adf faces table and applet in jsf page navSubmit not working in IE

    Hi
    I have a jsf page with adf faces table and applet , previous / next navigation is not working for my table when i add the applet to the same page , it is working in firefox but not in IE .
    I have no clue what to change , can any one help. below is the sample code for my jsf page
    Best regards
    Srinivas
    Code follows, not sure how to format the code here
    <h:form>
    <af:panelPage title="Test Adf faces table and applet">
    <af:panelHeader text="Orders">
    <af:table value="#{bindings.Orders.collectionModel}" var="row"
    rows="#{bindings.Orders.rangeSize}"
    first="#{bindings.Orders.rangeStart}"
    emptyText="#{bindings.Orders.viewable ? 'No rows yet.' : 'Access Denied.'}"
    id="orders" >
    <af:column sortProperty="order"
    headerText="#{bindings.Orders.labels.order}">
    <af:commandLink text="#{row.order}"
    id="orderNumber"
    onclick="showOrder(#{row.order})"
    disabled="false"/>
    </af:column>
                   </af:table>
    </af:panelHeader>
    <af:objectSpacer width="10" height="10"/>
    <af:panelBox>
    <f:verbatim>
    <div id="appletDiv">
                        <applet here />
                        </div>
    </f:verbatim>
    </af:panelBox>
    </af:panelHorizontal>
    </af:panelPage>
    </h:form>

    Sorry about the format, it looked okay when i previewed it , now it looks like terrible

  • MIGO ERROR - record 0 in attribute mt_vbap_com does not exist

    Hi
    i hit an error while performing MIGO under cancellation of order (Mov 262)
    the message is ;-
    "Record 0 in attribute mt_vbap_com does not exist".
    do anyone know this problem ?

    can you obtain and post  the message number of this message?

  • Product: Accessories Assignment block - link does not work

    Dear all,
    We have an assignement block 'Accessories' to link products together.
    However, the link does not work :
    If I click on the first link, nothing happens.
    Is there any customizing to maintain for that point?
    Thanks a lot,
    Regards,
    Emilie.

    Hi ,
    See if this link is helpful for you.
    Product Proposal -Accessory assignment block cannot be expanded, CRM UI 7.0
    Rgds
    Hari

  • My button does not work is that to turn my ipod works and my ipod is block is an apple with a loading baarre how do I restore it?

    my button does not work is that to turn my ipod works and my ipod is block is an apple with a loading baarre how do i restore it ? please help me

    Try:
    - iOS: Not responding or does not turn on
    Where it says place the iPod in recovery mode use this program vice the iPod's buttons
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • My Ipad indicates that it should save my data over the last 2 weeks. A message tells me to connect the Ipad to wifi to enable this saving, however although I did as requested, it does not work and I cannot get rid of that message and I am blocked. Many th

    My Ipad is blocked with a message indicating that my data of the last 2 weeks were not saved, and to allow such saving I need to connect the ipad to a wifi. I did so but it does not work. What should I do? Many thanks for your help

    I unblocked my ipad thanks to the solution offered by spritof.
    Many thanks

Maybe you are looking for