Bc4juix:RenderValue does not display value

After migrating to OAS 10.1.3 and JDev 10.1.3 we encoutered strange problem: in one table in TableDetail section we get empty cells. Everything works in JDev's embedded server and on one instance of cluster, but never on the other instance, and only for some rows (for some where clause it works, for some not, consistently). If I search some client using some criteria, it displays, using other it does not.
Has anyone some clue? I compared configurations of both server and found no difference. If I use <uix:text> (commented out in example), it shows correct value, but ignores renderers, so it is not a good solution.
        <bc4juix:Table datasource="master" width="100%" formSubmitted="true">
          <uix:columnHeaderStamp>
            <uix:styledText textBinding="LABEL" />
          </uix:columnHeaderStamp>
          <jbo:AttributeIterate id="dsAttributes"  datasource="master" hideattributes="UixShowHide">
            <bc4juix:RenderValue datasource="master" dataitem="<%=dsAttributes.getName()%>" />
          </jbo:AttributeIterate>
          <bc4juix:TableDetail>
            <uix:rawText text="<center><br>" />
            <bc4juix:Table datasource="detail" proxied="true" width="800">
              <jbo:AttributeIterate id="dsAttributesIn"  datasource="detail" hideattributes="UixShowHide">
                <uix:column>
                  <uix:columnFormat bandingShade="light" />
                  <uix:columnHeader>
                    <uix:text text="<%=dsAttributesIn.getUIHelper().getLabel(CmIfaceModule.useApplicationModule()
.getSession().getLocaleContext())%>" />
                  </uix:columnHeader>
                  <bc4juix:RenderValue datasource="detail" dataitem="<%=dsAttributesIn.getName()+'a'%>" />
                  <%--uix:text textBinding="<%=dsAttributesIn.getName()%>" /--%>
                </uix:column>
              </jbo:AttributeIterate>
            </bc4juix:Table>
            <uix:rawText text="</center>" />
          </bc4juix:TableDetail>
        </bc4juix:Table>Thanks, Viliam

Hi Nik,
In case of LOVs i had faced this problem , when i was using the LOV as the dymanic one .
Ex:- select name d,id r from stud where id not in (select id from stud_joined );
In this case , my lov was returning numeric value for already selected names and the name for the new one to be added .
The fact behind this is ex:-
Nandini 1
Naina 2
Nidhi 3
Shijesh 4
suppose this are students list .
when i click lov and select a "Nandini "
then its entry is made in the Stud_joined table.
Now the Query will no longer has the name "Nandini " hence it will display id as 1.
Hope , this may give a tip to find solution to your problem.
Thanks & Regards,
Nandini Thakur.
Edited by: Nandini thakur on Nov 30, 2010 1:56 AM

