[UIX] Data not visible in template, litteral instead of the value

Hello,
I follow this tuto :How To create a Look and Feel for ADF UIX
(url : http://www.oracle.com/technology/products/jdev/howtos/10g/adf_uix_laf_ht/index.html)
So my page is made with a pageLayout.uit.
And i want to retrieve and display some data (e.g method result or simple string) on every page. But when i run my page, it displays with a literal "${uix.current.value}" instead of theValue.
It is the same if i put ${ui:cond(..,true,false)}, it display the litteral "${ui:cond(..,..,...)}" instead of true or false.
This is my page (where i use pageLayout template)
<?xml version = '1.0' encoding = 'windows-1252'?>
<page xmlns="http://xmlns.oracle.com/uix/controller"
xmlns:ui="http://xmlns.oracle.com/uix/ui"
xmlns:data="http://xmlns.oracle.com/uix/ui"
xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
xmlns:html="http://www.w3.org/TR/REC-html40" expressionLanguage="el">
<content>
<dataScope xmlns="http://xmlns.oracle.com/uix/ui">
<provider>
<!-- Add DataProviders (<data> elements) here -->
<!--<data name="link">
<method class="view.Auser" method="getURLAndText"/>
</data>-->
<data name="commonName">
<inline value="Outer text"/>
</data>
<data name="rareName">
<inline value="Rare text"/>
</data>
</provider>
<contents>
<document>
<metaContainer>
<!-- Set the page title -->
<head title="Template SIGILI2"/>
</metaContainer>
<contents>
<body>
<contents>
<form name="form0" method="post">
<contents>
<pageLayout>
this is my pageLayout.uit
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) Oracle Corporation 2003. All Rights Reserved. -->
<!-- Template used by sample sample LAF for page layout. -->
<templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
xmlns:data="http://xmlns.oracle.com/uix/ui"
xmlns:ui="http://xmlns.oracle.com/uix/ui"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:demo="http://www.example.org/demo/templates"
xmlns:sample="http://xmlns.example.org/laf/sample"
targetNamespace="http://www.example.org/demo/templates"
localName="pageLayout">
<version>$Name: $ ($Revision: 1.0 $) $Date: 2004/02/18 13:40:50 $</version>
<author>Jonas Jacobi</author>
<!-- Import template for startarea -->
<!-- <templates>
<templateImport source="startContainer.uit"/>
</templates> -->
<!-- Define the template's type information - we extend pageLayout -->
<type base="ui:pageLayout"/>
<!-- Define the template's content -->
<content>
<dataScope>
<provider>
<!--<data name="someData">
<method class="view.Auser" method="getChaine"/>
</data>-->
<data name="commonName">
<inline value="Inner text"/>
</data>
</provider>
<contents>
<!--Where i want to display my data -->
<contents>
<!--<messageStyledText id="txtHeaderInfo" text="${uix.data.dat1.name}"/>-->
<styledText>
<attributeMap>
<rootAttributeMap/>
</attributeMap>
</styledText>
<!--<link text="${uix.data.link.text}"
destination="${uix.data.link.url}"/>-->
<styledText text="${uix.data.commonName.value}"/>
<styledText>
<attributeMap>
<rootAttributeMap/>
</attributeMap>
</styledText>
<styledText text="${uix.data.rareName.value}"/>
</contents>
But doesn't work.
I follow this help from JDev Help, Templates and Data Binding[b]
Thands for your help

thank for your answer
As i see it in JDev help, i'm sure it is possible.
Can someone help me with that problem ?

