ADF Table vertical scroll issue in Chrome & Safari, works fine in FF & IE

Hi,
Jdeveloper 11.1.1.7.0
ADF BC & ADF Faces
I have a jspx page with a command link. On click of link, opening a popup. Displaying a ADF table inside popup dialog.
Problem Statement :   I have set contentDelivery="immediate" & autoHeightRows="8" in ADF table. while running the application in Chrome & Safari and moving vertical scroll up & down rapidly, first few rows & last few rows are not visible respectively. But if i scroll up & down using scroll arrow it's working as expected.
But there is NO issue while running the application in IE & FF and moving vertical scroll up & down rapidly.
FF 26.0
Safari 5.1.7
IE 8.0
Chrome 31.0.1650.63 m
JSPX Code :
[code]
<?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:messages id="m1"/>
      <af:form id="f1">
        <af:commandLink text="Customize" id="cl1">
          <af:showPopupBehavior popupId="p1" triggerType="action"/>
        </af:commandLink>
        <af:popup id="p1">
          <af:dialog id="d2" type="none">
            <af:panelGroupLayout id="pgl1">
              <af:table value="#{bindings.XXXXView1.collectionModel}"
                        var="row"
                        rows="#{bindings.XXXXView1.rangeSize}"
                        emptyText="#{bindings.XXXXView1.viewable ? 'No data to display.' : 'Access Denied.'}"
                        fetchSize="#{bindings.XXXXView1.rangeSize}"
                        rowBandingInterval="0" id="t1" autoHeightRows="8"
                        contentDelivery="immediate">
                <af:column sortProperty="#{bindings.XXXXView1.hints.ProductOrder.name}"
                           sortable="false"
                           headerText="#{bindings.XXXXView1.hints.ProductOrder.label}"
                           id="c4">
                  <af:inputText value="#{row.bindings.ProductOrder.inputValue}"
                                label="#{bindings.XXXXView1.hints.ProductOrder.label}"
                                required="#{bindings.XXXXView1.hints.ProductOrder.mandatory}"
                                columns="#{bindings.XXXXView1.hints.ProductOrder.displayWidth}"
                                maximumLength="#{bindings.XXXXView1.hints.ProductOrder.precision}"
                                shortDesc="#{bindings.XXXXView1.hints.ProductOrder.tooltip}"
                                id="it1">
                    <f:validator binding="#{row.bindings.ProductOrder.validator}"/>
                    <af:convertNumber groupingUsed="false"
                                      pattern="#{bindings.XXXXView1.hints.ProductOrder.format}"/>
                  </af:inputText>
                </af:column>
                <af:column sortProperty="#{bindings.XXXXView1.hints.SerialNo.name}"
                           sortable="false"
                           headerText="#{bindings.XXXXView1.hints.SerialNo.label}"
                           id="c2">
                  <af:inputText value="#{row.bindings.SerialNo.inputValue}"
                                label="#{bindings.XXXXView1.hints.SerialNo.label}"
                                required="#{bindings.XXXXView1.hints.SerialNo.mandatory}"
                                columns="#{bindings.XXXXView1.hints.SerialNo.displayWidth}"
                                maximumLength="#{bindings.XXXXView1.hints.SerialNo.precision}"
                                shortDesc="#{bindings.XXXXView1.hints.SerialNo.tooltip}"
                                id="it5">
                    <f:validator binding="#{row.bindings.SerialNo.validator}"/>
                  </af:inputText>
                </af:column>
                <af:column sortProperty="#{bindings.XXXXView1.hints.SystemId.name}"
                           sortable="false"
                           headerText="#{bindings.XXXXView1.hints.SystemId.label}"
                           id="c1">
                  <af:inputText value="#{row.bindings.SystemId.inputValue}"
                                label="#{bindings.XXXXView1.hints.SystemId.label}"
                                required="#{bindings.XXXXView1.hints.SystemId.mandatory}"
                                columns="#{bindings.XXXXView1.hints.SystemId.displayWidth}"
                                maximumLength="#{bindings.XXXXView1.hints.SystemId.precision}"
                                shortDesc="#{bindings.XXXXView1.hints.SystemId.tooltip}"
                                id="it2">
                    <f:validator binding="#{row.bindings.SystemId.validator}"/>
                  </af:inputText>
                </af:column>
                <af:column sortProperty="#{bindings.XXXXView1.hints.SystemName.name}"
                           sortable="false"
                           headerText="#{bindings.XXXXView1.hints.SystemName.label}"
                           id="c5">
                  <af:inputText value="#{row.bindings.SystemName.inputValue}"
                                label="#{bindings.XXXXView1.hints.SystemName.label}"
                                required="#{bindings.XXXXView1.hints.SystemName.mandatory}"
                                columns="#{bindings.XXXXView1.hints.SystemName.displayWidth}"
                                maximumLength="#{bindings.XXXXView1.hints.SystemName.precision}"
                                shortDesc="#{bindings.XXXXView1.hints.SystemName.tooltip}"
                                id="it3">
                    <f:validator binding="#{row.bindings.SystemName.validator}"/>
                  </af:inputText>
                </af:column>
                <af:column sortProperty="#{bindings.XXXXView1.hints.ModelNumber.name}"
                           sortable="false"
                           headerText="#{bindings.XXXXView1.hints.ModelNumber.label}"
                           id="c3">
                  <af:inputText value="#{row.bindings.ModelNumber.inputValue}"
                                label="#{bindings.XXXXView1.hints.ModelNumber.label}"
                                required="#{bindings.XXXXView1.hints.ModelNumber.mandatory}"
                                columns="#{bindings.XXXXView1.hints.ModelNumber.displayWidth}"
                                maximumLength="#{bindings.XXXXView1.hints.ModelNumber.precision}"
                                shortDesc="#{bindings.XXXXView1.hints.ModelNumber.tooltip}"
                                id="it4">
                    <f:validator binding="#{row.bindings.ModelNumber.validator}"/>
                  </af:inputText>
                </af:column>
              </af:table>
            </af:panelGroupLayout>
          </af:dialog>
        </af:popup>
      </af:form>
    </af:document>
  </f:view>
