How to display window name as our own

hi i'm using jdev 11g and JSF, i want to display page title as my own, plz help me

Hi,
have a look at the title property: http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_document.html
Frank

Similar Messages

  • How to display the name of my metric in a PivotTable.

    Hi I am working with OBIEE Plus
    How to display the name of my metric in a PivotTable.
    Why when I add a field to the sector of the measures in a PivotTable field name disappears.
    Help please
    Thanks beforehand

    Where are your 'measure labels' ? These show what the metric is.

  • How to send multiple material in our own message type

    Dear All,
    Any idea about how to send multiple material in our own message type,In my outbound i have created a message type but able to send only one material through program. If i give range of material its in error status 26 in WE02 and failed to send.
    Help me ASAP.
    Thanks & Regards,
    Arun.

    hi Gordon,
    I want to receive the IDOC data for message type WPUUMS from a java server. Currently i am working on sample values for segments
    E1WPU01
    E1WPU02
    E1WPU03
    E1WPU04
    E1WPU05
    E1WXX01
    I am facing problems in passing the correct values .
    Its throwing a error message status 51.(Application document not posted) IDoc not fully processed.
    can you help me with some dummy data for all the fields in the above segments.
    reply ASAP
    regards
    arun
    Edited by: Arun Kumaran on Aug 22, 2008 3:33 PM

  • How to create an object of our own class by using Class.forName()??

    how to create an object of our own class by using Class.forName()??
    plzz anser my qustion soon..

    Class.forName does not create an object. It returns a reference to the Class object that describes the metadata for the class in question--what methods and fields it has, etc.
    To create an object--regardless of whether it's your class or some other class--you could call newInstance on the Class object returned from Class.forName, BUT only if that class has a no-arg constructor that you want to call.
    Class<MyClass> clazz = Class.forName("com.mycompany.MyClass");
    MyClass mine = clazz.newInstance();If you want to use a constructor that takes parameters, you'll have to use java.lang.reflect.Constructor.
    Google for java reflection tutorial for more details.
    BUT reflection is often abused, and often employe when not needed. Why is it that you think you need this?

  • HOW TO DISPLAY MY NAME ON IPHONE 4

    HOW TO DISPLAY MY NAME ON IPHONE 4

    You could create a lock screen wallpaper with your name on it if you want. There is no way to get your name on the status bar at the top of the phone.

  • How to Display Windows Username in a PDF File?

    I have a PDF form, it has a Name and a Date field, I setup the Date to display todays Date automatically using JavaScript. Now since my users have unique Windows login names. I want to automatically display there username or Windows name in the Name field. Can I do this using JavaScript? or is there a different way? Any help would be greatly appreciated.

    Here's a barebones script that you can call from a script in your form to retrieve the login name of the user:
    // Folder-level JavaScript function
    var getLoginName = app.trustedFunction(
        function () {
            // Get and return the user's login name
            app.beginPriv();
            return identity.loginName;
            app.EndPriv();
    This needs to be included in a JavaScript file that's installed in the correct location. It's just a text file, so you can create/edit it with a text editor, but make sure the extension is ".js". For more information about how to determine where to place the file, see: http://acrobatusers.com/tutorials/2006/folder_level_scripts
    More information on all of this is in the Acrobat JavaScript reference: http://www.adobe.com/devnet/acrobat/javascript.html
    To populate a text field with the login name, do something like:
    // Populate field with loginName
    getField("text1").value = getLoginName();
    Change "text1" with the actual name of the field in your form. You can place this code in a document-level JavaScript so it executes when the form is opened.
    Note that all of this code is the bare minimum, and you may want to expand it to check for errors, etc.

  • How to use the catalog in our own Web Dynpro program?

    Hi Expert,
    How to access MDM catalog and bring the product data back to a our own Web Dynpro program?

    Hi  Masa,
    The Catalog Search UI of SRM that is referred to as UI as aforementioned is a page which is capable of the selection of catalog items is linked from the shopping cart creation.
    Our biz requirement content two scenarioes to processing the purchase requirement.
    A.  Create shopping cart via the catalog (PR) --> SRM PO Process --> SUS(PO and Invoice) 
    This is the standard SRM purchase scenario and we have already implemented that.
    B. Create a requirement document via the catalog (This document is same with the SC but very simple, and we create this function by the own web dynpro program) --> transfer the requirement document to other purchasing system(none SAP)  in our intranet.
    So the key problems we faced are below:
    1. How to connect to the catalog search UI from our own web dynpro program.
    ( If we connect the catalog via the MDM ABAP API, that will make the catalog serach UI could not be used;
    Also  it has been failed to simulate the function of SC's connection to the catalog;
    So we decide to link the catalog serach UI via the URL, the linkage is "http://<J2EEserver:J2EEport>/SRM-MDM/SRM_MDM?sap-locale=EN&HOOK_URL=&mask=&namedSearch=General&username=&password=&catalog=<Repository Name>&server=&datalanguage=EN". )
    2. How to transfer the catalog item data to our own web dynpro program.
    If we link the catalog search UI by URL, we can not find any good method to transfer the catalog item data to our own program.

  • How to display track name in iTunes

    I've burned CDs with track titles using Toast 10. When played in a car sound system, track names are displayed.
    iTunes display Track 01, 02 etc and not the name. As they are not commercial discs, I cannot use Gracenotes.
    I've seen Microsoft automatically display track names (using a different disc) and so I was looking for a similar thing in iTunes.
    How do I get iTunes to display the CD track names, not Track 01, 02 etc, just like a car sound system?
    I'm using iTunes 10.6.1.
    Your help would be appreciated.

    Thanks Limnos.
    Not sure about this. CD tracks used .wav format (needed to use it so my old windows XP computer could use them).
    I suspect you've answered my question when you say iTunes does not support CD-text.
    I selected Toast's Add CD-Text. I don't know if it's the same as your mentioned CD-text. As I know nothing of CD-text, if you know what it is, can you please briefly explain it to me?
    Even though you say CDs do not contain track information, it must be stored on the CD somehow for the car sound system to display it as it has no internetconnection.

  • I am going to share a computer with someone; how do we each set up our own iTunes account on it

    please explain how we can each use our own itunes account on the same computer.  Thx

    The most practical option is usually to give each user his or her own user account in Mac OS X. Then the iTunes libraries will be completely separate.
    Regards.

  • How to display database name in page footer in webi report

    Hi Every one,
    I have migrated deski report from BO 6.5 to BI 4.1. and converted Deski to WEBI in 4.1.
    In Bo 6.5 page footer displaying database name but BI 4.1 it showing database type (like Oracle 10g,9i ..etc..).
    I want database name in page footer.
    Please any one help me to solve this issue.
    Thanks

    Hi Thanks for your reply.
    We have tried this option but its not helpful.
    Below syntax is  in both BO 6.5 and BI 4.1.but in 6.5 it showing database name where as in BI 4.1 it showing database type
    ="Track GPQ Database - " + Upper(Substr(Connection((DataProvider(([product])))) ;Pos(Connection((DataProvider(([Product])))) ;"DATABASE")+9 ;7)).

  • How to display Process name in UWL

    Hi All,
       I have integrated the GP and UWL and now I want to display process name in the UWL tasl list(instead of action name).
    Thanks
    Raja

    If you use Contacts or the Address Book in Outlook, you can specify that a given record is shown under Company Name instead of First/Last name, but you need a PC for that, you cannot do that from iOS unless a third party app provides that functionality.
    (Caption from Contacts in OS X 10.10.1: ticking the "Company" checkbox the contact will be shown as the value under Company field)

  • HT2404 in incoming calls how to display company name with name

    Hello
    How we can get display of company name along with name while receiving incoming calls in iphone 4.
    Thanks

    actually according to this, t-mobile became the first carrier to offer the paid feature in 2011
    http://www.geek.com/mobile/t-mobile-becomes-first-major-us-carrier-to-add-caller -id-feature-1402597/
    i don't know if anything changed with verizon after 2011, but i don't see any such feature on their website. I know you can set/remove your own name that is displayed to others, with verizon. but i cant' specifically find this incoming name feature.

  • How to display member name and Alias in seperate columns

    Hi,
    We have a report in HFR which has Employee dimension. We set that member display both Member name and alias. But the report showing both in one column with a - seperator. Is there a way to display them in seperate columns.
    Thanks,
    DD

    Thanks Mehmet. But whenever I try to insert a column, it throws this error: You can't insert a column here.
    I have the grid like this.
    Account
    Children of Employee
    I need to display the member name and alias of Employee dimension inseperate columns. Could you Please help me how to do it?
    Thanks,
    Ram.

  • How to display custom names for attributes in JSP pages

    I would like to use custom names for my attributes in Struts JSP table headers.
    For example, if the database table named "Country" has a column CNT_ID and BC4J wizard mapped it into an Entity Object's attribute "CntId" I would like to display it as "Country ID" in my JSP table header.
    Now, I suppose the place to try this is probably in DataEditComponent.jsp, DataQueryComponent.jsp etc., and probably has smthg to do with jbo:AttributeIterate, but I still can't figure how to achieve this...
    I use JDev 9.0.3

    Kresimir,
    It's not clear from your posting whether you've worked out how to do what you want with control hints, so just in case, here's how:
    - In the navigator, select your entity object or your view object
    - In the structure pane, double-click the attribute you want to edit (CntId)
    - In the attribute editor, select the control hints page
    - In the Label Text field, type the text you want to use for your label (Country). Click OK.
    Hope this helps
    Blaise

  • How to display RATE names in the language of the user ?

    Is there a way to display the Rate names in the language of the user ?
    Or maybe have some rates displayed only in a specific language ?
    I have created a FRENCH theme.
    Eveyuthing works fine except that the rates are not translated.
    Any idea how to have the rates in a different language ?
    Thanks

    I am assuming you are talking about shipping rates, you would need to just make a rate for each language you want displayed (in 5.9 this will show them all i know but currently is the only way) In 2007 SP1 version (tenative name) we have added support to limit shipping rates to show only for specified countries.

Maybe you are looking for

  • Pattern Maker Greyed Out

    Hi I'm on CS3 and the Filter>Pattern Maker menu item is Grayed Out ie I can't select it. I've tried the few things I can think of. Anybody come across this what am I missing? ps Plugin is in the correct Folder. I know how to do it manually but that t

  • Create 16:9 slide shows!?

    Why can't I create slide shows in 16:9 format!? 4:3 is so outdated today (2013).

  • Serial number Air not accepted during registration AppleCare

    Not sure if this is the right place for this. I just bought my MacBook ait today, including an applecare protectionplan. While registrating, AppleCare doen't seem to want to accept my serial number. I'm pretty sure I entered the right number, several

  • Mexican store??

    when trying to update my apps, I get the message, "Your account is not valid for use in the Mexican store.  You must switch to the US store before purchasing". Anyone else ever seen this...

  • Doubt about select in method.

    Hi Gurus. In Webdynpro can we use Select in method? If dont , how we can use the select comand in method? And why is not permited.? Thanks