Similar Messages

  • My email is not visible and I cannot shut down the mail app

    My email is not visible and I cannot shut down the mail app

    Command + Option + Esc will prompt the Force Quit window where you can quit the Mail app.
    OS X: How to quit an unresponsive application using Force Quit

  • Text Box issue - displays XML tag instead of the value in EBS

    I need to use a textbox (or a autoshape with text) to place a data element in a specific position on the page in an RTF template. I tried using tables and it didn't help. This layout needs some elements to be placed at specific location and using an autoshape or a text box is easy. When I preview the pdf output on my desktop, it works fine. Once I upload the template into EBS XML Publisher, the value in the text box shows up as an XML Tag instead of the value in that tag. The same XML data when loaded and previewed locally shows the data instead of the tag.
    Any thoughts on this? Is there a patch or something we might need for this in EBS?
    Thanks,
    Vinay

    Thanks Tim for the quick response.
    Yes - the versions are same. Also, I tried giving the complete path. The issue is that it is not even reading the text in the text box as an XML tag. It seems to think the whole text box is an object and hence just display that text as is. If it was reading and not able to resolve it, I guess it would have displayed blank (and not the tag as is). Again as I mentioned it works fine in local preview on my machine.

  • Displaying the current users information instead of the value of the person who completed the form in the first place.

    I found this fantatic post regarding querying the user profile service 
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx?pi47623=2#comments 
    However i have an issue whenever the form is opened again either to view or edit, it displays the current users information
    instead of the value of the person who completed the form in the first place.
    Please help me, I'm turning more grey each minute

    I think it is how the current user information is stored based on your logic.
    You might be quering current value again when loading the form (Form load Rule).
    you have to tweak your logic, after the user submits the form you can set the username to the one who saved it.
    or in form load, write a logic to see if the form was not saved before and then query the username( by using internal field like "formstatue")
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • Looking for some help on emailing results using the drop down Label instead of the value

    DWMX / SQL / ASP
    I have a very simple form... 4 fields
    1 - Textbox to enter name
    2 - Drop downs to select location and type of issue
    1 - Comment box to describe in more detail the issue....
    I have notification setup to email the results to the
    appropriate person
    upon submission.. the issue im having is the following.. the
    email will go
    to the department that needs to get it based on the Issue
    drop down... the
    drop down is populate from a table containing 2 fields (
    Issue Name and
    Email )
    My question is how can i capture the label name instead of
    the value which
    in this case is the email address?
    I want the email to be sent to the email address, but i want
    the email to
    display the label name....

    Try this,
    <%=(rsCombo.Fields.Item("issue").Value)%>
    <%
    if recordset("fieldname") then
    response.write "Your Lable Name"
    end if
    %>
    Dave
    "Daniel" <[email protected]> wrote in message
    news:elporq$pd1$[email protected]..
    > forgot to add this bit
    >
    > this is what im using to get the data for that
    > <%=(rsCombo.Fields.Item("issue").Value)%>
    >
    >
    >
    > "Daniel" <[email protected]> wrote in message
    > news:elpns1$o80$[email protected]..
    > > DWMX / SQL / ASP
    > >
    > > I have a very simple form... 4 fields
    > > 1 - Textbox to enter name
    > > 2 - Drop downs to select location and type of issue
    > > 1 - Comment box to describe in more detail the
    issue....
    > >
    > > I have notification setup to email the results to
    the appropriate person
    > > upon submission.. the issue im having is the
    following.. the email will
    go
    > > to the department that needs to get it based on the
    Issue drop down...
    the
    > > drop down is populate from a table containing 2
    fields ( Issue Name and
    > > Email )
    > >
    > > My question is how can i capture the label name
    instead of the value
    which
    > > in this case is the email address?
    > >
    > > I want the email to be sent to the email address,
    but i want the email
    to
    > > display the label name....
    > >
    >
    >

  • IWDDropDownByKey - Key is shown instead of the value in View

    Hi,
    we found some strange behaviour when we dynamically generate some IWDDropDownByKey UI-Elements in an IWDTransparentContainer. In IExplorer and Firefox all data looks well. The values in the IWDDropDownByKey-Elements are shown as expected.
    In one case with Internet Explorer 7 (and only on one Client-PC) we have an issue, that instead of the value (normal text) the key is shown in the dropdown-field in the view!
    Do you know about some bugs regarding to the IWDDropDownByKey-Element with IExplorer 7?
    Thanks in advance for your help!

    Hi Danwesel
    Please check the browser compatibility with portal :
    /community [original link is broken];jsessionid=(J2EE5212300)ID1732745050DB01763421920660234924End;saplb_*=(J2EE5212300)5212350?messageID=7607207
    /message/8840993#8840993 [original link is broken]
    Hope it helps'
    Regards
    Arun

  • Field data not visible in Association Applet

    Hi all,
    There is a vanilla applet "Organization Assoc Applet" of type association list based on business component "Assignment Group Organization"which has two list columns namely Division and Organization.To this applet I added one more list column based on a vanilla field Main Phone Number,but after compiling when I checked data for field Main Phone Number is not visible but as usual data for other two fields(Div and Org) were visible.
    Could someone help me in this?
    Thanks,
    Sambit

    Hi,
    Where you've added the column? to the Base or Query applet template?
    May help you:
    ==========
    Open the Applet in web layout and check the selected Application, it should match your application.
    If you don't see the Application follow thiw:
    in tools --> View --> Toolbars --> Configuration Context
    if the selected Application is the correct one then go to "Applet web template" --> select the wanted template --> goto the web template items --> make sure that no duplicate "item identifire" exist!
    Good luck

  • Navigational attribute data not visible in BEx Report

    Hello All,
    I am facing following problem in one of my BEx reports:
    I am fetching data from an ODS. With other columns of ODS,  I have also to show few navigational attributes( which are master data of some info-object) . In report the corresponding data in navigational attributes is not visible for few records, although when I see the master data of this Info-object (whose navigational attributes I have to include), in  Adm. Wrkbench the data is visible. I wonder what step is missing.
    Many Thanks for helping me out.
    Best Regards,
    Sumita

    Hi Roberto,
    While trying to activate the Infoobject's master data (by right-click) I get the following message,
    "Lock NOT set for: Loading master data attributes"
    And the data is not activated.
    Can you please suggest what needs to be done.
    Thanks & Regards,
    Sumita

  • PDF form data not visible when opened in Illustrator CS5

    I've been searching the forums but have been unable to find an answer to my specific problem.
    I've created a form using Adobe Acrobat Pro. The PDF form fields are then populated with data via Netsuite. When I open the PDF (with data) in Acrobat all of the information shows up, however when I open the PDF in Illustrator CS5 the field data is not visible. Is there a way to force the data to be visible when opened in Illustrator?
    Thanks in advance for any help!

    You could try first flattenening the fields. This converts the field appearances to regular page contents. You can do this with JavaScript, PDF Optimizer, or a Preflight fixup.

  • Data not visible in ODS though available in PSA

    Dear All,
    I am working on BW where data extraction is from CRM. The client needs reports after survey is carried out in a set of questionnairres containing questions and answer. Currently four set of questionnairres is created in the dev server and sample data is updated.
    Till last week we were getting all the transaction data for all the questionnairres, now one of the questionnairres is modified and after extraction we find that for the modified questionnairres we are able to extract the corresponding questions and answer option upto the PSA but the data is not visible in the ODS.
    what could be the reson for the same?
    Any help will be suitable awarded with points!
    K Dengupto

    Hi ,
    Are requests reaching the DSO...IF yes Try to check whether your request in DSO is getting activated .
    Check whether  new field is added and same has been mapped through transformation.
    Did you try to see the monitor at the time of loading and try to trace the cause there if the requests are not getting updateded to the DSO
    Regards
    Rahul Bindroo
    Edited by: Rahul Bindroo on Feb 7, 2008 12:05 PM

  • Loaded data not visible for Reporting?

    Hi all,
       In the info cube, the data is not visible for reporting, How can i make it available for reporting,
    When i select the Manage option from the context menu of the cube and select the Requests Tab, i get a pop up message that tells
    " There is an inconsistency between the load status of the data and the option of reporting on this data.
    There is data in the InfoCube/ODS object that is OK from a quality point of view, but is not yet displayed in reporting.
    The problem, for example, is to do with request 0000018049, number REQU_F4ZBFRMDGBULE9WCUN3R5UX5X."
    How do i find out the inconsistancies?
    PS: All the requesta are delta upload
    Thanks n regards
    Girikumar

    Hi Girikumar
    Use the RSRV transaction and check the inconsistency of the cube ..If any inconsistency is there repair that with the repari option in the toolbar..
    Let me knwo if it not resolved..
    Bye
    Shu Moh..

  • Dashboard data not visible for the users - buffer issue?

    It occurred several times last weeks that some out of 7 dashboards are not visible to the Dashboard users.
    The scenario is the same all the time: users fills in the data, reviews it and posts some comments. Next morning the user canu2019t see the data in the system.
    What can be the problem?

    Hi,
    IF your Company has NEtweaver License and the SAPNET User has access right to download section, you must be able to add SP Stacks to Download Basket.
    If you have license and use have access, then please contact with local SAP Subsdiary for this problem.
    But to be able to download some patches, you must have Solution Manager & Maintanance Optimizer to approve the items in basket.

  • Data not visible in query output

    Hi Gurus
    I have a report which is being published at the portal but the data is not visible for it...now when i check the query for that report and try to run it. i still don't see any data..now on further analysis when i use the same filters used in the query on the multiprovider on which the query is created i can see the data and when i run the report in RSRT, i can  see the data...but don't know why its not visible when i execute the query or the report on the the portal....plz suggest..points will be awarded..

    Hi Akash
    Check the query with Bex Analyzer; If it give you the correct result then It might be configuration problem with your JAVA settings..
    Please try And also run Support Desk Tool
    (SAP Note 937697 ) to figure out the configuration Issues....
    Regards
    Vivek Tripathi

  • Data not visible in ODS

    Dear All,
    I have loaded the data to the ODS through a falt file . the load was successful and when i tried to see from contents the data is not visible.
    But when iam seeing indiviually from all the tables the data is visible.
    Pls give valuable answers ..
    Thanks ,
    Mahima.

    Hi Mahima,
    To see the data in ODS, you need to activate it by going to Manage screen of the ODS and then click on the Activate button at the bottom of the screen.
    Choose the appropriate request from the list and click Start.
    After activating the data will move to the Active Table of the ODS and you can see it through contents.
    Cheers!
    Amit

  • Tab Purchase Order Data not visible via CIC

    Hi All,
    I have a problem with displaying the tab Purchase Order Data via the Customer Interaction Centre. If I create an order via CRMD_ORDER then this tab is visible, only not via the CIC.
    In tcode CRMV_SSC we use the folling for other tabs like Partner, Sales, etc.:
    Screenprofiletype TSAL
    Screen Profile: ZRAP
    Tabstrip Panel: HDTSAL
    Programm: SAP_LCRM_TSALES_UI
    With the combination above the tab Purchase Order Data (function code SALES_PURC) is not visible in the dropdownlist with available functioncodes. The system indicates that this functioncode is not available in programm SAP_LCRM_TSALES_UI.
    Questions i have are:
    Is SALES_PURC the correct functioncode for the tab Purchase Order Data?
    How can i make this tab visible via the CIC?
    Regards, Sander

    Hi Michael,
    SAP is designed to send a XML file from a purchase order or any other document type (delivery, sales order, transportation, etc) with very little effort. This means, that SAP delivers already a solution for that which the customer needs to set up.
    To create a PDF file actually requires quite a lot of custom development, specially to comply to the layout the customer requires. This is usually a task that goes from the testing team to the development team back and forth a few times before it is accepted.
    Regards

Maybe you are looking for

  • Macbook Pro and Tiger Woods

    I've just loaded Tiger Woods 08. The game will not launch with the message that my video card is not compatible even though I have an ATI Radeon x1600 256Mb which the specs say is sufficient. I get a message box saying that my video card is not compa

  • Slide presentation Vs. Timeline Document Based Development

    Interested in all opinions or comments concerning experiences with the limitations or extendability of Slide Presentation Vs. Timeline Document development using actionscript 2.0 for the purpose of Courseware/Presentation/Quiz development and mainten

  • Event Trace Session missing for Failover Cluster

    I have a failover cluster setup and is managed via a Windows Domain controller for the failover cluster network.  I am troubleshooting a potential issue with the failover cluster and the recommendation is to go into event viewer, app & service logs,

  • Project Server certificate authentication

    I need to know if MS Project Server 2013 requires client-side certificate authentication so that I can implement correctly the authentication part  in my client app that needs to access the REST APIs of Project Server, and handle accordingly the serv

  • Captivate 7 Trial - AME CS6 Error

    Hi All, We've just installed a trial of C7 to test some new features but, when inserting a video and agreeing to convert to a flv format, we get the popup below. Other threads have talked about replacing the amtlib.dll in the AME install dir but, thi