Url link problem

for my project, i create a table to that store some field and a url. then i rs,getString(url)(example www.yahoo.com). what is shown on my address is (http://localhost:8080/www.yahoo.com). how do i actually do so that i can get to www.yahoo.com.

Hey,
my jstl urls will not render properly. I am using:
<c:forEach var="row" items="${rs.rows }">
<h4>${row.startdate }</h4>
<c:url var="url" value="announceDetail.jsp" >
<c:param name="announceidid" value="${row.announceid}" />
</c:url>
<p>${row.content}</p></li>
</c:forEach>
The url turns out to be
http://testchem.chem.columbia.edu/ugrad/$urlWhat am I doing wrong?
M

Similar Messages

  • IC Webclient URL Link Problem

    Hi All experts,
    I was trying to create a URL link for individual invoice in IC Webclient showing in a table.
    My expectation is that when I click on this link, it would
    bring up or open another browser with the real invoice
    image apprearing.
    How can I implement this?
    Any configuration needs to be done in Archiving.
    Input is very much appreciated!
    Bin

    Hi Andi,
        You havent this functionality, because you arent execute a internet explorer you only show a url. Maybe your can write a bsp and with a custom development..add this buttons.
    Regards.
    Manuel

  • URL link problem in Sites when using JSK

    Hi,
    I migrated some of the content of our site to a new version of JSK running on Windows 7 Professional. The pages are getting rendered via the preview option, but the links are not. The actual URL to a working page is  http://localhost:9080/cs/Satellite?c=Page&cid=1370313600275&pagename=FW_BlogWrapper&childpagename=site%2FPage%2Ftemplatet&rendermode=preview in the new JSK and this renders the page.
    However the link for the page constructed via gettemplateurl renders http://localhost:9080/cs/Satellite?c=Page&cid=1370313600275&pagename=site%2FPage%2Ftemplatet&rendermode=preview which causes HTTP status 403 Content Server could not process this request. The error in the logs is
    [2013-07-16 14:46:55,639 UTC] [ERROR] [http-bio-9080-exec-2] [logging.cs.satellite.request] Error accessing the external page with pmd: page:
    [2013-07-16 14:46:55,640 UTC] [ERROR] [http-bio-9080-exec-2] [fatwire.logging.cs.request] COM.FutureTense.Common.ContentServerException: ContentServerException: (Illegal attempt to view an explicit pagelet as a wrapper for page:  Error code:PAGELET SECURITY ERROR
    [2013-07-16 14:49:02,754 UTC] [ERROR] [http-bio-9080-exec-26] [fatwire.logging.cs.request] COM.FutureTense.Common.ContentServerException: Illegal attempt to view explicit pagelet as wrapper:  Error code:PAGELET SECURITY ERROR
    Any help is appreciated... thanks.

    Hello CrgF,
    What is the Usage of the site/Page/template template?
    If the Usage is set to "Element is used within an HTML page" (i.e. pagelet), you would get the errors mentioned when pass the template name in the pagename parameter.
    Try setting Usage to "Element is used as Layout" or "Element defines a whole HTML page and can be called externally" for the template and see if the issue persists.

  • Can someone help with this Actionscript 2.0 URL link problem

    Hi
    I've created a button that when clicked needs to jump to a
    frame, play the
    animation and then load a web page from the net.
    I've got the first bit alright with
    on(release) {
    gotoAndPlay(81);
    But what Actionscript 2 do I need to put in to jump to an URL
    after that?
    Any help would be appreciated.

    on the last frame of your animation, place a keyfame on the
    timeline in a layer called 'actions' then use the code:
    stop();
    getURL('
    http://www.thesite.com',
    '_self');

  • Button URL link problem

    Hi, pretty new to flash and I am trying to add a hyperlink to
    a button I have made using actionscript 2.
    this is the code i am using:
    on (release) {
    getURL("
    http://www.blank.com", "_blank");
    I have also tried another method I saw on the internet but on
    both occasions when Press the button nothing happens
    help!

    there's no problem with your code. you're probably testing
    locally and have a security issue or you testing in the test
    environment.

  • Problems adding  url link to buttons in action Script 3

    each time I added it link 1 to the button on file i get these error messages-  
    1046: Type was not found or was not a compile-time constant: link1.
    1180: Call to a possibly undefined method link1.
    Warning: 3594: exec is not a recognized method of the dynamic class RegExp. var r:Object = p.exec(s);  
    This is the code I am using:   import flash.net.navigateToURL; import flash.net.URLRequest;  var link_one:link1;  link_one = new link1(); stage.addChild(link_one);  link_one.addEventListener(MouseEvent.CLICK, buttonClickHandler);  function buttonClickHandler(event:MouseEvent):void { var url:String = "http://www.masterpiececorp.com/ARMREF.htm"; var request:URLRequest = new URLRequest(url); navigateToURL(request); }    I have no other problems with link 3 or 4, just link 1  I still cannot get my urls link to movie clips on the flash  
    Can you upload flash here? if not I have a image capture I can use to have you look at my buttons  and action script code. i have been to every forum I know and not any have been helpful at all. This is my last hope.
    Very frustrated newbie  Gina T
    Message was edited by: gtaylor0406

    The way you had your code originally would be correct...
    var link_one:link1;
    link_one = new link1();
    addChild(link_one);
    The 1046 error is indicating it doesn't recognize the link1 class.  So the first thing you need to make sure of is that you have assigned the link1 class designation to whatever symbol that is in the library.

  • Does anyone else have problems with built in website url links in a PDF not working in iBooks?

    I have several magazine PDF files that have lots of website url links built in to them.
    When I click the links when viewing the PDFs via iBooks they often don't work.
    However, the exact same PDF when viewing/clicking using other PDF apps like GoodReader work perfectly fine.
    Nothing else is different except which app I am using to view the PDFs.
    Anyone?

    It would appear iBook app doesn't support hyperlinks except within a document.

  • URL link to open transaction in NWBC Desktop client

    Hi!
    I am trying to create an URL link to open a transaction in a role that I am using.
    The webpage is shown in a web-chip as a part of FPM page inthe NWBC desktop client.
    I have tried this type of concept: https://serverXX:8000/sap/bc/nwbc/~canvas/roleEntry/MyROLE:56/
    The problem is that this opens the transaction in the HTML version of NWBC (inside NWBC desktop client).
    However, I would do not want to use the HTML based version of the transaction. I want to use nativ abap transaction inside NWBC Desktop client.
    I am able to open the transaction with a link from a webbrowser with this type of link:
    sap-nwbc://https://serverXX:8000/sap/bc/nwbc/~canvas/roleEntry/MyROLE:56/
    This link does not open at all from within NWBC....
    How do I achieve opening a transaction via URL from inside the NWBC Desktop client?

    Hi Stefan,
    Same issue i have as well.
    My Understanding is, in NWBC desktop, if you open a non sap (eg: html) page, NWBC becomes an IE Browser.
    That means you are now out of SAP for that tab (with html page) and whenever you try to launch any SAP transaction (using the method from HTML) it will launch in a new window and ask for Login.
    May be Experts like Samuli Kaski & Melinda Ludanyi can put some light on it.
    But, I have one more solution for this which is partially working in my case. May be helpful in you case as well.
    Issue: From some SAP transaction in NWBC (say tab A), you are launching the html page (say tab B) and then want to launch another SAP transaction (Say tab C) from html.
    Solution: Embed the HTML in SAP using HTML Viewer class and launch SAP custom transaction using the interface IF_LSAPI. It will launch it in new tab as a sap transaction with your html page.
    Now if you want to launch the SAP transaction from your html page (Which is embedded in SAP custom transaction) you can use HTML Viewer class Events and you can pass parameters as well. Re use the same interface IF_LSAPI and launch it in new tab
    In my case i am facing problems as the web developer has so many things on java script and they are not working properly. He is working on it and i am hoping it will be fine.
    Regards,
    Nik

  • Is there change credit card details- URL link in manage my account missing

    someone on this forum that has more brains than the online chat support do?
    I have been trying for 4 days to get someone to find out why the change credit card details URL link is missing from my manage account area. I keep getting told the same thing over and over again...below is an example of the most recent conversation i had this morning...this is absolutely flaming useless...i should have ended the conversation before he got past the first line...
    Patel: Thank you for contacting Adobe.  We are available 7 days a week, 24 hours a day. Goodbye!
    Rahni Verey: Hi Patel,
    Patel: I am sorry for the typo error.
    Patel: Hello! Welcome to Adobe Customer Service.
    Patel: Hi Rahni.
    Patel: We are facing down time error due to which the applications are not responding . Hence  we will be unable to check anything, I request you to contact us after few hours.
    Rahni Verey: I need to update my credit card information, but have not been able to due to site maintenace
    Patel: We are facing down time error due to which the applications are not responding . Hence  we will be unable to check anything, I request you to contact us after few hours.
    Patel: I could have helped you, but we are facing internal application outage due to Server/System Maintenance and Updates. I kindly request you to Please Contact us back on 2-3 hours, We sincerely regret for the inconvenience  caused and the loss you are facing with.
    Rahni Verey: i have been trying to do this since Friday...its now Monday here in Sydney! How long is this going to take?
    Patel: Request you to please wait for few more minutes, and the applications will start working fine again.
    Rahni Verey: i am not having any problems with my applications...i want to change my monthly billing subsciption credit card details!
    Patel: I do understand Rahni, in order to update the credit card details, you will have to go through the process of using adobe applications.
    Patel: I have provide you with the steps, however if the steps do not work, you will have to wait for applications to work fine.
    Patel: I will provide you the steps to update your credit card information.
    Patel: .
    Patel: 1. Sign in to www.adobe.com
    Patel: 2. In the navigation pane or pop-up menu, click Manage Account. [ You may be prompted to enter your password to verify your identity. ]
    Patel: 3. Under Plans & Products, click Manage Plan.
    Patel: 4. Under Payment details, click Edit payment details.
    Patel: 5. Make appropriate changes in the Edit Payment Method pop-up and then click Save.
    Patel: .
    Patel: .
    Patel: You can use the below link to know how it's done page by page.
    Patel: https://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting -creative-cloud.html
    Rahni Verey: i say again, there is nothing wrong with the applications. Its your bloody server that is playing up...there is no option in account management for me to update my credit card details. i already know exactly how to do it!
    Patel: Rahni, I can help with the credit card update, however to do that , I need to check with your subscription under our server, as I am not able to check any services, I am not able to help you currently.
    Rahni Verey: is there someone there who can directly access my account and see what i am talking about. Its plainly obvious if you go directly into my account and try to change credit card details. The URL link for this function is missing!
    Patel: No.
    Patel: To help you on this, the applications must working fine.
    Patel: I am sorry for the situation that you facing currently.
    Patel: Request you to please try after some time.

    Is this the link you have been using? Credit card https://helpx.adobe.com/utilities/credit-card.html

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • I can't open certain url links in Adobe Reader 11.0.6 on Mac os x 10.7.5

    I have pdf documents which contain url links.
    I can open the ones without a space but not the ones that contain a space
    Would appreciate any help or advice with this.
    Thanks

    This happens because these are not true links. Links created with Acrobat using the link tool do not have this problem. Acrobat and Reader have a feature that tries to automatically recognize urls so they can act as links, but it fails when the link contains a space.

  • InDesign to Adobe Acrobat to Adobe Reader Link problem

    Hi - I'm responsible for a long conversation about link problems in creating file links in InDesign that did not work in Acrobat. At the end of that long discussion, I thought I solved the problem, but didn't. Since then, I've been MUCH more observant.
    The problem appears to take place in Adobe Reader.
    My home computer on Win7 is different than my work Computer (XP), but I have the same software on both.
    At work, I discovered that when I clicked on a PDF, it worked fine, that its links opened a new PDF window, but when I clicked on links on the second document, the links failed and Microsoft returned an error message telling me that I was screwed. Because I was screwed, I couldn't see what was in the path of that error.
    It turns out that for some unknown reason (which you might clarify for me), my Adobe Readers are attempting to open my documents in Internet Explorer and that just won't work.
    What I observed at home is that I made 5 test documents in ID, and ported them to Acrobat. As it turns out, my default for opening PDFs is Adobe Reader, which I saw on the chrome of the first document I opened. When I clicked a link, and I got the error message, I noticed my browser was up.
    When I set my default for opening in Acrobat, everything worked like a charm! How about that!
    Now then, what that says to me is that Adobe Reader is to be used exclusively with a browser, so if the people who are going to read your internal PDF files with Reader without those files being on a web server of some type, you are totally screwed. The only way you can use Reader is if you click on the file and bring it up directly. Don't rely on linking to other documents.
    I mean, that is what it seems to me.
    Now, I am creating a big project for an environment without a webserver and obviously my sense of panic is palpable. That said, I believe that all my users can read my files using Acrobat (to be tested tomorrow), which I hope means I can breathe a bit easier.
    Do any of you have any thoughts on this subject? If you are really curious, I can make a packet of test files available.

    Karen_Little wrote:
    The files and the PDFs are all in the same directory.
    The tests are on local drives. All indesign files and their related PDFs were in the same directory.
    The same for Word and its related PDFs. Note that the PDFs created by Word then read by Adobe Reader worked correctly. They all opened in Adobe Reader.
    If the default program for opening PDFs is Acrobat, everything works correctly, with the added benefit of everything opening in a different window, which is what I want (yet to be tested at work). If the default program is Adobe Reader, the second generation of links do NOT work because Reader opens in Internet Explorer.
    When I open a Word-created PDF with Acrobat, view the link, and click to the Actions menu, the action is "Open a file"
    When I open an InDesign PDF with Acrobat and do the same, the action says "Open a web link"
    Big BIG BIG bug.
    Are you seeing the link commands by editing them in Acrobat? If not, try, so you can see the exact command and file or URL instruction. It still may be a bug, but you'll have better evidence when you report it here:
    Adobe - Feature Request/Bug Report Form
    And, you might want to try correcting a link command in Acrobat, to see if can work for both Acrobat and Reader.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How do I force all url links to open only in Firefox ?

    OS : WindowsXP-Prof_SP3
    FF version 18.0.2
    My default browser is FF, but not quite as expected.
    Url links appearing Outlook 2010 messages or appearing in website pages are mostly still opening another browser (AvantBrowser) instead of Firefox.
    How can I force links to access only FF ?
    In other words how do I prevent to open links in any other browser ?
    Most irritating are links appearing in Outlook 2010 messages.
    Those links always open in AvantBrowser, which I don't want to uninstall for the moment being.
    Despite the fact that I applied both procedures, according Mozilla HELP informations !
    1. Settings within FF itself
    2. Settings within Windows-XP (problem here)
    Windows-XP refuses to modify existent current settings to the choices which I want to remain permanent... (as NOT shown in a screenshot I made ; but apparently can't be uploaded here .
    After OK and closing all windows,including ControlPanel, nothing has been changed.
    Going back to [ControlPanel>...> same window] to check if the option has been changed, my choices are gone and old settings remain unchanged ! Why ???
    Like I wrote already procedure described in http://mzl.la/L8LwDs has already been done.

    This screenshot shows the settings being asked for, but they are not registered by Windows. Each attempt to 'modify' the settings to new choices fails.
    Do I have to restart system or is there some button to confirm the wanted choices ?
    After closing this window and coming back to the same window, the settings which were chosen are lost and back again... as they were before.

  • URL link not clickable on APLEX html page

    I create a Page, type is HTML Text. I have a Region with template "Reports Region"
    In region source, I have text looks similar to :
    [td] [a herf="http://yahoo.come"] http://yahoo.com [a][td]
    ([] means less than and greater then sign )
    But after run the page, the url link is not clickable to take me to the website. How can I fix this problem?
    - Denis
    Edited by: Denis Sun on Jun 5, 2012 2:45 PM

    You should wrap your code in {noformat} {noformat} tags
    Always include the following information when asking a question:
    <ul>
    <li>Full APEX version</li>
    <li>Full DB/version/edition/host OS</li>
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)</li>
    <li>Browser(s) and version(s) used</li>
    <li>Theme</li>
    <li>Template(s)</li>
    <li>Region/item type(s)</li>
    </ul>
    Denis Sun wrote:
    I create a Page, type is HTML Text. I have a Region with template "Reports Region"
    In region source, I have text looks similar to :
    [td] [a herf="http://yahoo.come"] http://yahoo.com [a][td]
    ([] means less than and greater then sign )
    But after run the page, the url link is not clickable to take me to the website. How can I fix this problem? The correct syntac of an anchor tag is this, and where did you enter this HTML code?
    //notice the href typo
    <a href="http://yahoo.com">http://yahoo.com</a>

  • Url link in UI

    Hello everyone,
    I am writing my first script and I have run into a problem.  In my UI I have included an image that I would like to turn into a URL link.
    I think this is possible, as I have seen buttons as URL links.
    Can anyone help?
    Thanks a million,
    Tyler

    Here is an example of what I use to display a web page (to run directly from After Effects) :
    var win = new Window ("dialog");
    var winBrowserCmd = "C:/Program Files/Internet Explorer/iexplore.exe";
    var macBrowserCmdStart = "osascript -e 'open location \"";
    var macBrowserCmdEnd = "\"'";
    var BtnURL = win.add("button", undefined, "Check for update"); // var BtnURL = win.add ("iconbutton", undefined, "~/Desktop/img.png" );
    BtnURL.onClick = LinkToURL;
    win.add ("button", undefined, "Close", {name: "ok"});
    function LinkToURL()
                var URL = "http://www.google.fr/"; // your web page
                if ($.os.indexOf("Windows") != -1)
                    system.callSystem(winBrowserCmd + " " + URL);
                else
                    system.callSystem(macBrowserCmdStart + URL + macBrowserCmdEnd);
    win.show ();

Maybe you are looking for

  • Microsoft Exchange 2013 eDiscovery - specific search query: looking for specific hyperlinks within e-mails content/body

    Dear all: I am currently using the MS Exchange 2013 eDiscovery feature with the objective to identify which of my users have received emails containing specific hyperlinks (e.g. http://website1/webroot/file.zip, http://website2/webroot/file.zip, etc.

  • Loading as3 swf files into as2

    im having a problem..i,e. i need to load an external swf which is in as3...and need it to be played in my as2 swf layout. with a time slider ,play, pause ,next, previous for that swf movie clip. pls give ur mail id i can sent my original files.......

  • Do you have to upgrade to Windows 8.1 or is this a squeeze chute with no option?

    I have finally got my computer to operate without any problems and all my programs work fine, the last time I upgraded to Windows 8.1 I had all kind of issues. So my question is; do you have to upgrade to Windows 8.1 or is this a squeeze chute with n

  • Closure of PO

    Hi All, we created a LimitPO and we want to close the same in SRM. How do I close the limit PO in SRM, we have unchecked the invoice expected check box in following documents tab in item details, and also in item details tab, we have maintained no fu

  • Mac "hiccup" - short freezes every few minutes

    I have 15" Intel MBP running OSX 10.6.3. Evey 15-20 minutes the system freezes or "hiccups" for 1 second. This is noticeable when I am streaming video from a USB drive connected to my Time Capsule, watching video from the hard drive or online, or pla