Url mistake

Hi.in the page with this URL:
https://www.mart.com/eManager/index.cfm?leftPanel=6
I have created this form:
<form
action="index.cfm?leftPanel=#url.leftPanel#&rightPanel=100"
method="post">
and I declare them in rightpanel\index.cfm like this:
<CFELSEIF Url.leftPanel EQ 6>
<CFIF Url.rightPanel EQ 1>
<CFINCLUDE
template="categories/level1.cfm"><!---shows the form
page--->
<CFELSEIF Url.rightPanel EQ 100>
<CFINCLUDE
template="products/actions/addCatLevel1.cfm"><!---shows the
the results--->
</CFIF>
but the problem is when I submit the form the url of the page
shows:
https://www.mart.com/eManager/index.cfm?leftPanel=#url.leftPanel&rightPanel=100
what is the problem & how can I see the addCatLevel1.cfm
page?
I tried to use it like this:<form
action="index.cfm?leftPanel=6&rightPanel=100" method="post">
but still nothing is showing on the page.
thank u

Well, I'm not sure of your exact problem as you don't seem
very clear in what you're saying. BUT, there are a few things I
have noticed are a bit odd.
1 - You might want to try using a GET in your method, so that
it can show in the address bar - but then again it probably already
does. e.g:
<form
action="index.cfm?leftPanel=#url.leftPanel#&rightPanel=100"
method="get">
2 - Why does your conditional statement start with a CFELSEIF
?? That should be a condition AFTER a CFIF. Perhaps this is causing
you problems?
3 - For your variables to show you must use CFOUTPUT tag to
process them. e.g:
<form
action="<cfoutput>index.cfm?leftPanel=#url.leftPanel#&rightPanel=100</cfoutput>"
method="get">
4 - The URL you gave gives me an "Unable to establish a
connection to the server at www.mart.com" error. Perhaps a wider
issue and not CF related?
Hope this helps, thanks.
Mikey.

