Af:table is not showing records until doing refresh of the view object iter

Hi Experts,
I am using JDeveloper 11.1.1.4 and i have a page whhich shows records of a particular read only view object as an af:table. When i run the page at first it is not showing any data at all . But there are 2 records when i run the query of that read only view object.In my page there is a link called "Refresh" which calls the "Execute" operation of the view iterator of my view object. When i click this link the table shows two records.Why the table does not show records once wehn the page is rendered?
Please help me.

The following is the code that shows the panel collection in my page.
<af:panelCollection id="pc1" featuresOff="freeze, wrap"styleClass="NewStyle">
<f:facet name="secondaryToolbar">
<af:toolbar id="t1" styleClass="Secondary">
*<af:query id="qryId1" headerText="Search" disclosed="false"*
*value="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryDescriptor}"*
*model="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryModel}"*
*queryListener="#{criteria.processQueryForSalesInvoice}"*
*queryOperationListener="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.processQueryOperation}"*
*displayMode="compact"*
*saveQueryMode="readOnly" maxColumns="2"*
*modeChangeVisible="false" styleClass="Minimal"*
*conjunctionReadOnly="true"*
*resultComponentId="::t2"/>*
</af:toolbar>
</f:facet>
<af:table value="#{bindings.salesInvoiceAuthorisation1.collectionModel}"
var="row"
rows="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
emptyText="#{bindings.salesInvoiceAuthorisation1.viewable ? 'No data to display.' : 'Access Denied.'}"
fetchSize="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
rowBandingInterval="0"
filterModel="#{bindings.salesInvoiceAuthorisation1Query.queryDescriptor}"
queryListener="#{bindings.salesInvoiceAuthorisation1Query.processQuery}"
filterVisible="true" varStatus="vs"
selectedRowKeys="#{bindings.salesInvoiceAuthorisation1.collectionModel.selectedRow}"
selectionListener="#{bindings.salesInvoiceAuthorisation1.collectionModel.makeCurrent}"
rowSelection="none" id="t2"
columnStretching="column:accountNameColumn"
binding="#{processDocuments.invoiceTable}"
contentDelivery="immediate"
partialTriggers="::c111 selectToPost ::qryId1"
styleClass="newTableStyle" autoHeightRows="9">
<af:column filterable="false" sortable="false"
headerText="#{bindings.DocumentAuthorisationView1.hints.ToPost.label}"
id="c18" align="center"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
width="103">
<af:selectBooleanCheckbox id="selectToPost"
value="#{row.bindings.ToPost.inputValue}"
autoSubmit="true"/>
</af:column>
<af:column sortProperty="DocumentName" filterable="true"
sortable="true"
headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentName.label}"
id="c11"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
width="107" filterFeatures="caseInsensitive">
<af:outputText value="#{row.DocumentName}" id="ot1"/>
</af:column>
<af:column sortProperty="ExternalReference" filterable="true"
sortable="true"
headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalReference.label}"
id="c10"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
width="105" filterFeatures="caseInsensitive">
<af:outputText value="#{row.ExternalReference}" id="ot8"/>
</af:column>
<af:column sortProperty="DocumentCategory" filterable="true"
sortable="true"
headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentCategory.label}"
id="c9"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
width="105" filterFeatures="caseInsensitive">
<af:outputText value="#{row.DocumentCategory}" id="ot11"/>
</af:column>
<af:column sortProperty="CrDr" filterable="true"
sortable="true"
headerText="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.label}"
id="c4"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
width="52" align="right">
<af:outputText value="#{row.CrDr}" id="ot9">
<af:convertNumber groupingUsed="false"
pattern="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.format}"/>
</af:outputText>
</af:column>
<af:column sortProperty="BaseDate" filterable="true"
sortable="true"
headerText="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.label}"
id="c8"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}">
<f:facet name="filter">
<af:inputDate value="#{vs.filterCriteria.BaseDate}"
id="id1" contentStyle="text-transform:uppercase;">
<af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
</af:inputDate>
</f:facet>
<af:inputDate value="#{row.BaseDate}" id="ot6" contentStyle="text-transform:uppercase;">
<af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
</af:inputDate>
</af:column>
<af:column sortProperty="ExternalAccountCode"
filterable="true" sortable="true"
headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalAccountCode.label}"
id="c6"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
filterFeatures="caseInsensitive" visible="false">
<af:outputText value="#{row.ExternalAccountCode}" id="ot3"/>
</af:column>
<af:column sortProperty="AccountName" filterable="true"
sortable="true"
headerText="#{bindings.salesInvoiceAuthorisation1.hints.AccountName.label}"
id="accountNameColumn"
styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
filterFeatures="caseInsensitive">
<af:outputText value="#{row.AccountName}" id="ot4"/>
</af:column>
</af:table>
</af:panelCollection>
Edited by: Priya on Nov 22, 2011 12:22 AM