</jsp:root>
[/code]
Any help will be appreciated.
~Abhijit

Hi,
We are seeing this behaviour too - JDEV 11.1.1.7 with WLS 10.3.6.
Anybody got any suggestions?
Thanks
Jon

Similar Messages

  • Adf table data scrolling issue in IE8

    Hello
    I have converted my jdev application from version 11.1.1.1.0 to 11.1.2.1.0. In the application there is a table that pull data through view object. I have set RangeSize = -1 and FetchSize = 30 and there are about 500 records. To see more records when I scroll down then it shows "fetching data" and after a few seconds the scrollbar moves back to the top of the table. This is happenning in IE8. In Mozilla FireFox and Google Crome all things seems ok. Also in earlier version this problem did not happen.
    Why this problem is happenning in IE8? Can anyboby help me on this?
    Thanks
    Jalil

    Hi All,
    In my earlier post it was said that table having footer facet causing the problem in Internet Explorer 8. To see how it happens please read and follow below link:
    Open the following link in Internet Explorer 8.
    http://jdevadf.oracle.com/adf-richclient-demo/faces/components/table/tableColumnFooter.jspx?
    If you scroll down to see more records from the table then you will see "Fetching Data" and after that the scrollbar moves to the top of the atble.
    This is because this table has footer facet to show totals.
    But in the link "http://jdevadf.oracle.com/adf-richclient-demo/faces/components/table.jspx?" if you scroll down to see more records then you will see "Fetching Data" and scrollbar stays in currect position. Because there is no footer facet.
    Thanks
    Jalil

  • Why is the new Safari (7) not letting sound be heard from Soundcloud widgets (players) on my website when the earlier Safari worked fine, and other browsers also work fine?

    Why is the new Safari (7) not letting sound be heard from Soundcloud widgets (players) on my website when the earlier Safari worked fine, and other browsers also work fine?

    Might be an incompatible extension or plugin ...
    Try troubleshooting Safari extensions and third party plugins.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow all other plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.

  • I can't seem to use the 'Check seats' link on Delta when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine.

    I can't seem to use the 'Check seats' link on the Delta Airlines site when I use Firefox but Safari works fine. I get the message 'not available at this time' when using Firefox but when I go to Safari it works fine. I love Firefox but this sucks!

    That issue can be caused by corrupted cookies.
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    *http://kb.mozillazine.org/Cookies

  • Newest version of flash player not playing in newest version of google chrome but works fine in IE

    newest version of flash player not playing in newest version of google chrome but works fine in IE

    jennifer.jones214 wrote:
    In your  opinion, should I uninstall Firefox if I am installing Waterfox?
    Waterfox can coexist peacefully with Waterfox.  I have both installed, but never use Firefox any more.
    Not only can Waterfox run in 64-bit address space, it also is better optimized during compile time than Firefox.  (For obvious reasons; Firefox is compatible with many old systems, Waterfox only needs to be compatible with new 64-bit systems.)
    P.S. regarding Chris' advice above; Firefox and Waterfox use the same profile, so if that is actually the problem, then it will occur in both browsers.

  • I deleted duplicate files with MacKeeper and now my firefox only shows text. I have reinstalled firefox, java, and checked all of my settings. Any ideas? Safari works fine.

    I deleted duplicate files with MacKeeper and now my firefox only shows text. I have reinstalled firefox, java, and checked all of my settings. Any ideas? Safari works fine.

    I opened iCal back up, all the dates were blank, so i started to type events into a date.
    As soon as I started to double click a date to type an event, magically all the events in all the months reappeared.
    I'm still puzzled why it acted this way and if I did delete something that caused it to act this way.

  • ADF RC Table Vertical Scroll Bar

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

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

  • Table control scrolling issue

    hi,
          I am having a issue with table control scrolling. When i was passing less number of records (say 19 records becuase table control is having 19 lines) to table control in BDC call transaction, everything is working fine. after filling the 19 line items its not taking the next line item the page is not scrolling down. T.code is <b>GS02</b>. please suggest me. following is my code
    REPORT ZLOCK_WBS_ELEMENTS  MESSAGE-ID ZFI_RESTMT.
                           TYPES                                         *
    *types declaration for final internal table
    types: begin of ty_final,
             ryear       like zupi5a-ryear,  "Fiscal year
             rbukrs      like zupi5a-rbukrs, "Company code
             racct       like zupi5a-racct,  "Account number
             rzzps_posid like zupi5a-rzzps_posid, "WBS element
             rzzmtit     like zupi5a-rzzmtit, "MPM title
             rzzmfor     like zupi5a-rzzmfor, "MPM format
             rzzmatnr    like zupi5a-rzzmatnr, "Material number
             rzzcou      like zupi5a-rzzcou, "Country
             rzzfow      like zupi5a-rzzfow,  "Financial owner
             rzzoow      like zupi5a-rzzoow,  "Operational owner
             rzzcon      like zupi5a-rzzcon,  "Licensee Contract
             rzzloc      like zupi5a-rzzloc, "Licensor Contract
             kostl       like zupi5a-kostl,  "Cost center
             zzfam       like zupi5a-zzfam,  "Fame Number
             zzfor       like zupi5a-zzfor,  "Format
             zzprd       like zupi5a-zzprd,  "Product Line
             zzwin       like zupi5a-zzwin,  "Window group
             zzwig       like zupi5a-zzwig,  "Window
             rtcur       like zupi5a-rtcur,  "Currency Key
             tsl         like zupi5a-tsl,  "Amount Transaction currency
             hsl         like zupi5a-hsl,  "Amount Co. code currency
             ksl         like zupi5a-ksl,  "Amount Group currency
             msl         like zupi5a-msl,  "Quantity
           end of ty_final.
    Data
    data:  j_final2      type standard table of ty_final,
           v_final2      type standard table of ty_final.
    data:  wa_final2     type ty_final.
    data:  bdcdata like bdcdata occurs 0 with header line,
           messtab like bdcmsgcoll occurs 0 with header line.
    data :begin of i_values occurs 0.
            include structure setvalues.
    data :end of i_values.
    data: v_counter(3) type n value '0',
          v_from    like rgsbl-from,
          V_FROM(30) TYPE C,
          v_setname like zfi_setid_cc-setid,
          v_setid like sethier-setid,
          n type i,
          l type i,
          k type i value '1',
          p_rbukrs like zupi5a-rbukrs.
    import p_rbukrs from memory id 'bukrsid'.
    import i_final2 to j_final2 from memory id 'table'.
    To eliminate duplicate WBS elements to be stored into the sets
    v_final2 = j_final2.
    sort v_final2 by rzzps_posid.
    delete adjacent duplicates from v_final2 comparing rzzps_posid.
    select single setid into v_setname
           from zfi_setid_cc
           where rbukrs EQ p_rbukrs.
    IF sy-subrc <> 0.
      MESSAGE E005.
    ENDIF.
    *write 'ZFIRESTATEMENT' to v_setname.
    call function 'G_SET_GET_ID_FROM_NAME'
         EXPORTING
              shortname = v_setname
         IMPORTING
              new_setid = v_setid.
    call function 'G_SET_TREE_IMPORT'
         EXPORTING
              client     = sy-mandt
              langu      = sy-langu
              setid      = v_setid
         TABLES
              set_values = i_values.
    describe table i_values lines n.
    describe table v_final2 lines l.
    write n to v_counter.
    clear bdcdata.
    refresh bdcdata.
    perform bdc_dynpro      using 'SAPMGSBM' '0105'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RGSBM-SHORTNAME'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    *perform bdc_field       using 'RGSBM-SHORTNAME'
                                 'ZFIRESTATEMENT'.
    perform bdc_field       using 'RGSBM-SHORTNAME'
                                  v_setname.
    loop at v_final2 into wa_final2.
       v_counter = v_counter + 1.
      perform bdc_dynpro      using 'SAPMGSBM' '0115'.
      concatenate 'RGSBL-FROM(' v_counter ')' into v_from.
      perform bdc_field     using 'BDC_CURSOR'
                                  v_from.
      perform bdc_field     using 'BDC_OKCODE'
                                  '/00'.
      perform bdc_field     using 'RGSBS-TITLE'
                                  'FI Restatement-WBS locking'.
      perform bdc_field     using v_from
                                   wa_final2-rzzps_posid.
    endloop.
    perform bdc_dynpro      using 'SAPMGSBM' '0115'.
    perform bdc_field       using 'BDC_CURSOR'
                                  v_from.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SAVE'.
    perform bdc_field       using 'RGSBS-TITLE'
                                  'FI Restatement-WBS locking'.
    perform bdc_dynpro      using 'SAPMGSBM' '0105'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RGSBM-SHORTNAME'.
    call transaction 'GS02'
      using bdcdata
      mode 'A'
      update 'S'
      messages into messtab.
           Start new screen                                              *
    form bdc_dynpro using program dynpro.
      clear bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      append bdcdata.
    endform.
           Insert field                                                  *
    form bdc_field using fnam fval.
      if fval <> ' '.
        clear bdcdata.
        bdcdata-fnam = fnam.
        bdcdata-fval = fval.
        append bdcdata.
      endif.
    endform.
    this is working fine when they r less than 19 line items. please suggest me with the logic when it is more than 19 line items.

    Hi,
    Just try to increase the table control lines before display.
    v_counter = n + 10.

  • Table Control Scrolling issue in Module Pool

    Hi,
    I've done table control. From Selection screen i've 3 buttons, if we'll press on one button one table control is visible. There if i do scrolling up to 10 records and i come back to selection and press another button again in table control scrolling is at previous place only. May be its nt refreshing.
    Kinldy help on this issue.
    With Regards,
    jack.

    hi,
    i've done like below. But no result.

  • Why are vertical scroll bars disapearing with safari

    I have no vertical scroll bar when I access certain websites through safari, but they are there if I use firefox...

    Open the Finder.
    From the Finder menu bar click Go > Go to Folder
    Type or copy / paste:    ~/LIbrary/Caches/com.apple.Safari
    Click Go the move the ApplicationCache.db (or Cache.db) file from the com.apple.Safari folder to the Trash.
    Quit and relaunch Safari to test.

  • HP laptop vertical scrolling issue?

    Not sure if this is in the right section but...
    I'm have issues with my laptop's vertical scrolling, and what's worse is that i can't find a way to fix it at all, here's what happens:
    I know exactly what to do, but the final step is not working..
    Whenever i try to check the vertical scroll from my computer, it does not check, it kinda blinks and stays unchecked, and i cannot find a solution to this at all, it is very frustrating , can anyone help?
    This question was solved.
    View Solution.

    Look on the bottom of the laptop or inside the battery bay for a model number. Your synaptics driver is installed. I can tell by the red icon on the mouse properties. You might need a driver update. Your driver is from May, 2010. Windows 7? 64 bit?
    Here is a much newer synaptics driver:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-102488-1&cc=us&dlc=en&lc=en...

  • Vertical Scroll issue with Excel 2013

    okay before i start this is NOT!! a fixed pane issue. checked and double checked
    i have a user who when scroll's the main view does not scroll, until you lift of the mouse button.
    as you click on the scroll bar, you get the number up displaying what Line you are on as you
    scroll this changes, but the view does not.
    scrolling with scroll lock on, using keys, and using the mouse wheel all work fine, just the
    scroll bar has this issue.
    i cant seen to find any options within excel or windows.
    anyone on here have any suggestions?
    just to add, the user is able to log onto multiple machines and the issue follows this user,
    but when another user logs onto the same machine the problem does not occur on that user, so I think it is a profile specific issue, would like to sort this out without deleted the user's profile

    Hi Zikofski,
    According to your description, my understanding is that as shown in the following figure the screen tip with content “Row: 2” is missing when you’re dragging/clicking the scrollbar.
    I suggest you can try to reset your XLB file to help check if settings of excel have been changed.
    XLB is a setting file format created by Microsoft Excel. XLB files contain custom settings for the toolbars (or command bars). These settings can be edited or customized by selecting “toolbar” from the view options. XLB files can contain information such
    as which toolbars are visible, their position, and their function. XLB files allow for the transfer of customization information between computers and users.
    Trying the following steps to reset you custom in excel:
    Go to the path in your own computer as shown in the following figure:
    Rename the *.xlb to *.xlb.old (Note: If you delete or rename *.xlb file, the settings of custom toolbars will lost.)
    Restart Excel and it will create a new *.xlb file
    Then, please check whether it is helpful.
    If my understanding is incorrect, please let me know. If possible could you take a screenshot and upload it, and could you be at bit more precise explain your problem so that we can get more accurate solutions to this problem. I am glad to help and forward
    to your reply.
    Regards,

  • Row Curr/No Rows and ADF Table- Found the issue but no solution Attn: Frank

    I have an ADF table that has ten rows of data. I have set it to show 5. When I try to go to the next page by clicking "Next" and do a "Show All" I get Row Currency error and "No Rows." However, if I set the ADF Tbale to shopw 10 rows, it shows them all. Any ideas?
    I have been looking at it for a week.

    Error
    JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[]
    On the jspx, I have:
    ***** No rows yet. ******************
    In the message log, I have
    oracle.adf.controller.faces.lifecycle.FacesPageLifecycle addMessage
    WARNING: JBO-35007: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[]
    Oh, by the way, I see the message below, before any error happened
    Jun 11, 2008 12:29:38 PM oracle.adfinternal.view.faces.taglib.ValidatorTag createValidator
    SEVERE: attribute 'validatorId' is missing
    Jun 11, 2008 12:29:38 PM oracle.adfinternal.view.faces.taglib.ValidatorTag doStartTag
    WARNING: could not create validator for validatorId:null and binding:#{bindings.MenuId.validator}
    Jun 11, 2008 12:29:42 PM

  • ADF Table: LOV Iterator Issue

    I have an editable ADF Table, with a column that contains an LOV (Select One Choice). This LOV gets it's data from another View Object. We have an LOV Maintenance screen that populates the LOV's View Object with data.
    My problem is when you insert new data into the LOV's View Object, then go to the Editable ADF Table which contains the LOV Column, the new LOV Data does not show up in the Select One Choice. However, if I open up a new browser window and open the application, I see the new LOV data. Also the new LOV Data shows in the database. This is telling me the LOV's iterator is not updating properly.
    However, since i have an ADF Table, the LOV along with all other columns are bunched into a Tree Binding and respectively the ADF Table's Iterator (In the page bindings). Thus I don't know how i can directly access the LOV's iterator and refresh it.
    How do I refresh the LOV iterator?
    Currently we're on ADF 11.1.1.3.

    Another Edit:
    Okay I got this workaround functioning properly... It was a combination of settings that need to occur. I'm not crazy about it because it seems inefficient -  but it works.
    1.) I exposed the View Row Imp Class of my ADF Edit Table View Object (and Included Accessors). Included Accessors so I had programatic access to my LOV's View Accessors. I had two Accesors so i could have a switching LOV on my LOV Attribute.
    2.) Then in the RowImpl class, I went to the LOV Accessor getter methods, i did this below, so we refresh the View Accessor.
         * Gets the view accessor <code>RowSet</code> ActiveSmsModules.
        public RowSet getActiveSmsModules() {
          RowSet rs = (RowSet)getAttributeInternal(ACTIVESMSMODULES);
          rs.executeQuery();
          return rs;
            //return (RowSet)getAttributeInternal(ACTIVESMSMODULES);
         * Gets the view accessor <code>RowSet</code> AllSmsModules.
        public RowSet getAllSmsModules() {
          RowSet rs = (RowSet)getAttributeInternal(ALLSMSMODULES);
          rs.executeQuery();
          return rs;
            //return (RowSet)getAttributeInternal(ALLSMSMODULES);
    3.): After that, I had to go to my ADF Edit Table's Iterator (In the bindings), set Refresh to Always. I'm not sure why but it didnt work without this setting.
    4.) Then in my ADF Page Backing Bean, which holds the ADF Editable Table, i had to run this code once when the ADF Table gets rendered. Basically, re-execute the ADF Edit Table's iterator query. Then refresh the LOV UI Component. The LOV object was bound with a getter and setter in my backing bean.
            BindingContainer bindings = getBindings();
            DCIteratorBinding iterator = (DCIteratorBinding)bindings.get("UnvPracSmtView1Iterator");
            iterator.executeQuery();
            AdfFacesContext.getCurrentInstance().addPartialTarget(getSmtSmsCode());
    It would be easier to be able to simply access the LOV's iterator through the ADF Table's Tree Bindings, but there doesn't seem to be a straight forward way to do this. If anyone has any other solution to this, please let me know!

  • Body onUnload() is not working on Mozilla, I checked it on IE and Chrome, its working fine but on Mozilla it is not working.

    I m using <body onunload()> in which I m calling some AJAX function that will affect particular row.
    But as I m going to close my browser sch function is not working.
    I checked the same on Internet Explorer and google Chrome it's working fine there.
    But on Mozilla it is not working.

    Any errors in the error console?
    Please provide a public URL or reduced test case that exhibits this issue.

Maybe you are looking for

  • Unable to view pdf files in IE 11.

    Unable to view PDF files in IE 11, Winows 7. Works fine in Google Chrome on same pc. Everything is up todate.

  • Storage Problem with Zen vP

    Hi folks,?I recently got?a Zen vPlus for Christmas, and with only 82 songs, 7 pictures, and [short] video, it appears that all of my 2 GBs are already used up. When I go into 'extras' and 'removable disc', it seems that GB is dedicated just to that,

  • How to set mod function in TestStand

    I have trouble to use mod function in a TestStand seq under if condition. There is a syntax error of Unexpected token: MOD. I would like advice how to do this correctly. Thanks! Solved! Go to Solution.

  • Enabling VT-x in the BIOS of a G780

    Hi I've tried to set up a 64bit guest operating system in VMWare and in VirtualBox, but have been unable to. I understand that the problem might be that VT-x is not enabled in the BIOS. However, on booting up my G780 and using F2 to edit the  setting

  • Messenger classic: how can I give different colors to the conversati​on

    In my old bold messenger I had different colors for the received messages (light blue) and the sent messages (white) of the chat. Now they are both on white. How can I change that?  Thanks