Feature Request: Setting App page title to something other than "Eloqua 10"

Hello everyone,
Long-time lurker, first-time poster. As someone who has been using Eloqua for over 3 years, when working in the application, I will usually end up with upwards of half-a-dozen tabs open in Firefox, all of which say "Eloqua 10". Because of this, I'll usually try to strategically organize my tabs, but often times I end up having to click through multiple tabs to find the one I'm looking for, which can sometimes lead to Firefox freezing. I'm sure I'm not alone in this.
So to alleviate this, I'd like to make the following feature request: Can we have the tabs/windows named by Asset Type & Asset Name? Perhaps in the following Format:
[Asset Type]: [Asset Name] - Eloqua 10
Note how I have "Eloqua 10" at the end of the string. An example of a title would be: "Campaigns: Nurture_Campaign_1 - Eloqua 10"
Could this please be implemented?
Thank you,
Sean

Here is a snippet of code that I wrote and use without any problem:
   public void ppPrint() {
      if (printJob==null) initPrintJob();
      try {
         if (!printJob.printDialog(aset)) return;
      } catch (Throwable e) {
   public void initPrintJob() {
      aset=new HashPrintRequestAttributeSet();
      aset.add(new JobName("AOKabc",null));
      aset.add(new MediaPrintableArea(.75f,.25f,7.5f,10.5f,MediaPrintableArea.INCH));
      printJob=PrinterJob.getPrinterJob();      
/* locate a print service that can handle the request */
      PrintService[] services=PrinterJob.lookupPrintServices();
      if (services.length==0) System.out.println("Warning: No printer detected!");
      else {
         try {
            printJob.setPrintService(services[0]);
         } catch (Throwable pe) { }
      pageFormat=printJob.defaultPage();
      Paper paper=new Paper();
      paper.setImageableArea(54,18,540,756);
      pageFormat.setPaper(paper);
      printJob.setPrintable(Preview.this);
   };o)
V.V.

Similar Messages

  • Set Default Reference Point to something other than center?

    I am making an action to place an smart object into my images to make a watermark...i would like for the image to place in the bottom right corner of the image but since the reference point is set to center it obviously places the image into the dead center of the piece.
    Is there a way to set the default reference point to the bottom right reference point by default so my placed image will automatically go to the bottom right of the image and so my action can run through completely without me having to create a dialog box each time to move it where i need it?
    I am using CS2 on both Mac (x10.5.1) and Windows 2000.
    Thank you,
    Leslie

    Look at this video tutorial:
    http://av.adobe.com/russellbrown/BrandingSM.mov

  • Has anyone set the SGE2000 to use something other than VLAN1 and how did you do it.

    The SGE2000 uses VLAN1 for SNMP Management traffic by default.  I tried to change to VLAN 2 by setting up an Access profile that set SNMP to VLAN 2 but it did not work.  I am using the latest firmware.

    Hi Kevin,
    Thank you for participating in the Small Business support community. My name is Nico Muselle from Cisco Sofia SBSC.
    Indeed this is the best option, to reserve the default (management) VLAN for what it is intended for ... management and set your clients to use another VLAN. I'm not sure if it is possible to separate SNMP traffic on a Windows XP machine and send that over the management VLAN, however, what you could do, is enable inter-vlan routing (either on the router, or set the switch to L3) and create an access-list that only allows the snmp traffic to be routed to and from the management VLAN.
    This way you can keep your SNMP server in the management VLAN.
    Wouldn't that be an option ?
    Best regards,
    Nico Muselle
    Sr. Network Engineer - CCNA

  • Setting the page title

    Greetings
    i have created several pages using the create-page task flow, but when i open it in the browser, the browser's tab shows me as page title the URL, for example:
    http://127.0.0.1:7101/AdministradorPaginasEOffice/faces/oracle/webcenter/page/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed/user/U0DA194F185F111DFBFBA598DFA986357/Page1.jspx
    how can i set as page title the name i gave to the page when creating it
    thanks

    just use for the title value the following calling
    <af:document title="#{pageDocBean.title}">

  • ACS 4.2 RDBMS Action 105/108 - How to set to something other than default "RADIUS Token Server"

    I'm trying to create an import script for RDBMS to import users, but cannot figure out how to set the "PASS_TYPE_RADIUS_TOKEN" to something other than the default of "RADIUS Token Server".  We have multiple RADIUS Token Server definitions.
    I can create a user with what I need, except external db password is set to "RADIUS Token Server".  How do I set it to (for example) something like "RADIUS Token Server - xxxx"
    We have more than 1 RADIUS Token Server definition called "RADIUS Token Server - xxxx", "RADIUS Token Server - yyyy". 
    Thanks!

    As per my knowledge you have to update 4.2 ACS to
    5.1, because when you go for RDBMS synchronization it wont allow you, I have faced problem in past while primary ACS was 4.1 and secondary I have 4.2, I have updated primary ACS to 4.2 and everything is working fine.

  • Can a muse subscriber reconfigure the forms widgets to something other than BC?

    Can a muse subscriber reconfigure the forms widgets to something other than BC?

    What I did for my forms was create a copy of my Muse site file where I deleted everything except for the page with the forms (there were 2 on one page, and there are none anywhere else on the site). I kept the master, made a copy of it, and took everything out of the master. I then went to the page (titled "reach me", containing two forms, one for questions, and one for a mailing list) and selected everything and grouped it. The grouped item allowed for Muse to give me a width/height of all of the elements together. i took those dimensions and set them as the page defaults on the master i had just wiped out. i set all margins, footers, padding, etc to 0 and made it 1 column. i published the site to catalyst, and then copied the url to my clipboard. opening my site up again (the muse file i made the copy from) i went to PLAN and made a copy of the Reach Me page (as a backup, should something go awry, i called it "Reach Me-old") i opened the original "reach me" (being that all my other pages linked to it and not the copy i had just made) i wiped out all of the forms and content and inserted an html code snippet. i typed:
    <style type="text/css">
    #frame {overflow-x:none;overflow-y:none;border:0px;};
    </style>
    <iframe id="frame" src="URL" width="WIDTH" height="HEIGHT" scrolling="no" seamless sandbox="" />
    * replace URL with the url you copied earlier
    *replace width and height with the ones you typed in the b-master (or it might be called "A-Master copy" in your business catalyst site
    this worked out just fine for me hope it helps you guys
    check it out working:
    ilenepricedesign.com (reach me page)
    ilenepricedesign-contact.businesscatalyst.com (the page i created an iframe of)
    ===============
    update: there were some issues with it (it worked for the most part, just some visual problems)
    i created a copy muse file, deleted all except the page and the master i needed, and uploaded as-is to catalyst. i then fixed all hyperlinks on the master for the copied muse file to link back to original site and then on site linked the menu item for the page to go to the catalyst page. this works perfectly, i dont mind the url changing when everything looks the exact same. to the average user, i think you should be fine.

  • Dg4odbc to connect to mysql rc 28500 something other than invalid authoriza

    dg4odbc to connect to mysql rc 28500 something other than invalid authoriza
    Hi,
    We are trying to establish connectivity from oracle to mysql using dg4odbc and openlink ODBC drivers. I get the following error when queries are run on mysql tables from within
    oracle/db links.
    SQL> select * from "labels"@"dg4odbc.cisco.com"
    2 ;
    select * from "labels"@"dg4odbc.cisco.com"
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    ORA-02063: preceding line from DG4ODBC
    contents of dg4odbc agent log is as below.
    $ cat dg4odbc_agt_3168.trc
    Oracle Corporation --- TUESDAY SEP 30 2008 05:37:56.658
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- TUESDAY SEP 30 2008 05:37:56.655
    Version 11.1.0.6.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    setting HS_OPEN_CURSORS to default of 50
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of "HS_TRANSACTION_LOG"
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_AS_DATE to default of "TRUE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    setting HS_FDS_FETCH_ROWS to default of "100"
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_CHARACTER_SEMANTICS to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    HOSGIP returned value of "FALSE" for HS_FDS_SUPPORT_STATISTICS
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics"
    Exiting hgosdip, rc=0
    ORACLE_SID is "dg4odbc"
    Product-Info:
    Port Rls/Upd:6/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.1.0.6.0_0006, Instance:dg4odbc
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=873
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=873
    HOCXU_SEM_VER=90200
    Entered hgolofn at 2008/09/30-05:37:57
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/export/home/oratest/openlink/lib/libiodbc.so"
    Entered hgolofns at 2008/09/30-05:37:57
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    Exiting hgoinit, rc=0 at 2008/09/30-05:37:57
    Entered hgolgon at 2008/09/30-05:37:57
    reco:0, name:odbc_26530, tflag:0
    Entered hgosuec at 2008/09/30-05:37:57
    Exiting hgosuec, rc=0 at 2008/09/30-05:37:57
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using odbc_26530 as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2008/09/30-05:37:57
    HS_FDS_CONNECT_INFO = "dg4odbc"
    HS_FDS_CONNECT_STRING = "OptimizePrepare=2"
    Entered hgogenconstr at 2008/09/30-05:37:57
    dsn:dg4odbc, name:odbc_26530
    optn:OptimizePrepare=2
    ##>Connect Parameters (len=57)<##
    ## DSN=dg4odbc;
    #! UID=odbc_26530;
    #! PWD=*
    ## OptimizePrepare=2;
    Exiting hgogenconstr, rc=0 at 2008/09/30-05:37:57
    Entered hgopoer at 2008/09/30-05:37:57
    Exiting hgopoer, rc=0 at 2008/09/30-05:37:57 with error ptr FILE:hgopoer.c LINE:128 ID:GetDiagRec error
    hgocont, line 1904: calling SqlDriverConnect got sqlstate
    Exiting hgocont, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgocont.c LINE:1923 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgolgon.c LINE:612 ID:Calling hgocont
    Entered hgoexit at 2008/09/30-05:37:57
    $
    Here is my setup
    Source : oracle 9208 on solaris + Patch_p5965763_9208_solaris64
    dg4odbc component on a different home
    9i and 11g listeners.
    Target : Mysql 5.x on linux sever
    ODBC Driver manager and driver : Openlink single tier driver for mysql.
    he last lines of dg4odbc agent states an error "something other then invalid authorization"(see below)..
    Entered hgopoer at 2008/09/30-05:37:57
    Exiting hgopoer, rc=0 at 2008/09/30-05:37:57 with error ptr FILE:hgopoer.c LINE:128 ID:GetDiagRec error
    hgocont, line 1904: calling SqlDriverConnect got sqlstate
    Exiting hgocont, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgocont.c LINE:1923 ID:Something other than invalid authorization
    Exiting hgolgon, rc=28500 at 2008/09/30-05:37:57 with error ptr FILE:hgolgon.c LINE:612 ID:Calling hgocont
    Entered hgoexit at 2008/09/30-05:37:57
    Has anyone encountered similar issue while configuring dg4odbc....I never had trouble with hsodbc. Since hsodbc is desupported , We are evaluating dg4odbc and openlink odbc
    drivers to establish connectivity to mysql and stuck at this point.
    Any suggestion from gateway gurus ?
    Thanks in advance,
    Bhaskar

    Content of Important config files is as below.
    Source : oracle 9208 on solaris + Patch_p5965763_9208_solaris64
    dg4odbc component on a different home
    9i and 11g listeners.
    Target : Mysql 5.x on linux sever
    ODBC Driver manager and driver : Openlink single tier driver for mysql.
    contents of key config files are as below.
    contents of 9i tnsnames.ora
    # To Test DG4ODBC Config
    dg4odbc =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = ora-dev2)
    (PORT = 1556)
    (CONNECT_DATA =
    (SID= dg4odbc)
    (HS=OK)
    contents of 11g listener file
    $ cat listener.ora
    # listener.ora Network Configuration File: /u03/orapoc/oracle/product/dg4odbc/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    TRACE_LEVEL_LISTENER_DG = USER
    LISTENER_DG =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora-dev2)(PORT = 1556))
    LOG_FILE_LISTENER_DG = LISTENER_DG.log
    TRACE_DIRECTORY_LISTENER_DG = /u03/orapoc/oracle/product/dg4odbc/network/trace
    SID_LIST_LISTENER_DG =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u03/orapoc/oracle/product/dg4odbc)
    (SID_NAME = dg4odbc)
    (ENVS = "LD_LIBRARY_PATH=/export/home/oratest/openlink/lib:/u03/orapoc/oracle/product/dg4odbc/lib")
    (PROGRAM = dg4odbc)
    LOG_DIRECTORY_LISTENER_DG = /u03/orapoc/oracle/product/dg4odbc/network/log
    TRACE_FILE_LISTENER_DG = LISTENER_DG.trc
    contents of initdg4odbc.ora
    $ pwd
    /u03/orapoc/oracle/product/dg4odbc/hs/admin
    $ ls
    initdg4odbc.ora initdg4odbc.ora.orig listener.ora.sample tnsnames.ora.sample
    $ cat initdg4odbc.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO=dg4odbc
    HS_FDS_TRACE_LEVEL = DEBUG
    HS_FDS_TRACE_FILE_NAME = dg_mysql.log
    HS_FDS_CONNECT_STRING = "OptimizePrepare=2"
    HS_FDS_SHAREABLE_NAME=/export/home/oratest/openlink/lib/libiodbc.so
    HS_FDS_SUPPORT_STATISTICS=FALSE
    # ODBC specific environment variables
    set ODBCINI=/export/home/oratest/openlink/bin/odbc.ini
    set ODBCINSTINI=/export/home/oratest/openlink/bin/odbcinst.ini
    set OPENLINKINI=/export/home/oratest/openlink/bin/openlink.ini
    set OPL_LICENSE_DIR=/export/home/oratest/openlink/bin/
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    set LD_LIBRARY_PATH=/export/home/oratest/openlink/lib:/u03/orapoc/oracle/product/dg4odbc/lib
    contents of odbc.ini
    $ cat /export/home/oratest/openlink/bin/odbc.ini
    ; odbc.ini
    ; ODBC DSN configuration file
    ; This file is an OpenLink Software product configuration file.
    ; To learn more about this product, or any other product in our
    ; portfolio, please check out our web site at:
    ; http://www.openlinksw.com
    ; or contact us at:
    ; [email protected]
    ; If you have any technical questions, please contact our support
    ; staff at:
    ; [email protected]
    [ODBC Data Sources]
    mys5_lite = OpenLink MySQL 5.x Lite Driver (multi threaded)
    mys5_lite_unicode = OpenLink MySQL 5.x Lite Driver (Unicode)(multi threaded)
    dg4odbc = OpenLink MySQL 5.x Lite Driver (multi threaded)
    [mys5_lite]
    Driver = /export/home/oratest/openlink/lib/mys5_mt_lt.so
    ServerType = MySQL 5.x
    Username =
    Password =
    Database =
    Options =
    FetchBufferSize = 99
    ReadOnly =
    DeferLongFetch =
    JetFix = No
    Description = Sample MySQL 5.x Lite Connection
    MaxRows =
    NoRowSetSizeLimit = No
    InitialSQL =
    NoAutoCommit = No
    NoLoginBox =
    SqlDbmsName =
    [mys5_lite_unicode]
    Driver = /export/home/oratest/openlink/lib/mys5_mt_lu.so
    ServerType = MySQL 5.x
    Username =
    Password =
    Database =
    Options =
    FetchBufferSize = 99
    ReadOnly = no
    DeferLongFetch = no
    JetFix = no
    Description = Sample MySQL 5.x Lite Connection
    [dg4odbc]
    DeferLongFetch =
    MaxRows = 1000000
    JetFix = No
    NoRowSetSizeLimit = No
    Description = Openlink Unix Lite DSN
    Options = -H odbctest.power.com -P 3329
    UserName = odbc_test
    Password = abcdef
    ServerType = MySQL 5.x
    InitialSQL =
    Driver = /export/home/oratest/openlink/lib/mys5_mt_lt.so
    Database = linksys__dev
    ReadOnly =
    NoAutoCommit = No
    NoLoginBox =
    FetchBufferSize = 99
    SqlDbmsName =
    [ODBC]
    DebugFile = /export/home/oratest/openlink/mysql_debug
    TraceFile = /export/home/oratest/openlink/openlink_mysql
    Trace = 1

  • Can I change the view of videos from thumbnails to details or something other than thumbnails?

    I loaded a couple of tv series and movies into my ipad air 2 and when I click on the videos app they all appear as thumbnails. I was wondering if someone could help me change the view to maybe details or something other than thumbnails just so I can view what tv series I have. I couldn't find any option any where on the screen or in settings on changing the view. Please help

    Ok nevermind I managed to sort it out.. had to change the type of video and sort the shows with their seasons. pretty long process.

  • Assign boot drive letter to something other than C

    When setting up XP Mode, is there any way to assign the boot drive to something other than C? I know once it's set up it's next to impossible to change, but there should be a way to assign it during setup. Any ideas??

    Hi,
    Why do you want to change system drive letter in Windows XP mode? As you said, you're not allowed to do that. Based on my test, you can succeed in changing this drive letter  C: to other letters through registry, after you attach another virtual disk
    (eg E:) into XP. However, It will damage your XP system, which proves not to be a good solution provided in Internet. So I recommend you not to change this letter.
    Thanks!
    Andy Altmann
    TechNet Community Support

  • TS3999 Change minimum duration to something other than 30 minutes

    When scheduling an event in iCloud calendar, can you set the minimum duration in the pull down menu for "from" to something other than 30 minutes?
    For example, if you schedule an even at 9:00 AM, the shortest time available in the pull down down menu will read "9:30". I know I can manually type any time I want, but I was looking for a way to change the default options.

    Maybe you can try to build something in Front Row, although I do not think it will allow this flexibility in time frames.

  • How to upgrade to something other than the most recent OS

    I am currently running Os 10.6.8. I would like to update, but I have a critical application that is only qualified for 10.8.2 and the current operating system is 10.8.4. Is there a way to buy something other than the current OS?

    Apple updates the OS X installer at the Mac App Store with the latest version, and older OS X versions disappear. If you want to upgrade to Mountain Lion and you purchase Mountain Lion at the App Store, you will get the OS X Mountain Lion installer with 10.8.4 installed, so it will install 10.8.4, without any possibility to install 10.8.2.
    You can try changing system files to look like you are using 10.8.1 and try applying the 10.8.2 update, but doing this you may damage OS X Mountain Lion

  • Install OCS R2 on something other than Redhat AS 2.1?

    I have a test environment I want to set up for OCS Release 2 9.0.4.1, but I'd like to do it on something other than Redhat Advanced Server 2.1. I saw a Note or something on Metalink a couple of days ago on how to trick runInstaller into thinking the OS is Redhat AS, but tonight when looking for this document I cannot find it.
    Does anybody know how to do this? I'm downloading a developer edition of UnitedLinux right now, but I'm really interested in attempting to install the single-box install on Mandrake 9.1. One reason because I'm more familiar with that distribution, and also because I'm curious to see if it will work.
    Thanks,
    Michael

    I've done it on red hat 7.3 - no issues besides relinking for the ias components.
    runInstaller -ignoreSysPrereqs
    Can't rememeber the case, but if you run the runInstaller and pass an option or perhaps -? or -help it will show you a whole bunch of options.

  • Boot into something other than hard drive

    I'm having problems partitioning in boot camp, so I read that I should defrag my drive. I'm getting the error because it can't move certain files.
    So I'm using iDefrag, but it won't let me use most of the defrag options because I'm using the disk it is defraging. I tried to boot using the leopard disk that came with my macbook, but I can only use certain programs while this disk is open.
    What do I need to do to boot into something other than the hard drive to defrag?

    Hi again,
    found this procedure http://www.bradbergeron.com/2006/11/howto-install-and-boot-os-x-on-a-flash-drive / to install and boot a basic OSX on an USB Memory Stick.
    Since this How-To was written for OSX Tiger you might consider getting a bigger sized USB-Stick for the space OSX Leopard needs.
    Regards
    Stefan
    Message was edited by: Fortuny

  • How do i get siri to set a reminder for a time other than the appt time. For example:  I want Siri to remind me at 10:00 pm on Monday that I have a dentist appt. at 9:00 am on Tuesday. She screws up the dates and times no matter what I say

    What I can't figure out is how to set a reminder for a time other than the appt time. For example:  I want Siri to remind me at 10:00 pm on Monday that I have a dentist appt. at 9:00 am on Tuesday. She screws up the dates and times no matter what I say

    "Remind me at 10:00 pm on Monday".  Siri: "Ok, just tell me what you want to be reminded about".  "I have a dentist appointment on 9:00 am on Tuesday".  Siri should set it up correctly.

  • Feature Request: Set a hosted gateway page title using the IDK

    Hi Folks,
    I'd like to have a method added to the IPortletResponse interface called setPageTitle(String pageTitle) that would set the browser title bar to the String pageTitle.
    This is extremely important for SEO and for usability (because if you minimize a bunch of browser windows pointing to hosted gatway pages, they all say "Gateway" and you have no idea what the bleep is actually in those windows).
    Thanks!
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

    This is possible using the title attribute of the displaymode tag. See http://edocs.bea.com/alui/devdoc/docs60/References/API_Libraries/TagDocs/standard/displaymode.html for more info.

Maybe you are looking for

  • Freezing when printing to PDF

    Greetings All, I am running Windows server 2003, with Citrix Metaframe 3.0. My clients are Macs connecting with the citrix client as well as MS clients using RDP (the issue happens on both). They run a PC application (a database app) that resides on

  • Availability check determination XC ----- YC

    While creating SO through va01  for Sales organization = 2100,Distribution channel = 01,division = 01. If you enter sold to party( 583382 ) , ship to party( 583382 ) material( ma896n/a )  order qty = 1 and press enter then give credit card type as VI

  • Error when loaded the records to the datatargets

    Hi all, I am using 3.5 version. Master data have been loaded successfully I have created a infosource to load the transaction data Created a ODS and Done the update rules and also created Infocube (update rule also done). Flow is like from Infosource

  • Small sunburst-like symbol in front of Home icons

    The phone, mail and safari icons on my phone now have a little sunburst like symbol in the lower left corner. Anyone know what that means? I have never seen that before and it was just in front of the mail and phone icon initially, now it is in front

  • 160GB Classic 50+ hours of playback

    I'm not sure what other people have been getting for music playback times on a single charge, but I wanted to burn-in a new pair of headphones, so I hooked them up to my 160GB Classic, selected a playlist and then just let the iPod run at approximate