Link for jumping from a JSP Appl. with a button to an external Web-Side

Hi,
I'm searching for the solution to create a button where I can jump to an external Web-Side! What I have to do for that in JSF????
Regards Ingo

Good to know that you're fine...
For me all go well too.
I'm now in charge of loading the datawarehouse on my society...
And like a lot of others projects come on my hands I have to keep an eye on new technologies (like web service now).
Still not tested ODI 11g, and I have to say that I'm a bit cold on migrating all my projects on the new version...
Did you encountered issue when passing form ODI 10 to 11 ?
I'm a bit curious knowing new features of this first Oracle version....
Looking forward to reading from you
Brice

Similar Messages

  • IPhone question:  Im trying to update applications on my iphone.  When I do it I'm as for password from a different Apple ID from what I have in Itunes.  How do I change so that both are the same?

    IPhone question:  Im trying to update applications on my iphone.  When I do it I'm as for password from a different Apple ID from what I have in Itunes.  How do I change so that both are the same?

    All apps are tied to the apple id that it was used to purchase or download the app.
    did you use a different id to buy the app?
    you can change id, settings - appstore - apple id - log out and log in with correct id.

  • We got a new pvr and remote for tv from Rogers, now Apple tv doesn't work - how do I reset it to get it working

    We got a new pvr and remote for TV from Rogers, now Apple tv doesn't connect, how do I get it connected again

    Restore your Apple TV (2nd & 3rd generation)
    I don't recall off the top of my head, but there may also be a reset button on the rear of the unit, probably recessed.

  • How to use custumer DataTagsLibrary for BC4J in the JSP's with Struts Suppo

    I've been looking for a good tutorial to learn very well
    BC4J, DataTags Library for JSP , all with struts support.
    But it's dificult to join all this topics.
    Can someone help.
    If you have any answer for me, plesea send an e-mail to
    [email protected]

    Try these links:
    http://radio.weblogs.com/0118231/ - Look for the Toy Store demo.
    http://otn.oracle.com/sample_code/tutorials/bc4jvsm/content.html - The new Shopping Mall tutorial.
    http://otn.oracle.com/products/jdev/howtos/content.html - The JDeveloper how to list.
    Also, check frequently on the JDeveloper forum here on OTN.
    HTH.
    Thanks, George

  • How can I send email from an JSP page  with HTML format either using jsp

    hi,
    I have an jsp page with online application form,after compleating the form if i select submit it will send all the compleated data to the mail id we mentioned in the form tag,for this i am using javascript,but instead of receiving the data in the format of strings,my client want to receive the data in the same format as he's filling in the jsp page(html format) through e-mail.any help would be appreciated.the fallowing is the code right now i am using for email application.
    <code>
    function send()
    if(validatePersonalInfo(document.theform))
         document.theform.submit()
         location.href=location.reload()
    function validatePersonalInfo(form)
         var tmpStr ="";
         if (form.Name.value == "") {
              tmpStr = "Name";
              document.all.dName.style.visibility="visible";
              document.theform.Name.focus();
         else{
              document.all.dName.style.visibility="hidden";
         if (form.SSN.value == "") {
              tmpStr = tmpStr + ", Social Security Number";
         document.all.dSSN.style.visibility="visible";
         if(form.Name.value != "")
              {document.theform.SSN.focus();}
         else{
              document.all.dSSN.style.visibility="hidden";
    if (tmpStr == "") {
              return true;
         } else {
              alert("Please Fill the Following Fields: " + tmpStr);
              return false;
    <FORM NAME="theform" METHOD="post"
    ACTION="mailto:[email protected]?subject=Online Application Form for MinorityDealer." ENCTYPE="text/plain">
    <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="10" NOF="LY">
    <TH>
    <P>
         <FONT SIZE="3" FACE="Arial,Helvetica,Univers,Zurich BT">Online�Application</font></TH><BR>
    </TABLE>
    <table width="718" border="1" cellspacing="0" cellpadding="3" bgcolor="#CCCCFF" align="center">
         <tr>
    <td colspan="2"><font class="captionText">Name*�</font><br><input type="text" size="25" name="Name" class="bodyText">
    <div id="dName" name="dName" style="position:absolute;visibility:hidden"><font color="red">Name is Mandatory*</font></div>
    </td>
              <td colspan="2"><font class="captionText">Social Security Number*�</font><br><input type="text" size="9" name="SSN" class="bodyText">
              <div id="dSSN" name="dSSN" style="position:absolute;visibility:hidden"><font color="red">SSN is Mandatory*</font></div></td>
    </tr>
    <tr>
    <td colspan="2"><font class="captionText">Total Personal Assets</font><br><input type="text" size="10" name="TotPersAss3" class="bodyText"></td>
              <td colspan="2"><font class="captionText">Total Personal Liabilities & NetWorth</font><br><input type="text" size="10" name="TotPerLiab3" class="bodyText"></td>
    </tr>
         </tr>
    </TABLE>
    <IMG Valign="middle" name="imgSubmit" src="images/buttons/Submit.gif" width="66" height="29" border="0" alt="Submit">
    </code>

    Can any one do some help to solve this problem.
    Regards.

  • How to insert into 2 tables from the same page (with one button  link)

    Hi,
    I have the following 2 tables....
    Employees
    emp_id number not null
    name varchar2(30) not null
    email varchar2(50)
    hire_date date
    dept_id number
    PK = emp_id
    FK = dept_id
    Notes
    note_id number not null
    added_on date not null
    added_by varchar2(30) not null
    note varchar2(4000)
    emp_id number not null
    PK = note_id
    FK = emp_id
    I want to do an insert into both tables via the application and also via the same page (with one button link). I have made a form to add an employee with an add button - adding an employee is no problem.
    Now, on the same page, I have added a html text area in another region, where the user can write a note. But how do I get the note to insert into the Notes table when the user clicks the add button?
    In other words, when the user clicks 'add', the employee information should be inserted into the Employees table and the note should be inserted into the Notes table.
    How do I go about doing this?
    Thanks.

    Hi,
    These are my After Submit Processes...
    After Submit
    30     Process Row of NOTES     Automatic Row Processing (DML)     Unconditional
    30     Process Row of EMPLOYEES     Automatic Row Processing (DML)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    40     reset page     Clear Cache for all Items on Pages (PageID,PageID,PageID)     Unconditional
    50     Insert into Tables     PL/SQL anonymous block     Conditional
    My pl/sql code is the same as posted earlier.
    Upon inserting data into the forms and clicking the add button, I get this error...
    ORA-06550: line 1, column 102: PL/SQL: ORA-00904: "NOTES": invalid identifier ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
         Error      Unable to process row of table EMPLOYEES.
    Is there something wrong with the pl/sql code or is it something else?

  • How to open mapquest from a jsp page with address loaded in struts?

    Can someone plz tell me about how to open mapquest from a jsp with address preloaded (i.e taken from jsp fields)? I am using struts.

    http://maps.google.com/maps?q=
    add the query to the end of it. Makes simple.

  • Need help getting online help to jump from book to book with arrows

    Hi,
    Can anyone explain to me how to generate my online help to be
    able to use the arrows (at the top of the screen, not the keyboard
    arrows) to jump from book and topics in book, to the next book and
    topics and so on throughout my entire project. Normally, I have to
    point my mouse on the first topic in the book and then I am able to
    use the arrows, but I would like to not have to use the mouse. I
    just want to use the arrows.
    Thank you

    Hi EEDSS
    Although I'm totally unsure about what it is you are doing or
    trying to do, I'll take a stab in the dark here.
    Assuming the arrows are already present and you are simply
    looking for a method to bring focus to the topic in question
    without clicking it, you could try configuring the topic as the
    default topic for your project. Then ensure you auto-synchronize it
    to the TOC.
    Hint - to auto-synchronize to the TOC, you edit the window
    properties. To configure the default topic, you edit the
    !SSL!/Microsoft HTML Help layout properties.
    Cheers... Rick

  • Help needed with process to call an external web service from within ABAP

    Hello,
    I have an understanding of how I can provision web service from within SAP so that it can be consumed by external apps.
    Now, I am in need to know the, how I can call an external non-sap web service (let's say a java application) or even a public domain web service for that matter:
    Is there any lay man's guide out there? which will list following step:
    A sample ABAP program calling an external web service
    List of all the configurations needed within SAP to make this happen (calling an external web service).
    Any help will be greatly appreciated.

    Hi Matesh,
    Please use the following command in Google : site:sdn.sap.com abap consuming web service
    There is many samples of your needs on SDN.
    Like this one :
    http://wiki.sdn.sap.com/wiki/display/Snippets/WebServiceconsumerusingABAP-PROXY
    Regards, Gilles.

  • Create an internet link for a PC in an apple environment

    I am a complete beginner, bear with me. I have an ibook G4 and a G5 both running Tiger 10.4.2 and linking to the internet via airport extreme. I am trying to link a PC so that it too can access wirelessly through the airport and have the ability to print to 2 printers also in the apple loop. I have set the PC up with wireless 802.11b & 802.11g software but cannot get it to connect. The PC software is asking for a network key but I don't know where this can be found? Additionally do I need to adjust any Apple settings?
    Many thanks for any helpful tips!

    You may find the guides here useful:
    Accessing a Airport Network with a Windows XP PC or laptop (with XP SP2)
    http://www.ifelix.co.uk/tech/1011.html
    Accessing a Airport Network with a Windows XP PC or laptop (with XP SP1)
    http://www.ifelix.co.uk/tech/1010.html
    Printing from a Windows XP PC to a printer attached to an Airport Extreme Base Station or Airport Express using Bonjour
    http://www.ifelix.co.uk/tech/1008.html

  • Link for how to kill spindump -- Apple please fix this infuriating software

    People have been complaining about spindump (stuttering audio, spindump taking over the entire processor and thrashing the disk when Leopard thinks a program "is not responding") for well over a year and it seems like Apple has done nothing to mitigate the problems with it.
    While I think I understand the need for spindump (to dump the contents of memory to disk at the moment of the offending program hangs so that it can be used for the crash reporter), the way it's implemented is horrible, and causes wild CPU usage and disk thrashing often when the machine can least afford it -- when a program is being paged in from disk and appears to the system to be hanging.
    I used the method here: http://matthew.kurowski.org/?p=109 to disable spindump, and it is just absolutely amazing how much more responsive my Mac is when it's having to page in huge applications (like Aperture/Photoshop/Illustrator/Dreamweaver) from virtual memory after having swapped them out to disk (which even with 4GB RAM tends to happen often for me because I tend to leave about 20 apps open at once). I now no longer have to look into Activity Monitor to see spindump fighting with all my other apps for processor and disk transfer bandwidth.

    Do you have anything useful to say or just snark? Spindump can be disabled without any negative consequences to the user (and with many reports of hugely positive consequences), and it's new to Leopard so if it can be put in it can be taken back out. Regardless, if your rush to cattiness hadn't gotten in the way, you might have noticed I was actually advocating fixing spindump. I'm not an engineer and I'm not paid to be, I pay Apple huge amounts of money on a near-yearly basis so I can have a computer that doesn't get in my way, and, again, spindump gets in the way at the absolute worst possible moments.
    BTW, I fully believe that many people don't realize that Spindump is choking their systems because it's a problem to track down (you have to have Activity Monitor running when the slowdown occurs because the processor pegging and disk thrashing that spindump causes prevents Activity Monitor from launching until spindump calms down).
    Since it's apparently a better use of your time to snark than search:
    http://discussions.apple.com/message.jspa?messageID=6796856
    http://jamesreubenknowles.com/disable-spindump-71
    http://macosx.com/forums/mac-os-x-system-mac-software/298908-crashreporter-spind ump-leopard.html
    http://macosx.com/forums/archive/t-298908.html
    http://lifestream.gatewayy.net/items/view/875
    http://forum.transmissionbt.com/viewtopic.php?f=4&t=4564&start=240
    http://skwpspace.com/2008/05/20/disabling-spindump-on-osx-to-prevent-slowdown-af ter-a-crash/
    http://www.archivum.info/uk.comp.sys.mac/2008-06/msg01972.html

  • Download link for itunes not working on apple website

    I tried to download iTunes from apple webpage. Once I click the DOWNLOAD NOW I get the message of "thank you for downloading iTunes here is this video please learn more" but actually nothing happens. I tried on a different browser but It was the same result. Not possible to sync my iDevices without this software. Suggestions please.

    Use this direct link
    http://www.apple.com/itunes/download/

  • Tip for upgrading from MBP to iMac with Leopard & Parallels Boot Camp

    Here are some pointers based on my recent experience upgrading from a MacBook Pro to an iMac, under Leopard and with Parallels using a Boot Camp partition for Windows.
    First, you do not need to create a Windows partition on your new computer. You will use Boot Camp Assistant to do that - it can dynamically resize your existing Mac OS X partition without destroying it. (I initially used Disk Utility to create a Windows partition but it wasn't recognised properly by Parallels and also the Mac wouldn't boot from it).
    A great way to simplify getting your old installation across is to make a Time Machine backup onto an external drive. Yes, you could also use start up your old Mac in Target mode (hold down T key when you start it), then start the new Mac and copy your settings over. But in my case, the new iMac (a refurb) came with Tiger installed on it while my old Mac had already been upgraded to Leopard.
    I started the new Mac using a Leopard install CD (holding down the C key while starting). Then I chose to restore from a Time Machine backup instead of installing from CD, and soon had a functioning Leopard installation on the new Mac. Well, almost.
    Next I used Boot Camp Assistant to create a Windows partition on the new drive. The old Mac's partition was only 10 GB in size, but I made the new one 31.9 GB in size (so I could stay under the Windows limit of 32 GB for FAT partitions). I then quit without installing Windows.
    On the old Mac, I used an external drive formatted as FAT and used Disk Utility to 'restore' my Windows partition to the external drive. Next I plugged that drive into the new Mac, and restored the external Windows partition to the new Mac's Windows partition. So far, so good. However, Parallels would not start this installation of Windows, and the new Mac would not boot into it (holding down the Option key at start-up did not show me a Windows drive).
    I tried doing a repair of the Windows installation using a Windows install disk but that did not work. What did work was the following: I booted from the Window install CD, then started a new installation. I asked Windows to format the Windows partition on the new Mac, then powered off the new Mac as soon as Windows started copying files. Next, I rebooted the new Mac into Mac OS X, started Disk Utility, and again did a restore of the Windows partition on the external drive to the Windows partition on the new Mac.
    The final step was to reboot the new Mac into Windows directly so that I could load drivers from the Leopard install CD. [I haven't done that yet, so I'm not sure it's necessary].
    Hope this helps!

    Sounds solid to me. If the Glyph was connected on a firewire port that is. This would free up the bandwith that way but actually it is hardly an issue with the Duet considering the limited inputs. But using the Glyph as a backup for your projects is good wise idea anyway.

  • Simple link for jump query

    We have a BI web app for grant financial data that currently uses jump queries (RRI).  However, our users really dislike having to right click to get the context menu and select the 'goto' option.  Right-clicking in web apps is not an intuitive action.  Is there a way to make the field a simple link so that a single click takes them to the related query?
    Thanks in advance for you help,

    you could declare the entire table within a href tag and use the web api cmd 'RRI'.
    ie
    A  href="<SAP_BW_URL  DATA_PROVIDER='DP' cmd='RRI' rri_receiver='your rri id number'>">
    <object>
    </object> /A
    Now all the user does is left click on the table / graph to jump.

  • Minimum requirements for streaming from Mac to Apple TV

    I'm thinking about getting an Apple TV, but one major requirement is that I can share my Mac desktop so I can stream TV shows from cbs.com and other websites and watch them on the big TV. Do I have to have Mountain Lion to do this? Or can I do it with a lower OS?

    Learn about AirPlay Mirroring in OS X Mountain Lion

Maybe you are looking for

  • Data Safety - Time Machine Backup HD

    Greetings, Our organization uses time machine and individual external HDs to backup our workstations. Most of the employees use laptops, and leave the external HDs at their desk. Does anyone have any suggestions for keeping this data safe? Is the bes

  • HOWTO: Get a logitech marble mouse to work w/scroll and more

    This bit of information was taken from a post at the ubuntu forums. It worked for me, enjoy! Modify your Xorg.conf/XF86Config file to have this in the mouse section: Section "InputDevice" Identifier "MarbleMouse" Driver "mouse" Option "Protocol" "aut

  • Bridge CS6 keeps crashing on my macbook pro

    I have been getting help from adobe support all day regarding this problem. Bride CS6 keeps crashing as soon as I open it....It worked perfectly up until this afternoon. I have latest OS X update, I uninstalled and reinstalled it. I also cleared the

  • SAP Workflow for Intercompany invoices

    Hi SAP Folks, I would just like to seek for your assistance regarding those blocked invoices under Intercompany vendor? From what I know, SAP Qty blocked invoices are usually resolved by the SAP entering the GR automatically.Are there any other tips

  • Movies no longer offered by apple tv?

    So I made a wishlist of all the movies I want to watch. I go to rent one and it says that it is no longer offered on Apple TV. It happened to about 3 of them. I thought that maybe the studio dropped their movies or deal with Apple. I checked, and all