Similar Messages

  • Alias tables do not show more than 9 fields of the same type in a Command

    Hi there, In Crystal Reports I have a Command to query a database, this works fine and returns what I need,
    but in when you add more than 9 alias's and and then Select more thatn 9 fields of the same type it does not show any more them in the Field Exporler window.
    i.e. I want to add another alias and select casdet_text(10) but it does not show any more than 9.
    Any help woud be apprecitated.
    Thanks
    casdet_text(1)
    casdet_text(2)
    casdet_text(3)
    casdet_text(4)
    casdet_text(5)
    casdet_text(6)
    casdet_text(7)
    casdet_text(8)
    casdet_text(8)
    casdet_text(9)

    Hi James,
    It's likely an internal limitation. If you are going to alias all of your fields it's more efficient to use a View or Stored Procedure to handle the renaming server side rather than client side.
    It may even be a connection limit, try using another tool and see if you can add more than 9 aliases.
    Thank you
    Don

  • Flash Menus cause my session variables to drop or not show temporarily until I refresh the page

    I have a login routine that once a user logs into teh site it
    creates a session variable. I have used this same script many times
    without any problem but I now have Flash menus and it seems that
    after logining in (session created) I will click on a menu item and
    the debugging shows that the session variable isn't there. If I hit
    the REFRESH button on the browser it appears.
    Has anyone gotten this and know a way to get around it. I
    have 5 pages I need for a user to navigate to after loging in but
    the initial load doesn't seem to have the session set even though
    it was set when they logged in but a REFRESH of each page
    individually now has the variable.
    Any Ideas...Is this something with Flash menus or
    something?

    Problem is solved by removing these 2 lines from iframe.html
    if(navigator.appName=="Microsoft Internet Explorer")
    document.location.replace("");

  • Af:inputText is not shown when its corresponding value in the view Object i

    Hello all,
    I'm new to ADF and I need some help on this issue.
    I've a dropdown field and series of text fields in my form. All these fields represents the corresponding ViewObject attributes. The values of text fields are dependent on the dropdown selection.
    I've written a valueChangeListener which works fine.
    The problem is, if the viewobject values (database values) for the corresponding text fields are null then the inputText disappears. But I wanted to show the inputText with emplty string. Any help on this issue pls.
    Regards,

    code in my jspx:
    <af:selectOneChoice value="#{bindings.BannerTextView1PagegroupName.inputValue}"
    label="#{bindings.BannerTextView1PagegroupName.label}"
    binding="#{backing_BannerTextDorpDownUpdate.selectOneChoice1}"
    id="selectOneChoice1" autoSubmit="false"
    valuePassThru="true"
    onchange="this.form.submit()" valueChangeListener="#{backing_BannerTextDorpDownUpdate.newItemCodeChanged}">
    <f:selectItems value="#{bindings.BannerTextView1PagegroupName.items}"
    binding="#{backing_BannerTextDorpDownUpdate.selectItems1}"
    id="selectItems1"/>
    </af:selectOneChoice>
    <af:inputText value="#{bindings.BannerTextView1BottomHeadingLarge.inputValue}"
    simple="true"
    required="#{bindings.BannerTextView1BottomHeadingLarge.mandatory}"
    columns="#{bindings.BannerTextView1BottomHeadingLarge.displayWidth}"
    binding="#{backing_BannerTextDorpDownUpdate.inputText1}"
    id="inputText1">
    <af:validator binding="#{bindings.BannerTextView1BottomHeadingLarge.validator}"/>
    </af:inputText>
    valueChangeListner in my backing bean:
    public void newItemCodeChanged(ValueChangeEvent valueChangeEvent) {
    List vObject = (List)project1.backing.JSFUtils.resolveExpression(FacesContext.getCurrentInstance(),"#{bindings.BannerTextView1PagegroupName.items}");
    System.out.println("JSFUtil test......"+vObject);
    SelectItem vItem = (SelectItem)vObject.get(Integer.valueOf((String)valueChangeEvent.getNewValue()));
    ..... my business logic code
    I've created association and view link for changing the values on dropdown selection. Its just the association of primary keys of the 2 tables which I use for the fields in the form.

  • Preloader does not show up until 90% loaded

    Hi,
    I'm creating a tutorial with voice over and the voice over is an mp3 file and I've checked the 'Export in First Frame' option... and every thing works perfect... on my local machine...
    Where as when I access the files on the web.. my preloader does not show up until 90% loaded... and thats because of 'Export in First Frame'
    Can any one help / guide me ... any simple alternate method for this.. .. so that .. Preloader shows up and also the voice over works...
    Thnx

    Can you please tell me, how to do that.. ?
    I mean... create a seperate fla file for preloader... and then.. ? do I have to call the preloader.swf in the main.swf ..(or) .. call the main.swf in preloader.swf.. ?
    Can you tell me how to proceed in detail...

  • I am looking for a specific photo in my event folder, it does not show up, yet when I use the search feature, the photo is there.  Why doesn't it show up in the folder?

    I am looking for a specific photo in my event folder, it does not show up, yet when I use the search feature the picture is there.  Why doesn't it show up in the folder?

    What system and iPhoto version are you running?
    If your're using iPhoto 9 or later  Command (right) - click on the photo in the search window and select Show Event in the Contextual menu. 
    That will take you to the event where the photo is.
    OT

  • Since upgrading to the newest version of ios 8, I can no longer share my photos on facebook. I have tried going to setting-photos, but the facebook app does not show up for me to change the settings. Any suggestions?

    Since upgrading to the newest version of ios 8, I can no longer share my photos on facebook. I have tried going to settings-privacy-photos, but the facebook app does not show up for me to change the settings. Any suggestions?

    when you opened the shared library with the newer version of iPhoto (iPhoto '11) you were given a warning that your library would be converted and could not be used by older versions - you clicked ok to go ahead - there is no updo available - either upgrade to iphoto '11 of the MBP or load your backup of the iPhoto '09 library on it - older versiopns of i{Photo can not read newer libraries
    LN

  • After upgrading to iOS 8, the weather app does not show up results for any of the Indian States/cities

    After upgrading to iOS 8 on my iPhone 5, the weather app does not show up results for any of the Indian States/cities. Can Apple look into this or does anyone have a solution to this.

    Swipe from bottom of days listed ("Wednesday, Thursday, Friday, etc")  upwards.  I thought it was gone too but it's still there~just takes different way to access it.

  • I recently updated to ios 6.1.1 and since then, the photos i am uploading via ios does not show on my timeline or on the newsfeed, but the pictures show in the album. can you help me with it? thanks.

    i recently updated to ios 6.1.1 and since then, the photos i am uploading via ios does not show on my timeline or on the newsfeed, but the pictures show in the album. can you help me with it? thanks.

    fingers crossed, it appears they are working the bugs out of this update....i was able to post a pic to my newsfeeds/time line this morning....first the picture went into the ios album but within a minute, it appeared on my timeline! im glad ...

  • "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input moniter".

    "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input monitor".

    Look at all the posts in the forum from users with similar problems, it happened with the last Logic update.

  • ABAP Work process table is not showing in MMC

    HI ,
    My ABAP ystem is working fine but in MMC ABAP work process table is not showing.
    After rebooting the server in MMC console SID is not appaeraing i have to add the entries eevry time after rebooting.
    Please help me any one.
    Thanks
    Nekkalapu

    Hi,
    I have checked the note :
    Use the SAP tool NTSCMGR. EXE to call up the status of an SAP service and to uninstall or install SAP services. Note with service new installations that, before starting, you must assign a corresponding SAP user for the service with whom the service is started ('Control Panel -> Services -> Startup -> Log on As This Account -> <SID>ADM or SAPService<SID>').
    a) Status query:
                           ntscmgr.exe query <service_name>
    b) Removing a service:
                           ntscmgr.exe remove <service_name>
    is that the right way or any other way .
    Please suggest my system alaready in running state can we do this things while system up or downtime required.
    Is their any impact on exsiting system.

  • HT5312 the forgot security answers option does not show up how do i find the answers

    the forgot security answers option does not show up how do i find the answers

    You need to contact Apple, either through the link in that article or by phoning them.
    (77185)

  • I want to upload a Banner to my iTunes U page. The banner file has all the requirements like as, kind, size, frame, and etc. Infortunately,  I could not upload the file. It does not show in Provider Page Configuration or the preview.   Someone could help

    I want to upload a Banner to my iTunes U page.
    The banner file has all the requirements like as, kind, size, frame, and etc.
    Infortunately,  I could not upload the file. It does not show in Provider Page Configuration or the preview.
    Someone could help me?

    Sounds like a driver issue. I never tested in bridge, so I could be wrong. But it sounds to me that when you are connected to that screen, your settings are not set to the full resolution of that screen.

  • Tables & Index not showing any data

    Hi All,
    I have done the db2 upgradtion from 9.1 to 9.7 with fix pack 4.I am unable to see table size after upgrade. I have checked all the sap collector job running fine.
    db02>history>tables& index not showing any data
    Regrads,
    Mnai

    Please make sure RSCOL00 running or execute it manually.
    Did you try to run the stats in DB13 ?

  • Not show record after clear_form(no_validate)

    hi master
    sir first i press add button with under blow code
    create_record
    after this i press cancel button with this code
    clear_form(no_validate);
    execute_query;
    first_record;
    but sir my system not show record when i press view button then show all record why sir i think system show all record after cancel button becuase i give execute_query command
    please sir give me idea
    thank's
    Aamir

    Dear Aamir,
    The block which contains your buttons might be a control block (i.e. a non database block) and you cannot write execute_query on such blocks.
    To achieve this,
    Move Control to your database block by writting
    Go_Block('<block_name>');
    clear_block(no_validate);
    execute_query;
    This will definitely solve your problem.
    Regards,
    Manish Trivedi

Maybe you are looking for

  • Relation between Tax procedure and Pricing procedure

    Dear All, I would like to get more clarity on Tax procedure, Pricing procedure. a) Why do we have Tax procedure and assigned to Country? b) If the tax procedure has been created and assigned to Country-IN (in FI module), then why do we need to create

  • Au CC crashes on launch

    Every time, even after un- and reinstall.  Here are the first few lines of the crash report.  Au CS6 works beautifully. Any ideas to get it working appreciated. 10.7.5  MacPro3,1  32G RAM Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0   l

  • Document Rotation Issue

    Have been able to rotate documents from the document heading of the toolbar until recently. The message: "Invalid Page Range" is now generated. Guidance sought.

  • Accordion Widget Windows EI Problem

    I'm trying to resolve issues in viewing http://thinktalklaf.com on Windows IE because most of my audience are on Windows. When clicking Navigating Healthcare button at top of page we see a webpage message "MuseJSAssert:Error calling selector function

  • Select * from tbl where product like ('abc','def','rgh');

    Hi Guys, My requirement is I need to filter by providing date value with some of the porduct details and prod_id may differ with product like prod_id product date 01 abc 01/2012 02 abc 02/2012 03 def 03/2012 How can we put multiple text conditions us