Similar Messages

  • User-Defined Type does not display values in Table Data grid

    I have a User defined Type that is a collection of one character VARCHAR2 values. In the Table Data grid it does not display the character values. I know on all our other Oracle development applications these values display. Is this a bug or is there a snippet to display these values?

    Version: 1.0.0.15
    DB: 10.2.0
    Workstation OS: Windows XP

  • QuickWatch windows does not display Value and Type.

    The quick watch window is only displaying Name (screenshot below). It is not displaying Type
    and Value fields. I tried "Reset All Settings", repair, uninstall/install but the issue is not resolved.  I will appreciate any help.

    Hi ranjanks,
    Could you share us a sample? So we could debug the same app in our side, please also tell us the VS version in your side.
    For example, just a simple console app with a variable "int i", I could get it in my VS2013 version like the following screen shot. So if you debug a simple sample as mine, how about the result? If it works well, I doubt that it would be related
    to the specific variable of your app.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Filter view with session variable does not display value properly.

    Hi All,
    I have a very unique issue and I am not sure if anyone ran into this before.
    I have a prompt in my dashboard and a link to a report. The session variable default the value to the current value (term)
    when I click the link to the report I get the following value, on the filter view of the report: Term Code Desc is equal to NQ_SESSION.CSA_Analysis_Term
    however if I click the go button in the prompt I get the value: Term Code Desc is equal to 2030 (2011 Spring)
    does anyone have a solution to this issue
    thanks

    Hello,
    Have the same issue. Any solution. Gurus plz help.
    thanks,
    deep

  • PROMPT WITH DEFAULT VALUES DOES NOT DISPLAY VALUES THE FIRST TIME

    Hi,
    With one of our scorecard reports, when you select a division, the leader role/leader prompt picklist values do not get populated the first time. Because this is only happening in reports we have written in house, we do not see this happening to the reports that are installed as default.
    Is there any workaround known for this error.
    Thanks and Regards

    Hey can somebody please let me know how to go about this isssue ..
    Thanks

  • Drop down Listbox does not display values.

    Hi All,
    I am using PCR Forms and have created new forms on PCR and the fields are looking fine, but for the Drop down listboxes the data is not coming at all. Can someone suggest where should i look for the missing data.
    Regards,
    Samar.

    can anybody have ISR cookbook.  please forward it to me at [email protected] or provide the link of ISR cookbook in Service Market Place.  I tried the link of
    http://service.sap.com/isr  , which doesn't exist.  please forward it to me.
    thanks,
    babu

  • Form does not display all records from table

    Hi guys
    I modified one form that was based on a signle DB table. I removed certain fields from the table and added some extra fields to that table. Then based on the new table I also modified the form and removed the text items related to old fields in the table and added new text items pointing to the new fields now. II have checked all the new items properties and they have don't seem to be wrong or so. But now the problem is the form does not display all the records from the table. before it used to display all records from the table when qureied but not now. It only certain records from the table containing all new data and also old data but the form does not display other records though I don't see any obvious discrepancy. Remember that the before doing the modifications, I have table back for the old, created another table that contained new records for the new fields, and then I inserted the old records and updated the new table data in the new table with these new table values. So this way I have got my new table. Could someone help why the new modified form fails to display all records from the new table updated table though it display some of them successfully.
    Any help will be appreciated.
    Thanks

    hi
    Set the block property of "Query All Records" to "YES"
    hope it will work.
    Faisal

  • JSP error page does not displayed on its own, includes in the original JSP

    Problem Description: - Exceptions in a Condition cause pages to fail to render.
    The actual issue is, the JSP error page does not displayed on its own, included in the original JSP Page when exception occurs.
    Problem Cause: As per the JSP specification when jsp content reached the buffer size (default 8KB) the page being flushed (Part of condent displays). The default �autoFlush� value is true.
    When the page buffer value is default size (8KB), and if any exception occurs after flushing the part of the content, instead of redirecting into error page, the error page content included in the original page.
    If i specify autoFlush="false" and with default buffer size, at the runtime if the buffer size is reached, i am getting stackoverflow error.
    To solve the above problem we can make it autoFlush=�false� and buffer=�100KB�. But we can�t predict the actual size of the page.
    I found in one of the weblogic forum as no solution for this issue. Ref.
    http://support.bea.com/application?namespace=askbea&origin=ask_bea_answer.jsp&event=link.view_answer_page_clfydoc&answerpage=solution&page=wls/S-10309.htm
    Please provide me any solution to resolve the problem.

    Error-Page tags work best with an error.html pages. If you have an error.jsp page what I would do, and I have, is wrap my classes and jsp pages in a try catch block where you forward to the error jsp page and display anything you want. YOu can also do this with if else statements. I have used the tomcat error pages before but when I've implemented them I used java.lang.Exception as the error to catch not Throwable. I don't know if this would make a difference or have anything to do with your problem.

  • KE30 Report not displaying value in element line  , why ?

    Dear COPA Experts ,
    IN KE30 ,there is a line element displaying for main prodcut (Value field used is Qty ) ,in the Same way i have created new element line for displaying by-prodcut qty (value field used is Qty ) ,after report generated and executed ,but it does not displaying the qty value of by -prodcut . but when drilling down to line item ,this KE30 is displaying line items of by-Prodcut .
    the cost elements groups used for both are different and when run KE24 i was able to see by-Prodcut qty .
    Can any one suggest ,wehther i have missed any setting ?
    Thanks
    Partha

    Hi DaveMac1960,
    According to your description, when you render data in report, you find it always shows the data with unexpected order. Right?
    In Reporting Services, if we don't set any sorting in tablix, it will order the data as your query in SSMS or Query Builder. In some scenario, for example, we add parent group for data rows, it will have the rows sort by the group on data field by default,
    and the "order by" in your query will be ignored. So please check the Sorting tab in Tablix Properties, in this scenario, we suggest you delete any sorting in the Sorting tab so that the "Order By" clause can work.
    Reference:
    Sort Data in a Data Region (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Pdf does not display in Nightly

    In Mozilla Nightly I only have one add-on - Flash. Whenever I try to view a pdf it does not display the content. I cannot find an add-on.

    You can check the value of the pdfjs.disabled pref on the <b>about:config</b> page to make sure the build-in PDF viewer is enabled.
    See also:
    *https://support.mozilla.org/kb/view-pdf-files-firefox-without-downloading-them

  • IE does not display my flash movie

    Hello fellows, I am having a huge problem with MIE. It does
    not displays the flash object embed! Firefox works fine, but IE
    doesn't!
    Here are the codes:
    quote:
    Code made by me:
    <object width="757" height="153">
    <param name="movie" value="/script/top.swf"> <param
    name="quality" value=high>
    <param name="play" value=true> <param name="bgcolor"
    value=#0000000>
    <param name="wmode" value="transparent">
    <embed src="/script/top.swf" width="757" height="153"
    wmode="transparent">
    </embed>
    </object>
    The funny thing is that I use almost the same code to display
    another flash movie and it WORKS for the second!!! Why is that? The
    Firefox displays both of them fine.
    I tried a second code:
    quote:
    Code generated by Flash itself:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" odebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="757" height="153" id="top" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="script/top.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#000000" />
    <embed src="script/top.swf" quality="high"
    bgcolor="#000000" width="757" height="153" name="top"
    align="middle" allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer">
    </embed>
    </object>
    When I use the code above it returns to me an error on line
    215, but my file has only 196 lines! And if I count the included
    javascript, the possible lines are commentaries. The Firefox works
    fine.
    What is wrong with IE?
    See ya!
    Augusto

    > <object width="757" height="153">
    All the essential stuff is missing form the <object>
    tag .. so it will fail
    on IE (firefox doesn't use the object tag)
    > odebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v
    "odebase"? should be "codebase"
    Use the tags generated by Flash when you publish to HTML and
    things should
    be fine. Don't try to do it yourself unless you are an expert
    (and even
    experts don't just typ in tags themselves .. they copy and
    paste from
    previous html they have that works)
    Jeckyl

  • Fifefox 5 does not display web sites properly, firefox4 does

    My website www.auraltronics.com has a javascript menu that does not display at all on my laptop W7 - 64bit, Firefox5, yet it displays properly on other browsers, such such as Chrome, and IE. Also it displays properly on my desktop running XP and Firefox4
    On my laptop I also see font display issues at other websites such as Grassroots.org

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.
    * Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    *Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"

  • Htmldb_item.popup_from_query does not display what it must display

    Hello everybody,
    Is the any but with htmldb_item.popup_from_query, I am using it but it does not display the value but the key ?
    thank you.

    sounds like you want to use htmldb_item.popupkey_from_query as opposed to htmldb_item.popup_from_query....
    select htmldb_item.popupkey_from_query (1,deptno,'select dname, deptno from dept') dt from dept
    ...and there's more info on it in our online doc at...
    http://htmldb.oracle.com/i/doc/mvl_api002.htm#CHDEHBAC
    ...regards,
    raj

  • Favicon.ico image does not display consistently for our application,

    Hi,
    We have configured a favicon.ico for our application as below code snippet and referring to the favicon.ico image correctly. The icon file is available in our war file post deployment. The problem is some times it displays correctly and sometimes it does not display correctly.
    <af:outputText value="&lt;link rel='SHORTCUT ICON' href='#{facesContext.externalContext.requestContextPath}/images/favicon.ico'/>" id="favicon" escape="false"/>
    Can anyone point to any issue related to browser caching or application server caching and any possible fix to this intermittent behavior.
    regards,
    Chandra.

    Browser caching might be a problem, but we can't help as it is a browser issue. All I can say is to clear the browser cache and see if the problem can be reproduced. If yes it doesn't look like a browser problem. Then you have to check if you are connection via proxy which might cache images too. Ask your network admin for help then.
    Do you see this problem only with one browser? Have you check other browsers?
    Timo

  • Bridge CC (mac) does not display EXIF metadata info of my camera

    below is the screen shot of the error:
    i deleted CC prefs, uninstalled/reinstalled, tried many things. problem persists. any ideas, can you please help?
    by the way, it does not display TIFFs:
    thanks in advance,
    murat

    For anyone who may find this post wondering why they can't see the specific EXIF data for each photo... "Show Metadata Placard" may be what you're looking for. Click the drop down at the top right of your Metadata panel and tick "Show Metadata Placard."  This will display a panel that looks like the info. panel on your camera (shutter speed, f-stop, iso, white balance, etc.).
    I had to figure this out after getting frustrated by the fact that Camera Data (Exif) in the Metadata panel only shows the "Max Aperture Value" of the lens instead of the aperture value that you actually shot.

Maybe you are looking for

  • Issues with EDGE connection - Curve 8520

    Hi!! I have been having problems with the Blackberry EDGE internet connection on my phone for the past 3 months. I thought it may be a problem with my mobile provider, Yoigo, but they have told me they don't know what's wrong and cannot fix the probl

  • Photoshop CS6.7z Installation problems

    How do I install my newly acquired Photoshop when it keeps telling me that I have a missing file when I try to use the setup file?

  • NOKIA PC SUITE VERSION 3.8.48 Messaging problem

    hello , I am sync my phone to pc and when i am syncying "msgs have been synced" pop out is coming but there is no msgs are seen in pc suite my device is nokia 305 plzzz solve this problem and i am uploading the snapshot of my pc suite...... Attachmen

  • Accessing the variables of a nested comp

    Hi, I have a main comp and a shapes comp. The shapes comp is nested in the main comp. The shapes comp contains an inner rectangle and an outer rectangle and the outer rectangle is on layer 1.  In the main comp I need to change the opacity of the oute

  • IPod messed up. Don't know why. Please help.

    My iPod has been acting messed up for about a week. Everytime I try to restore it on iTunes it doesn't seem like it does anything. Please give me some advice.