Changed Configuration paths with ConfigurationImpl for UIX CSS

Hi,
I want to change the default stylesheets for UIX components. therefore I read chapter 7 Customization and then chapter 10 Configuration of the help to JDeveloper (v. 9.0.2). I found out, that if I want to use my style sheets, I have to write a XSS file, what I did, and then include that to my application - somehow. I will not change the blaff.xss file, therefore I chose the way to instatiate a new ConfigurationImpl, change the path for the styles directory - as mentioned in chap. 10 - and registered it and... nothing. then I wanted to do following :
RenderingContext.setConfiguration(config); but that is not working, because the method setConfiguration() is not available.
my source snips:
*.xss:
<?xml version="1.0"?>
<styleSheetDocument xmlns="http://xmlns.oracle.com/uix/style">
<import href="blaf.xss"/>
<styleSheet>
<style selector=".OraTableCellText">
<property name="color">#222222</property>
<property name="vertical-align">top</property>
</style>
</styleSheet>
</styleSheetDocument>
my source snip for ConfigurationImpl:
ConfigurationImpl config = new ConfigurationImpl("myConfig");
config.putRelativeURI(Configuration.STYLES_DIRECTORY, "/public_html/styles/"); //it starts at the workingdirectory of the project, or?
config.register();
renderingcontext.setConfiguration(config);
thx a lot,
Brit

You have to wait to call RenderingContext.setConfiguration() when you're about to render.
If you're using UIX XML, what you'll do is subclass UIXPageBroker and override
  protected Configuration getConfiguration(
    BajaContext context,
    Page page)then tell UIX to use your page broker instead of UIXPageBroker.
If you're using UIX JSPs, wrap your page in a <uix:renderingContext> tag with the "id"
attribute set, then:
<uix:renderingContext id="rc">
  <% rc.setConfiguration("myConfig"); %>
  ... rest of UIX content for your page in here ...
</uix:renderingContext>Note that you can set the configuration by name, rather than needing to refer
to the object directly.
9.0.3 will make this process simpler. Stay tuned.