Similar Messages

  • PHP 5.1.2 released with re-factored OCI8 driver

    PHP 5.1.2 has just been released: http://www.php.net/ChangeLog-5.php#5.1.2
    It is the first release that includes the re-factored OCI8 extension.
    I notice the test directory contains a bunch of tests for oci_bind_array_by_name(),
    which people have been waiting for.
    For older versions of PHP, you can download the re-factored OCI8 driver from
    http://pecl.php.net/package/oci8, or get the Windows binaries from
    http://pecl4win.php.net/ext.php/php_oci8.dll. Or, of course, use Zend Core for Oracle.
    -- cj
    PS I see there has been a bunch of activity in the forum over the break and I look
    forward to catching up.

    url mistake by cj:
    http://pecl.php.net/package/oci8 ( without a comma ).

  • Photoshop CS5, animated gif, how to add url to 1 frame.

    I have created an animated gif in Photoshop CS5 and want to embed a url to one of the 3 frames.
    How do I do this?
    I've read that I can use the slice tool to do this (?), but if so, I need help in laymans language as to how to do this.
    The animated gif is for a website on a wordpress platform. When this particular frame is clicked, it should link to the url which I want to add.
    Please help!
    Thank you.

    Whoops, sorry put this in the lightroom forum by mistake. Will post it in the PS CS5.

  • Go URL masking

    Hi,
    Is it possible to mask the URL of a report called using Go URL? I have a link on a report that opens a new window and calls another report using Go URL, passing in values from the first report. I have a requirement to mask/scramble this URL so the user can't change the values being passed into the report. Is there a way to do this?
    Thanks

    I agree with BIPuser. You didn't understand the format of a GoURL. P0 - the number of parameters, then triples must follow: P1 - operator, P2 - <folfer>.<field>, P3 - the value and so on. So your link - '<--a href="http://mgd-1560b7b78e:9704/analytics/saw.dll?Go&Path=/users/administrator/Sales Summaries/Central Region Sales by dollars/Central Region Districts Sales Summary&Action=Navigate&P0=1&P1=eq&P2=Products.Brand">'<--/a>' - incorrect. You didn't show a P3 parameter.
    BIPuser wrote a correct link but with some mistakes:
    1) P0 must be 1
    2) I guess that all spaces in a link must replace by %20 or the link have to be in a quotes - " (or %22)
    So the correct link, I guess
    '<--a href=http://mgd-1560b7b78e:9704/analytics/saw.dll?Go&Path=/users/administrator/Sales%20Summaries/Central%20Region%20Sales%20by%20dollars/Central%20Region%20Districts%20Sales%20Summary&Action=Navigate&P0=1&P1=eq&P2=Products.Brand&P3='||Products.Brand||'>'||Products.Brand||'<--/a>'
    Hope this helps.

  • How to use Endeca Url Optimization API

    Hi All,
    Iam working to implement Endeca Url Optimization API to a java project developed in RAD.
    Any one please guide me to achieve the same.
    Issue:
    Iam calling parseRequest(String Querystring,String pathinfo,string encoder) method to get encoded N-vaue value
    For the case of multiple filter selection, Iam passing pathinfo as “/cat_CL167288/_/N-1z139r3” where N-1z139r3 is the encoded N-value of previously selected filter.
    UrlState baseUrlState=seoFormatter.parseRequest("catalogId=10020&storeId=50001&langId=1&N=1z139r3","/cat_CL167288/_/N-1z139r3","UTF-8");
    We are getting an error which is thrown from SEOURL API jars. I have decompiled the jar and found that the exception is throwing while setting N Param value, but able to set other values without exception.
    paramUrlState.setParam(“N”, “1z139r3”);
    Here is the error message :
    java.lang.IllegalStateException: UrlState doesn't contain valid navigation state: you must explicitly call UrlState.inform(ENEQueryResults) or UrlState.setNavState(...) before handling the navigation state of an UrlState
    at com.endeca.soleng.urlformatter.UrlState.getNavStateUrlParam(Unknown Source)
    Please help me
    thanks,
    RGL

    Hi Roy,
    > I found this line:
    Within the docu or within your page?
    Normally, when it's within the page, you don't have to add it to your iView. It has to be on the page.
    There must be somethin else strange. Maybe an error in NW implementation, but I would think that's probably some minor mistake on your site.
    Please minimize your example as far as you can: Use a JSPDynpage with nothing in it than the redirect to the JSP, within the JSP, do nothing in it than the things needed for the call of the pageSupport object, and a corresponding minimized portalapp.xml.
    Post them here in the thread (using code marker).
    And give additional info how the iView when you tested and still it didn't work has been isolated (URL/embedded). Also try to play with these settings by yourself.
    Hope it helps
    Detlev

  • Using Go URL to Pass parameter between dashboard

    Hi All,
    I am trying to pass parameter using GO URL functionality from one dashboard analysis field to another dashboard.
    The navigation is working properly but the parameter is not getting passed, I am not sure why.
    The Called dashboard has a analysis which has IS PROMPTED filter attached to it for the passing filter. I tried various ways to make this work
    Option 1
    In the calling analysis, I am using a Narrative View and inside I have used the below code.
    <a href="saw.dll?Go&Path=/shared/MI/_portal/Client-MI&Page=Supplier%20Detail%20Tab&Action=Navigate&P0=1&P1=eq&P2=Dim%20Supplier.Supplier%20Name%20Current&P3=1+%22STR%20LTD%22"> @2[br/]
    This one navigate but filtering is not happening
    Option 2 (My first preference will be this option)
    Also I tried to provide custom Data Format under the column Properties
    [html]"<font class="nav" onclick=\"JavaScript:GoNav(event, '/shared/MI/_portal/Client-MI/Supplier Detail Tab','Dim Supplier','Supplier Name Current','"@"');\">"@"</font>
    This ends up giving error
    Type mismatch of catalog object /shared/MI/_portal/Client-MI/Supplier Detail Tab -- expected , got .
      Error Details
    Error Codes: UVWDR6UA 
    Also, both the tabs (Called and Calling are under the same Dashboard)
    Can anyone please let me know, were I am making mistake. I tried refereeing Oracle documentation but still no result.
    Thanks

    Looks like you've got it almost right - just an extra unneeded "
    <a href="two.jsp"?ant=<%= ant %>"><%=antName%></a>
    which should render on the page as something like
    My Ant Task
    When you click the link, it should pass that parameter, and you can get it via request.getParameter().

  • Question regarding GO URL link with &Action=Navigate in OBIEE 11g

    Hello All,
    Actually I am working with the GO URL Links in OBIEE 11g.When I am trying to use the link as
    &Action=Navigate&p0=3&p1=bet&p2="Time%20Periods".Date&p3=2+ '01/01/2011'+'01/31/2011'
    The data is not getting filtered.It is giving me all the data which I don't need also..Is this a bug or am I doing any mistakes..Please let me know..

    Actually I have a few parameters or filters and I am using those filters in the GO URL Link but that filters when I am applying in
    &Action=Extract it is working properly.But When I am trying the same with &Action=Navigae it is not gining me the results what I want..

  • Why do we use open URL in default browser function? What are the uses of it?

    Why do we use "open URL in default browser" function?  What are the uses of it?

    kdm7 wrote:
    Okay.
    So can we keep a web button to access the www.ni.com ? So that web site opens only when button pressed?
    P.S  I,m a newbie.
    Yes, you can also, e.g. include a help file or manual as html and open that in the browser.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Target URL in the Receiver SOAP channel in PI 7.11

    Hi
    I have designed integrated Configuration in PI 7.11 and i have SOAP sender and SOAP receiver. SOAP sender is fine but for SOAP receiver i have an issue with the target URL that i selected.
    Initially the receiver was ABAP proxy with HTTP connection as we dont have ABAP related adapters in AAE i used SOAP. But i have used the same URL that is the Target host configured in the HTTP ABAP connection to the target system. Then i am getting the following error at the receiver comm channel
    Message processing failed. Cause: com.sap.aii.af.sdk.xi.util.URI$MalformedURIException: no scheme
    I am sure i am doing a mistake, the URL i am using is wrong as it is not meant for SOAP calls. Please suggest me what needs to be done here.

    ..I am sure i am doing a mistake, the URL i am using is wrong as it is not meant for SOAP calls. Please suggest me what needs >>to be done here
    You are using Integrated configuration with PI 7.1 EHP1 version. That means SOAP supports as PI native protocol (XI) for PROXY scenario. So, you have to create soap receiver adapter and choose message protocol as XI.
    Integrated configuration occurs in java stack engine and XI adapter(proxy) not exists there. Only if you do classical processing (IE) then you can use XI adapter at the receiver side. Thats the reason you dont find XI adapter in the integrated configuration.
    Hope I answered your question

  • Way the url of the images are absolute in km?

    Hi!
    I am having some trouble with the url's of the images that I insert in a html page on KM. Specifically, when I insert a new image, the URL of it is absolute!!
    I mean:
    http://<host>:<port>/irj/go/km/docs/documents/imagename.gif
    I edited the url and remove the http://<host>:<port> so I get the relative url
    /irj/go/km/docs/documents/imagename.gif
    but when I save the settings, the system insert the hostname and port.....making the url absolute again!!
    Is this a bug or I making a mistake?
    The real problem arises when I transport the KM Content (using ICE), becouse after the transport, the url of the image in the new system keep being absolute... and keep referencing to the original hostname and port!!!
    could anybody give me a tip or some advice???
    thanks in advace!!!
    best regards
    Marcelo
    pd: I am working on EP 7 SP 11

    Hi Marcelo,
    This is strange. We always insert links to images like "/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/images/test.gif", and it works ok in all environments.  This link dynamically adds the <host>:<port> from the environment where it is being accessed from.
    Are you seeing the <host>:<port> when you look at the source code of the page after it has been rendered?
    Regards,
    Harman

  • Exception by call an internal KM-URL at NW04s Portal

    Hello specialists,
    In one of my portals (NW04s SP15). The internal call of an KM-URL throws an access-denied-exception. The permissions of the called document are ok, I think so.
    It work if I grand the EU_Role-Role to the user, but I get also the Home-Menue in the Portal that I don't want.
    It works without EU_Role in the other portal.
    May the problem could be in the Security Zones, but I can't find a mistake in the portal or a diffrent between the two portals.
    At both portals, it should only work with authenticated users not for anonymous users.
    Is there somebody who can tell me what permission is missing, is to set?
    URL: http://server...:50000/irj/go/km/navigation/documents/Operational%20Accounting
    Example-Exception:
         10:13_25/08/08_0001_8602451
         [EXCEPTION]
          com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.Navigation)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:422)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1248)
         12:59_25/08/08_0029_8602451
         [EXCEPTION]
          com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.docs)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:422)
    Regards
    Harald

    Hi satya,
    I have added three jars. weblogic.jar,wlsecurityProviders.jar and wlManagement.jar
    and still i am getting the same exceptions.
    Do i need to define some security role for the "weblogic"
    username or it is defined somewhere..
    do clarify
    Thanks
    Rajeeb

  • Malformed URL Exception

    hi,
    SAOP -> XI -> File is my scenario
    i got an error because i have entered a wrong url in integration engine configuration in (sxmb_adm) while configuring is_url.
    so got an error in my scenario stating...
    Transmitting the message to endpoint "http:///<hostname>:<port>/sap/xi/engine?type=entry" using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.MalformedURLException: For input string: "<hostname>:<port>".
    but the problem is even after rectifying the mistake am getting the same error constantly... how to solve this issue?
    please tell your suggestion....
    Krish
    Edited by: Krish Krish on Sep 2, 2008 12:17 PM
    Edited by: Krish Krish on Sep 2, 2008 12:17 PM

    Efectively this URL is wrong:
    Delete the secong':'
    Wrong: http://:sapsrv02:50200/sap/xi/engine?type=entry
    Right: http://sapsrv02:50200/sap/xi/engine?type=entry
    You have to change it in SLD --> Business System --> Select you PI Business System --> Integration Section --> Change Pipe Line Url.
    Save the changes.
    Maybe you should restart your system.
    Regards,
    Carlos

  • Open docx and xlsx on url:s with safari on iPad.

    hi,
    I can open these files when they are attached in a e-mail. If I get an e-mail with a url to the same file, Safari can not open it. With old office format, xls and doc it is working, but not with the new format, xlsx and pptx for example. If I install an app who can open these files I can tap the file and choose open with and open it with the installed app. If i get an e-mail with url which is pointing to an pdf there is no problem.
    My question is, is there a way to get Safari to open the files office files?
    Any ideas?
    Thanks in advance:-)
    //Jope1

    Excel, file association is ok. Even tried with Incredimail free. everything works ok there, butt I like Thunderbird better so I would like to solve this problem. The weirdest thing is that this problem is on a laptop which I installed from a disk immage. It is one of five exactly the same laptops, and all installed from same immage, and only this one has a problem with it,other 4 are ok.
    Let me give you a little more info:
    Laptop is Acer Aspire E1-522
    OS is win 7 pro
    Office 2010 pro
    Installation of all suplemental programs and Thunderbird I installed from ninite.com
    I've tried everything you listed. Even tried to swich disks between 2 laptops, to rule out any hardware problem of some sort.
    As I mentioned before I tried installing Incredimail free just for the test, everything works in it. File association is ok every file is opened with its program when on desktop or other place.
    Why is this a problem with those files I dont know. Other files .xls and .doc and .pdf work just fine. If there was an option to manually add file extentions in Tools > Options > Attachments it would solve the problem. I'm all out of options. If you can think of something let me now.
    Thanks for all your help and your time.
    Sorry on grammar mistakes ect... english is not my native language.
    Best regards
    Janke

  • Custom Buttons launch URL in new window

    How can one get the Custom Buttons in a final chm help file
    to launch the URL in a new window. When a supplimentary web page is
    launched inside the chm using a custom button on the navigation
    pane, it doesn't fit properly. Is there any way to launch the URL
    in a new window?
    Can I include some kind of HTML coding in the URL itself? If
    so, what syntax?
    The only options Robohelp gives you is entering the label and
    URL

    Deet,
    It sounds like you're posting a RoboHelp HTML Help question
    in the RoboHelp for Word Forum by mistake.
    However, the answer is "No." The Custom Buttons can't open in
    a new window like the links in topics do.
    If you want a button to open in a new window, you have to use
    a third-party product to make your own custom button. For more
    information, see Pete Lees' response to a similar question in this
    RoboHelp for HTMLHelp Forum thread:
    http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=449&threadid=10838 64
    Regards,
    Cindy

  • URL Problem Oracle 10g Forms and Reports

    Hello Room,
    As this question is related to forms and reports both, I have posted it here. I have a system which needs to be deployed in Local Lan Network and also the same Local Lan user should be able to access the same application via internet. In Addition there are also suppliers, customers who dosen't have oracle installed but will be accessing forms and reports via the url through internet which will be a natted url to our public IP. I have loaded Oracle 11g on windows 7 and all my network clients are on windows 7. I have not loaded forms and reports 10g on server, but only database 11g is installed on server. My problem is listed in points below:-
    1. Do I need to install forms and reports on server to achieve the above scenario ? or the local network installation of forms and reports on all client PC's will do ?
    2. To start OC4J instance, shall i start it only on server through batch file while booting server, or it needs to be started on all client PC's to start work from client end ?
    3. When i run forms from my client PC I get local url http://127.0.0.1/ to reach forms servlet which end up in http://localpc/.... from cookie redirect, whether this needs to be http://server/...... on all client PC's to reach the forms servlet ?
    4. If I have to start url http://server/ instead of http://127.0.0.1/... automatically while running every form to reach forms servlet, how to achieve this ?
    5. There are reports to be run from forms and parameters needs to be passed in reports from forms 10g. So in web.show_document shall i refer to absolute url for local acccess or http://server url as the same user can go to internet to access the data. ?
    6. if I load forms and reports 10g on server, do I need to install forms and reports on client end seperately to gain access in local network ?
    7. My forms and reports folders are located on server which are shared for access.
    8. What will be the scenario in case of suppliers and customers who does not have anything installed on their PC and will access forms and reports through internet ?
    I want to minimize my work. Please suggest me how to proceed about accessing forms, passing url from forms to reports in web.show_document, and Internet access url ?
    Your help is highly appreciated. Thank you in advance.

    I have tried to explain you in decent way several times that I am not lazy and there are reasons that I do not want to read pdf, because I have already read that all ! In the future please do not respond to my thread. I am not asking for your personal time. If you do not understand my efforts. Just ignore it. I have read all the white papers of Oracle and give me your email id, I will send you all the code which I have read or downloaded. You should know that the knowledge diminish as the technology change. And that does not mean every user in the forum is stupid and as wise as you are. I repeat to state that I have 15 years of experience in Oracle forms 6i._ including Oracle 7,8,9i. This is the first time I am ever visiting oracle forums since past several years. I was the first person to use oracle 7 in my city where people were not knowing what oracle is. At that time I was knowing that the password for scott is tiger which even the reputed institutes in my city was not knowing. at that time I was also knowing that one of the person from oracle made a mistake in indexing the rowid. I think this should be enough to you for now.

Maybe you are looking for

  • Encountering Error while executing excel report in Reports 10g

    Hi, I have got Oracle 10g developer environment which has been implemented on Web browser through Oracle Jinitiator. I am running an excel report and encountering 105101: non-ORACLE exception -105101 when the output file exceeds a size of around 23MB

  • Creating a photo gallery / portfolio for a client to manage (CMS & Business Catalyst)

    I have been asked to create a website for a client, the client is a photographer and wants a site to promote her nursery school photography business. She would like to be able to manage the site herself using the BC dashboard, uploading images as and

  • 128 bit encryption requirement not working

    Using S1 6.0 sp5 on solaris 8, connecting to WAS 4.5 application servers. The require 128 bit encryption setting is in obj.conf with an error page to serve if lower than 128 bit encryption is used. This works fine for all plain text html requests, ho

  • Write DVD/CD unit to a G4

    Have a Mac G4 running OS 10.4.11 with the play only DVD/CD unit installed still. Can a write DVD/CD or a unit similar to a super drive be installed? Easily that is.

  • Big screen TV leaning forward on table bracket

    My son bought a 70' screen TV and mounted on table bracket. however it leans forward like = / instead of straight like = |. is it mounted incorrectly?