Similar Messages

  • Change/Configure Host and Port for the Web Service Proxy with Server

    Hi,
    Is there a way to configure Host and Port in generated proxy for Web service depending upon server. (ADF 11g)
    Scenario:
    We are consuming Credit Card web service from a service provider and have different Host and Port details for development, QA and Prod.
    So we created proxy classes using wsdl for development and things work fine, but when deploying code to QA or Prod we need to change the Host
    and Port details.
    Is their a way we could user variable's for Host and Port which looks to some configuration file to evaluate their values
    based on server.
    I am a bit new to this web service .. will appreciate if someone could provide an example.
    Thanks.

    Are you using Web Service Proxy or Web Service Data Control?
    If you are using Web Service Proxy. Right click on your Proxy --> Properties --> Port Endpoints. Here you can change the IP & Port details for each port.
    Venkat

  • Temporarily changing the "open with" app for a batch of files

    I've written a number of scripts which have been saved as application bundles. One of the resource folders (named "Image Files") contains all the image files used in the script -- but the image files may have a variety of default applications for opening.
    I'm working on a separate script to facilitate editing the application bundles if and as necessary, and editing the image files is part of that. I need the option of opening the image files with an application other than the file's default application -- for example, I might want to open the image files with Photoshop.
    In my editing script I can easily enough get a list of the image files. But to open them with, say, Photoshop, I find that I have to use a Photoshop tell block and the full path to each file as it is called (otherwise it opens with its default application). If there are hundreds of image files, that's a lot of work!
    I'm seeking a "global" command that will tell all files in folder "Image Files" to open with app "Photoshop" (just in this script, as I don't want to change the defaults).
    Possible?

    I probably didn't explain my requirements thoroughly
    Your suggestion:
    "You mean like:
    tell application "Finder"
    open every file of folder "Macintosh HD:path:to:Image Files" using "Macintosh HD:Applications:PhotoShop.app"
    end tell"
    isn't quite it.
    (For one thing, that has the somewhat alarming result of opening all the image files in the folder simultaneously, and there may be hundreds.)
    In plain English, what I had in mind was more like:
    "Set the 'open with' application of every file in folder 'Macintosh HD:path:to:Image Files' to Adobe Photoshop.app"
    such that, if I were to have those files in a list, and were to open them one at a time, they'd open with Photoshop without further instruction -- this without affecting the default applications (or 'open with' applications) of the files from which those files were duplicated (assuming that there are such 'original' files).
    Since this still may be unclear, here's another explanation:
    • Say I have ten .jpg files on the desktop, all set to 'open with' Preview.
    • I duplicate those ten files to the Image Files folder of the application bundle.
    • If I open any one of those files at the desktop, I want it to open in Preview.
    • But if I open any one of those files in the Image Files folder, I want it to open in Photoshop. (The
    files in the Image Files folder could each have its 'open with' application reset manually, but
    with hundreds of files I'd much prefer AS to do that. As far as I can tell, doing that -- manually
    or with AS -- would result in different 'open with' settings for a file on the desktop and the
    corresponding file in the Image Files folder, which is basically what I'm after.
    Can I get AS to do this?

  • Data Origin Configuration path in IMG for Plant Maintenance

    PM Experts,
    Could anyone tell me the path where in IMG the "Data origin configuration lies"  under Plenat maintenance and Customer services and the steps to be followed for deactivating this functionality. I do not know how this Data transfer across objects is happening..
    Is this standard SAP behavior of the system.
    Thanks in advance
    Murad

    Mishraji
    The option u said me , I tried in DEV environment but it doesnt work like that. Evry time I chnaged the FL of  an equipment, I click on the Instal with transfer button and find that the radio buttons in the screen for data transfer are not according to my previous set up but accoring to its default setting as it was. Also If I try doing the FL Change for same equipment also, evry time I do the change , the radio buttons arrrangements are the same.
    So it means we have no other way out, rather follow the selection methodof reqd fields everytime we transfer data.
    Murad Shaikh
    Thanks in advance..

  • Install changes my path ( with no auth ) and sets it wrong ?

    Hi,
    oracle installs two jre 1.3.* and 1.1.*.
    Adds the paths to both bin dirs to the system enviroment.
    ( I'd like to be asked if i want to change my enviroment ).
    So i go on convinced i'm using jre 1.4 that i always append at the END of the path
    ( since i do NOT that there are already two jre paths in it )
    But this would be fine, after all, if it worked !!
    Instead i had to spend days trying to understand NoClassDefFoundError(s)
    [ java.sql.DataSource, java.sql.Savepoint ]
    until i discover that oracle forced me to use:
    1. on my system
    2. for any java invocation
    3. with no explicit authorization
    a jre different from the one i wanted to use.
    I froce my program to run on the jre I installed on MY system and ORACLE's program
    ( eg. OCIConnectionPool.java ) wirks fine.
    Regards
    Alessandro Scotti

    Hi,
    oracle installs two jre 1.3.* and 1.1.*.
    Adds the paths to both bin dirs to the system enviroment.
    ( I'd like to be asked if i want to change my enviroment ).
    So i go on convinced i'm using jre 1.4 that i always append at the END of the path
    ( since i do NOT that there are already two jre paths in it )
    But this would be fine, after all, if it worked !!
    Instead i had to spend days trying to understand NoClassDefFoundError(s)
    [ java.sql.DataSource, java.sql.Savepoint ]
    until i discover that oracle forced me to use:
    1. on my system
    2. for any java invocation
    3. with no explicit authorization
    a jre different from the one i wanted to use.
    I froce my program to run on the jre I installed on MY system and ORACLE's program
    ( eg. OCIConnectionPool.java ) wirks fine.
    Regards
    Alessandro Scotti

  • Configure OAS with dataguard for high availibility

    Hi,
    We use oracle application server to connect to 10g database. This prod db has a physical standby db. I am trying to do a failover test where I make the physical standby as primary and connect to that db from our application.
    I change the dads.conf file to point to the physical db. but I get ORA-01033: ORACLE initialization or shutdown in progress Error-Code:1033 Error TimeStamp:Fri, 8 May 2009 21:57:55 GMT
    but this physical db is up & open and in read write stage.
    The db name is prod and prod_stby. is this because of the different names ??

    Hello,
    I think you need to keep the infrastructure database names the same. Have you considered using the failover capabilities within 10gAS for your application servers? This is different from
    Data Guard standby database option. Here is a good Metalink note on how to setup and configure 10g Application Server failover:
    Understanding OracleAS 10g High Availability - A Roadmap- Metalink Note #412159.1
    Cheers,
    Ben

  • Configure SSO with CAS for calendar

    Hello
    i try to configure SSO Calendar through communications servers trusted circle technology. I configure ics.conf :
    sso.appid = "ics50"
    sso.appprefix = "ssogrp1"
    sso.cookiedomain = ".univ.fr"
    sso.enable = "1"
    sso.singlesignoff = "true"
    sso.userdomain = ".univ.fr"
    sso.ics50.url = "http://pipeau.univ.fr/socp/verifySSO.jsp?"
    and then I restart Calendar. pipeau is my CAS/LDAP/tomcat server.
    When I launch http://solaris.univ.fr (my calendar server) in my web browser,
    there is no request to pipeau (http://pipeau.univ.fr/socp/verifySSO.jsp?) in order to find a valid cookie.
    Thank for your help
    hugo

    I have others informations to give you
    I have a correct cookie in my favorite web browser when I was authenticated.
    .univ.fr||/||ssogrp1-ics50||SOT-zvAdApsYTyTibGDZud06UZIb3EzK5NQ8W9bOghQHaDzpMtmhiC||false||0
    When I test my verifySSO.jsp with IP adress of my computer ( http://pipeau.univ.fr/socp/verifySSO.jsp?client=xxx.xxx.xxx.xxx), I get this :
    fquid=my_login
    authtype=plaintext
    My calendar server doesn't seem to test if I am already logged with SSO.
    Any ideas ?
    Hugo

  • Changing URL path or prefix for Java Systems for Reverse Proxying

    I am running an Apache Reverse Proxy for multiple systems including Enterprise Portal and GRC.  Unfortunately, the two systems share the same directory structure (e.g. /webdynpro, /images, /logon, /useradmin, /VC).  The reverse proxy won't be able to differentiate URLs for the two systems.
    I want to add a prefix (e.g. /grc/webdynpro) or change the URL directories (e.g. /grcwebdynpro) for Portal or GRC.  How can I do this?

    Thank you for the reply, but could you explain?  It seems like this wiki is suggesting how to change the default port and start URL and how to configure reverse proxies in general.  It doesn't seem to answer the specific question that I have.
    I need to add or modify the URL so that it is unique to the reverse proxy.  For example, EP and GRC both use /webdynpro.  I would like one of them to use a completely different structure (e.g. /grc/webdynpro) so that the reverse proxy can differentiate requests to different hosts.
    The reason why changing the Start URL doesn't seem like the answer is because the fundamental directory structure is still the same.  The reverse proxy won't be able to differentiate the different requests because of this.
    I am looking for some kind of configuration that lets me add a prefix to the entire web application server.  Is anyone aware of this configuration or know of an alternative solution?

  • Need to find a scripts for changing default "Open with" iTunes app to Quick

    Hello all...
    I'm new to scripting but need a script really quickly...
    I was wondering if anyone knew where I could find a script that will change the default "Open with" of audio files placed within a certain folder on my desktop...
    I'm making sound clips with WireTap and dumping them in a folder called WireTapExports as .mp3. I then need to play them without using iTunes (and importing them by default) but going into the "Get Info" and manualy changing the "Open With" settings for each file is taking ages...and it's very irratating...
    Is there a way I can make all audio file put in that folder automaticaly open with Quicktime instead.
    I know this is quite easy to most but I've only just started looking at Applescript (i.e. a few days ago) and but I need this to work now...
    Many thanks in advance...
    PigeonCake...

    Not what you want, but if you hold the control key while getting info it changes to summary info which then lets you change the preferred application on a batch of files in one go.

  • ITSMobile - Problems when changing screen layout with CSS

    Good afternoon,
    I have a service ZLM00(SICF) with some public screens in the stile MOBILE4(Service of  internet-se80), and I am trying change your layouts with CSS.
    Steps taken:
        1 u2013 I activated the repository MIMES (/default_host/sap/public/bc/its/mimes);
        2 u2013 I copied the mobile.css from internet service standard ITSMOBILE for my service ZLM00(se80) with the name ZRF01.CSS;
        3 u2013 I added the parameter ~ITSMOBILECSSINCLUDE = ZRF01 in my service ZLM00(SICF);
        4 u2013 I published all screens and file ZRF1.CSS;
    The problem:
          When I test the service in the browser, I see in the source code that the file CSS was added u201C<link rel="stylesheet" href="/sap/public/bc/its/mimes/zlm00/99/ZRF01.css" type="text/css" />u201D
          And the screens received some changes, however when I added a new line in file CSS for exemple
    /* --- Basic Row -
          .MobileRow {
            white-space:pre;
            vertical-align:middle;
            background-color:#F3F3F3;  "new lineu201D
            Is not ok. Just the command standard works.
            I am doing something wrong ? Is missing some step ?
            My configurations:
             - Version SAP ECC 6.0/SAP_APPL 604 SP8;
             - Device mobile Symbol/motorola MC3190;
             - Operating system Windows CE 6.0 with Internet Explorer 6.0;
             SICF:
             ~THEME                          99
             ~TRANSACTION                          LM01
             ~ITSMOBILE                          1
             ~SOURCES                          ZLM00,ITSMOBILE
             ~POPUPS                           1
             ~ITSMOBILECSSINCLUDE     ZRF01
             ~ITSMOBILEELEMUNITS       px
             ~DYNPRO_COMPRESSION     1
             ~ITSMOBILECUAINCLUDE     ZCUAAREA
             ~ITSMOBILEELEMFACTOR      6
          PS: I am trying change the layout of the screens only to remove blank spaces placed on the screen MOBILE4, the objects do not fit the device screen.        
          Best regards,  
          Gerson S. Livio

    No.
    If you want to see how the screen will look; look in the iPhone/ iOS 7 section of this site.

  • Configuration path for Inbound delivery header text".

    Hi,
    I want separate text type for Inbound delivery, in transaction code VL31N.
    Can any body suggest on "Configuration path for Inbound delivery header text".
    Thanks & Regards
    Sudhansu

    Hi,
    Use Transaction VOTXN.
    *Select the radio button next to Delivery. and select Text types.
    *Go to new entries and create your own text ID after creating text ID go back to the previous screen and select change button.
    Create access sequence.
    select the access sequence you have created and double click ACCESS SEQUENCE FOR TEXT ID folder and Enter sequence number, Text object  and teh text ID you have created.
    Double click text procedure
    Select the text procedure which you are using for teh Delivery document type and double click TEXT ID IN TEXT PROCEDURE Folder.
    Assign the sequenec number TEXT ID and teh ACCESS sequence.
    Afer all teh above configuration steps the you can see the text ID in header text of billing document.
    To retrive teh contents of teh TEXT ID use Fuction module READ_TEXT with TEXT ID, LANG, NAME and TEXT OBJECT as input parameters.
    Note: The contents of the text ID will be in multiple lines of 70 characters each.
    Regards,
    Arun.S

  • What is the path or TC for changing control of recon account in vendor

    Hi Gurus,
    Pl tell the TC or Path for changing the reconciliation account control for vendor as like in asset recon account.
    Pl itsUrgens
    Thanks in advance

    Hi:
             What i guess from your requirement that you need to control the field Reconciliation account, some users should be allowed to change the recon account and other should be restricted from doing so? If i am right then you can do that easily with the help of BASIS guy. F_LFA1_AEN     Customer: Change Authorization for Certain Fields will do the needful for you.
    Ask your Basis consultant to implement authorization's checks against F_LFA1_AEN for this Transaction code for the user profiles as desired by you. Before that do the necessary customization in SPRO as follows:
    Define your change groups in the task level menu of Financial Accounting >A/R & A/P -> Credit management -> Define Field group-> Assign Fields -> Groups.
    While assigning you can find the field LFB1-AKONT  . Your issue will be resolved.
    Regards

  • Cisco Catalyst 6500 version 12.2(33)SXI13 configured as DHCP server for a VLAN responds to Windows 7 client with status code NOA

    Can anyone help figure out why the Catalyst 6509 is not able to assign an IPv6 address? Thank you.
    Cisco Catalyst 6500 version 12.2(33)SXI13 configured as DHCP server for a VLAN responds to Windows 7 client with status code NOADDRS-AVAIL(2). My configuration on the 6500 for the DHCPv6 server is:
    ipv6 dhcp database disk0://DHCPV6-DB
    ipv6 dhcp pool VLAN206IPV6
     prefix-delegation pool VLAN206IPV6-POOL
     dns-server 2620:B700:0:1001::53
     domain-name global.bio.com
    ipv6 local pool VLAN206IPV6-POOL 2620:B700:0:12C7::/65 65
    interface Vlan206
     description *** IPv6 Subnet ***  
     ip address 10.2.104.2 255.255.255.0
     ipv6 address 2620:B700:0:12C7::2/64
     ipv6 nd prefix 2620:B700:0:12C7::/64 14400 14400 no-autoconfig
     ipv6 nd managed-config-flag
     ipv6 dhcp server VLAN206IPV6
     standby version 2
     standby 0 ip 10.2.104.1
     standby 0 preempt
     standby 6 ipv6 2620:B700:0:12C7::1/64
     standby 6 preempt
    I'm getting a result from my debug as follows:
    Apr 10 16:28:02.873 PDT: %LINK-3-UPDOWN: Interface GigabitEthernet2/2, changed state to up
    Apr 10 16:28:02.873 PDT: %LINK-SP-3-UPDOWN: Interface GigabitEthernet2/2, changed state to up
    Apr 10 16:28:02.877 PDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/2, changed state to up
    Apr 10 16:28:03.861 PDT: IPv6 DHCP: Received SOLICIT from FE80::5D5E:7EBD:CDBF:2519 on Vlan206
    Apr 10 16:28:03.861 PDT: IPv6 DHCP: detailed packet contents
    Apr 10 16:28:03.861 PDT:   src FE80::5D5E:7EBD:CDBF:2519 (Vlan206)
    Apr 10 16:28:03.861 PDT:   dst FF02::1:2
    Apr 10 16:28:03.861 PDT:   type SOLICIT(1), xid 8277025
    Apr 10 16:28:03.861 PDT:   option ELAPSED-TIME(8), len 2
    Apr 10 16:28:03.861 PDT:     elapsed-time 101
    Apr 10 16:28:03.861 PDT:   option CLIENTID(1), len 14
    Apr 10 16:28:03.861 PDT:     00010001195FD895F01FAF10689E
    Apr 10 16:28:03.861 PDT:   option IA-NA(3), len 12
    Apr 10 16:28:03.861 PDT:     IAID 0x0FF01FAF, T1 0, T2 0
    Apr 10 16:28:03.861 PDT:   option UNKNOWN(39), len 32
    Apr 10 16:28:03.861 PDT:   option VENDOR-CLASS(16), len 14
    Apr 10 16:28:03.861 PDT:   option ORO(6), len 8
    Apr 10 16:28:03.861 PDT:     DOMAIN-LIST,DNS-SERVERS,VENDOR-OPTS,UNKNOWN
    Apr 10 16:28:03.861 PDT: IPv6 DHCP: Option IA-NA(3) is not supported yet
    Apr 10 16:28:03.861 PDT: IPv6 DHCP: Sending ADVERTISE to FE80::5D5E:7EBD:CDBF:2519 on Vlan206
    Apr 10 16:28:03.861 PDT: IPv6 DHCP: detailed packet contents
    Apr 10 16:28:03.861 PDT:   src FE80::21D:E6FF:FEE4:4400
    Apr 10 16:28:03.861 PDT:   dst FE80::5D5E:7EBD:CDBF:2519 (Vlan206)
    Apr 10 16:28:03.861 PDT:   type ADVERTISE(2), xid 8277025
    Apr 10 16:28:03.861 PDT:   option SERVERID(2), len 10
    Apr 10 16:28:03.865 PDT:     00030001001DE6E44400
    Apr 10 16:28:03.865 PDT:   option CLIENTID(1), len 14
    Apr 10 16:28:03.865 PDT:     00010001195FD895F01FAF10689E
    Apr 10 16:28:03.865 PDT:   option STATUS-CODE(13), len 15
    Apr 10 16:28:03.865 PDT:     status code NOADDRS-AVAIL(2)
    Apr 10 16:28:03.865 PDT:     status message: NOADDRS-AVAIL

    Hello,
    maybe hitting the following bug.
    Pv6 Address Assignment Support for IPv6 DHCP Server
    CSCse81385
    Hope this helps

  • Changing Save Path for Visi Documents

    Hi,
    Does anyone know how / if the file path for saving visulation documents can be modified?  It does not seem to allow you to change the path when saving a document.
    Thanks,
    Mel

    Hi Mel,
    You could now do that, but with a small work around. I have created a document that explains exactly how you do that. SAP Lumira – Geek Tweaks: Changing default save path location of SAP Lumira.
    Regards
    Shankar

  • How to configure the virtual path with our web listener

    Oracle Apps Version: 11.5.10.2
    Oracle database: 10.2
    platform: Windows server 2003
    while applying developer 6i patch ( 61954129 ) i got following error which says configure the following virtual path for your web listener
    following is the output of forms6iconfig.txt file which oracale suggest to check
    Configuration Steps for Oracle Forms installation of 06:21:33 2010/12/01
    This file gives details of the configuration steps done for you by the installation process
    (marked '[INFO]') and of any actions you need to do manually (marked '[ACTION]'). Please read
    this file and perform the requested actions.
    [ACTION] If you are installing in a new Oracle Home, please reboot the machine after the installation.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\temp.
    [INFO] NT service Oracle Forms Server [Forms60Server] has been created and started for
    the Forms Server.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory D:\CLONE\cloneora\8.0.6\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\cgi.
    [INFO] An internet shortcut to run a standard test form, or any form of your choice, has been
    created for you in the Oracle Forms program group.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory D:\CLONE\cloneora\8.0.6\JINIT.

    Hi,
    while applying developer 6i patch ( 61954129 ) i got following error which says configure the following virtual path for your web listener
    following is the output of forms6iconfig.txt file which oracale suggest to check
    Do you mean (Patch 6194129)? How do you get this error? Is it at the beginning or the end of the installation?
    Configuration Steps for Oracle Forms installation of 06:21:33 2010/12/01
    This file gives details of the configuration steps done for you by the installation process
    (marked '[INFO]') and of any actions you need to do manually (marked '[ACTION]'). Please read
    this file and perform the requested actions.
    [ACTION] If you are installing in a new Oracle Home, please reboot the machine after the installation.
    [ACTION] Please configure the following virtual path with your web listener: /dev60temp for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\temp.
    [INFO] NT service Oracle Forms Server [Forms60Server] has been created and started for
    the Forms Server.
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory D:\CLONE\cloneora\8.0.6\FORMS60\java.
    [ACTION] Please configure the following virtual path with your web listener: /dev60html for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\html.
    [ACTION] Please configure the following virtual path with your web listener: /dev60cgi for
    physical directory D:\CLONE\cloneora\8.0.6\tools\web60\cgi.
    [INFO] An internet shortcut to run a standard test form, or any form of your choice, has been
    created for you in the Oracle Forms program group.
    [ACTION] Please configure the following virtual path with your web listener: /jinitiator for
    physical directory D:\CLONE\cloneora\8.0.6\JINIT.Please make sure you source the application env file before applying this patch, and select 8.0.6 ORACLE_HOME.
    Thanks,
    Hussein

Maybe you are looking for

  • Have no windows open when iChat starts.

    I recently had to do a full reinstall for my G5. I don't recall this being a problem before then. When I start up iChat (after rebooting, whatever) it opens the buddy list PLUS empty windows for any chat I had going when I last quit. I think before,

  • Restore Error 3 in iPad 3 plz help me

    Restore Error 3 in iPad 3 plz help me

  • Fail to load "/mapviewer/fsmc/jslib/oraclemaps.js"

    I try to see map view in OBIEE 11.1.1.5, after adding Oracle map to mapviewer. After clicking 'Apply' I see the following error exception: Fail to load "/mapviewer/fsmc/jslib/oraclemaps.js" When re clicking 'Apply', the report and the map are display

  • Highlight fields in a calendar

    My project involved in creating a Google like calendar allow users to highlight their schedule. Is there a way to do it without using JSF and Ajax? How about just using javascript and jsp? If it not possible, is there any example codes/links on using

  • I need help with my new tablet please !

    hi there i cant logon the appworld in my tablet iam from Saudia arabia it says " the app world not available in my country " how can i install app if i cant conect from my tablet is there any way to use my laptop for help iam using MACBOOK computer i