Is it possible to use a web application id in the url?

I use elements of web application as part of an ajax call, so I would use the item id web app as part of a url to retrieve the detail page. Is this possible?

This is possible. You can use the following URL: CustomContentRetrieve.aspx? ID = [web app item ID]

Tags: Business Catalyst

Similar Questions

  • Is it possible to associate a Web application with the ecommerce module to allow members to set their own prices?

    I was wondering is it possible to take a Web application and use it to power the eCommerce module so that a member of a protected area can set their own prices?

    Ex: If a Member wishes to sell an article, they download the image, set their prices and click on submit and the element fills a list of feeds.

    Hello

    No, you can not do.

    You can have with a payment gateway seamless only web apps that can be presented and edited by members where they can set a price and sell these items to app web via a custom payment form, but this does NOT pass through the electronic commerce so no payment paypal for example, shopping cart etc well you can simulate your own it.

  • online shopping application site using fusion web application and permits required for delivery?

    Hello

    I will develop a shopping site online for a supermarket based on customer's request.

    My site would need to be established with images of objects on different perspectives, filters to sort the required items and online purchase demand operations too. (Similar to the site like ebay, flipkart).

    For that kind of requirement, it will be possible to develop using FUSION WEB APPLICATION without restrictions?

    If possible, do I need to have a LICENSE for the delivery of the application or project to my customer?

    Kindly give your valuable suggestions.

    -TechniM

    It is up to you to decide if the functionality offered by ADF Essentials is good enough for your needs or you need some things that adds the complete ADF (for example, the control data for the Web or Mobile ADF service).

    You can embed other solutions for ADF Essentials application security, so that your application can still be fixed. (example - http://andrejusb.blogspot.co.at/2012/10/adf-essentials-security-implementation.html )

    With regard to accommodation - do a google search for Glassfish server price list. Remember that you will probably need to take into account the load on your application to decide what type of server configuration, you will need.

    The extent of support - you can buy support for Oracle Oracle ADF - check Oracle price list for more details.

  • Hello, I just subscribe to the student version but after giving all my bank details etc, safari can't open the page telling me that no application can open the URL. What should do? Thank you.

    Hello, I just subscribe to the student version but after giving all my bank details etc, safari can't open the page telling me that no application can open the URL. What should do? Thank you.

    Hello

    You have purchased successfully the creative cloud under the same email that you use with the forums.

    To download: -.

    Try to reset the browser, clear the hidden cookies or try with another browser.

    You can download the installer for Creative Cloud from here:
    Using creative cloud | Creative cloud to desktop

    Hope this Helps!

  • Use of dbms_xmlgen.convert to capture the URL

    I use a web service that returns the XML response (see results below). I need to capture the URL in the tag "GetIEPUrlWithAuditResult". I tried this code, but get an ORA-30625: shipping method on NULL SELF argument is not allowed. Is my path of dbms_xmlgen.convert to the correct tag?

    l_xml: = xmltype.createxml (l_clob);
    l_val: = dbms_xmlgen.convert(l_xml.extract('//GetIEPUrlWithAuditResult/text()').getclobval(),1);


    RESULT
    -------------
    <? XML version = "1.0" encoding = "utf-8"? > < xmlns:soap: envelope soap = "http://schemas.xmlsoap.org/soap/envelope/" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" container = "http://www.w3.org/2001/XMLSchema" > < soap: Body > < GetIEPUrlWithAuditResponse xmlns = "http://www.iepdirect.com/CentrisWebServices/IEPViwer" > < GetIEPUrlWithAuditResult > https://www.iepdirect.com/lettersandreports/maintenance/iepviewer.aspx?auditinfo=TEST & amp; viewertoken = cn097c5e6c69a94fbc9dffcd70bd88f2b9 | d0Gpyh6ZEelbL6lMz + ZDWBTyMqsfjkDFPlat6T + 8vMQ = < / GetIEPUrlWithAuditResult > < / GetIEPUrlWithAuditResponse > < / soap: Body > < / envelope soap: >

    Is my path of dbms_xmlgen.convert to the correct tag?

    Half correct.

    Missing namespace mapping, and you will need to add the text() node to the XPath expression to retrieve the value instead of the entire element.

     l_val := dbms_xmlgen.convert(
                l_xml.extract(
                  '//GetIEPUrlWithAuditResult/text()'
                , 'xmlns="http://www.iepdirect.com/CentrisWebServices/IEPViwer"'
                ).getstringval()
              , 1
              );
    

    But, in this case, it is preferable to use extractValue (as she performs the necessary conversions for us):

     select extractvalue(
              l_xml
            , '//GetIEPUrlWithAuditResult'
            , 'xmlns="http://www.iepdirect.com/CentrisWebServices/IEPViwer"'
            )
     into l_val
     from dual;
    
  • I can't try photoshop trial, when I leading to download is a message on my screen like that: there is no set application to open the URL aam://SAPCode=PHSP?productVersion=15.0?passPhrase=JC9UHvyaehNGoS3LnQIOlOOXD14bY7wmexbjV1i 8iNcxWjf / + / 6b1yy3xwP + n

    I can't try photoshop, when I have frayed to download is a message on my screen like this:

    There is no set application to open the URL aam://SAPCode=PHSP?productVersion=15.0?passPhrase=JC9UHvyaehNGoS3LnQIOlOOXD14bY7wmexbjV1i 8iNcxWjf / + / 6b1yy3xwP + nlICInCQ0qSgqh38WYCnhgX8ZiyFkR0czSwfmD3kro4wErPoWFf/hHjIghS6KvJcztyLU gPDEOnyK + DkDFDrxrM + SfLANH73hLOtxmRPmgt5 + Jz =. @@

    You must download the "Installer of creative cloud" before you can download apps on it. I had the same problem.

    Free creative Cloud | Download the free trial version Adobe Creative Cloud

  • How can I use a web application to provide me with the results of a matrix?

    I have a need to set up a search based on a matrix type area. It is a matrix that shows a list of the postal codes to the bottom of the left column and a list of products across the top, and the corresponding field in a product and a postal code is the freight rate.

    for example

    Product 1 product 2 product 3 4

    1234     $10               $12               $14               $16

    4567     $11               $11               $13               $17

    5678     $55               $54               $27               $35

    If 4567 for product 3 freight rate is $ 13.

    So what I want is a drop-down menu for a customer to choose the product, then a field to enter their zip code, and the search result will be the freight cross reference rate.

    Is this possible? If so, can someone guide me as to how this would be?

    Throw this open to the community for the chip, but off the top of my head... think of something along the lines of:

    Create web applications 3,

    1. Product (the fields product name & ProductID)
    2. Postcode (box Desc fields & zip code)
    3. Freight rates (fields FreightRateID (composed of ProductID_ZipCode), freight rates)

    Create a search form web app for Web App freight rates with:

    1. Select product, with options of web app 1 using value ProductID.
    2. Select ZIP Code, with options of web app 2 using postal code for the value.
    3. Hidden FreightRateID field.

    Once a visitor has chosen their product and their zip code using javascript concatenent the ProductID selected with selected postcode.

    This will produce a FreightRateID (for example PROD1_4567), which can be loaded in the hidden field on the FreightRateID.

    Once submitted, it will search the Web app for a freight rate that corresponds to the selected product and zip code, IE. FreightRateID.

    To facilitate the entry of freight rates, maybe add 2 data source fields to the web application of freight for the goods and postal code rate.

    Then, create a front-end web app add/edit (via a secure area) to grant access is done by:

    Select product, select ZIP Code then enter freight rates.  (FreightRateID can be created and filled in same way as the above search)

  • I used to be able to type the url under the Privacy tab specific tracking cookies, but this possibility seems to have disappeared, why?

    Under Tools > Options > tab personal life, until recently, there was a cookies button allowing you to type in a list the URLS of specific tracking cookies that you want to block. If all antivirus scans are all these cookies, I could add to the list. This is a great option. It seems that list and this option no longer exists. Why

    For all the history and Cookie options, select: Tools > Options > privacy > History: Firefox will be: "use the custom settings for history".

  • Is there a way to prevent which an application ID in the URL

    Environment

    APEX 3.1.00.09 on AIX 5.3

    I got a question to me of our person of middleware for the modification of the URL by a user.

    We have an application of APEX facing outwards, say 100 ID, which uses a reverse proxy inside the firewall to point to the real of the server hosting the application APEX. When a user enters the URL given to them for this application the login screen appears just as expected. When the user types now on the number of the application in the URL, he is taken to the login screen of another application hosted on that same server.

    The question is: How can I do one or both of the following:

    1 - prevent the user from typing too the ID in the URL or
    2. when the user typing on the application ID it is redirected to the desired application, in this case ID 100

    It is the only outside demand, that we have at the moment, but I expect more to come.

    Thank you very much in advance for your help.

    -gary

    Gary,

    Issue an HTTP request from a browser to a site of apex requires the application ID (or alias) as a way of saying Application Express application must be invoked. Thus,.

    1 - prevent the user from typing too the ID in the URL or

    Not that I know of. Standard functional capabilities of a mouse and a keyboard with the controls presented by standard browsers will still allow this action to execute. The user simply focuses on the characters of window and the location browser types, insert or replace text. Then another keystroke or mouse click sends the request.

    2. when the user typing on the application ID it is redirected to the desired application, in this case ID 100

    If the user begins to communicate with the application 999, how 999 request would know that he should not have been called, but she should have asked 100?

    Maybe you ask if there is a way to prevent access to some applications based on the place where in the network of the application from. If so, each application can contain code to check IP address of origin and allow/reject the application on this basis. Or the internet facing web server might have a few rewrite rules to allow only f? p the URLS that contain some of the application ID.

    Scott

  • Forms web.show_document replace &amp; in the url

    Hi all

    I am trying to replace & in varchar for web_show.document
     v_params := v_params || '&name=' 
                       || replace(replace(replace(NAME, '"', ''''), '&', '%26'), ' ', '%20');
    
     
    Name = "you & you".
    On debug, everything is correct as are 20% 26% 20tu %, but after web.show_document(v_params,'_blank') the link is ...es%20 & % 20tu... WHY?

    Why new symbol & is back?

    Thank you

    ID

    Edited by: 1D10T 8 February 2013 07:16

    Edited by: 1D10T 8 February 2013 07:20

    Eh_bien, certainly you must compile your forms on the platform target;). You need to move your sources on your linux machine and compile it there using frmcmp

    See
    http://www.Google.com/search?q=compile+Oracle+Forms+Linux

    see you soon

  • Some sites no longer works: Firefox 35 send url using a different strategy to encode the url of ff 34

    Hi *.
    I updated firefox to 34 to 35 and a site of mine (http://www.dolomiti.it) don't work propely anymore.
    If you are looking for a place we'll tell Merano for a given date, missing the date da.
    Debugging showed that the url

    http://www.Dolomiti.it/index.php?ID=4004 & user_ajaxsearch_pi1 [idZona] = & user_ajaxsearch_pi1 [idLocalita] = 207 & user_ajaxsearch_pi1 [type] = 2 & user_ajaxsearch_pi1 = 0 [idTema] user_ajaxsearch_pi1 [tipoStr] = - 1 & user_ajaxsearch_pi1 [star] = 0 & L = 0 & posit_booking [of] = 20/01/2015 & posit_booking [to] 21/01/2015 = & posit_booking [detail] = [{% 22Indice % 22:221% 22% 22Tipo % 22:221% 22% 22Persone % 22 [{: % 2218,18% 22, % 22Camere % 22: 221% 22}] & [nodate] posit_booking = 0

    will be sent to the web server coded as:

    http://www.dolomiti.it/index.php?id=4004 & user_ajaxsearch_pi1% 5BidZona % 5 d = & user_ajaxsearch_pi1% 5BidLocalita % 5 d = 207 & user_ajaxsearch_pi1% 5Btipo % 5 d = 2 & user_ajaxsearch_pi1% 5BidTema % 5 d = 0 & user_ajaxsearch_pi1% 5BtipoStr % 5 d =-1 & user_ajaxsearch_pi1% 5Bstelle % 5 d = 0 & L = 0 & posit_booking % 5Bfrom % 5 d = 20 - 01 - 2015 & posit_booking % 5Bto % 5 d = 21 - 01 - 2015 & posit_booking % 5Bdetail % 5 d = %5 B {% 22Indice % 22:221% 22% 22Tipo % 22:221% 22, % 22Persone % 22: % 2218,18% 22, % 22Camere % 22: 221% 22} 5% D & posit_booking % 5Bnodate %5 D = 0

    I looked in the Web server log, and I found that the url sent to the Web server in ff34 has been:

    http://www.Dolomiti.it/index.php?ID=4004 & user_ajaxsearch_pi1 [idZona] = & user_ajaxsearch_pi1 [idLocalita] = 207 & user_ajaxsearch_pi1 [type] = 2 & user_ajaxsearch_pi1 = 0 [idTema] user_ajaxsearch_pi1 [tipoStr] = - 1 & user_ajaxsearch_pi1 [star] = 0 & L = 0 & posit_booking [of] = 20/01/2015 & posit_booking [to] 21/01/2015 = & posit_booking [detail] = [{% 22Indice % 22:221% 22% 22Tipo % 22:221% 22% 22Persone % 22 [{: % 2218,18% 22, % 22Camere % 22: 221% 22}] & [nodate] posit_booking = 0

    Here's the query in the apache log:

    188.XX.XX.xx - [15/gen / 2015:09:37:55 + 0100] "GET index.php? id = 4004 & user_ajaxsearch_pi1 [idZona] = & user_ajaxsearch_pi1 [idLocalita] = 207 & user_ajaxsearch_pi1 [type] = 2 & user_ajaxsearch_pi1 [idTema] = 0 & user_ajaxsearch_pi1 [tipoStr] = - 1 & user_ajaxsearch_pi1 [star] = 0 & L = 0 & posit_booking [of] = 16/01/2015 posit_booking [to] posit_booking [detail] = [{% 22Indice % 22 & = 17/01/2015. «[{: 221% 22% 22Tipo % 22:221% 22% 22% 22Persone: % 2218,18% 22, % 22Camere % 22:221% 22}] & posit_booking [nodate] = 0 HTTP/1.1 "301 600"http://www.dolomiti.it/"" Mozilla/5.0 (Windows NT 6.3;" WOW64; (RV:34.0) gecko/20100101 Firefox/34.0.

    188.XX.XX.xx--[15/Gen/2015:09:42:06 + 0100] "GET index.php? id = 4004 & user_ajaxsearch_pi1% 5BidZona %5D = & user_ajaxsearch_pi1% 5BidLocalita %5 D = 207 & user_ajaxsearch_pi1% 5Btipo %5 D = 2 & user_ajaxsearch_pi1% 5BidTema %5 D = 0 & user_ajaxsearch_pi1% 5BtipoStr %5 D =-1 & user_ajaxsearch_pi1% 5Bstelle %5 D = 0 & L = 0 & posit_booking % 5Bfrom %5 D = 16-01 - 2015 & posit_booking % 5Bto %5 D = 17-01 - 2015 & posit_booking % 5Bdetail %5D = b 5% {%. «{22Indice % 22: 221% 22% 22Tipo % 22:221% 22% 22% 22Persone: % 2218,18% 22, % 22Camere % 22:221% 22} 5% D & posit_booking % 5Bnodate %5 D = 0 HTTP/1.1 "301 465"http://www.dolomiti.it/"" Mozilla/5.0 (Windows NT 6.3;" WOW64; (RV:35.0) gecko/20100101 Firefox/35.0 "

    Is this a bug?

    Thanks in advance,

    D.

    rifaccio said

    Fixed to 36.0

    https://Bugzilla.Mozilla.org/show_bug.cgi?id=1121826

  • Links connect 9 - Web pod auto changes the url (20%)

    Hi all

    I wanted to ask you all on that links web pod... I could never so he could work right. Today, I noticed something interesting:

    When I added the url of the nacelle there when, as expected (here's an example):

    https://xxxxxxxxxxxx.XXXXXXX.com/se/?SID=SV_dd0KY467FPN1Dx3

    -There is a link to a survey, I activated and analyzed before adding to the basket. It has worked very well and jumped into the browser as it supposed to.

    (Note:I changed the front half of the URL (x) to keep my clear investigation of extra hits)

    Here's the weird part... When I put in the web links pod... Select it by clicking on the title, and then click Browse to pop for the participants... in this case:

    https://xxxxxxxxxxxx.XXXXXXX.com/se/?SID=SV_dd0KY467FPN1Dx3%20

    The %20 is automatically added and which causes my URL become invalid.

    Thoughts on this?

    (as a work around, I simply added the correct a chat pod, then cut and pasted URL in a note pod. Who will activate the link and users can access the link in this way... but I would like to know what I'm doing wrong).

    Thank you

    E_slinger

    The %20 represents a space. Make sure that you don't have a space at the end of the URL that you place on the Web links pod.

  • How to use a web application?

    I have install BarFight from here "https://apps.mozillalabs.com/appdir/". How do I use and how I can uninstall it?

    Rather mysterious. This page is probably only for developers at this point.

    To launch applications that you have installed, you can use this page: https://myapps.mozillalabs.com/

    If you click and hold on an application, after a short while a red X appears. If you release the mouse button without moving the icon, a confirmation dialog box is displayed to uninstall the application. If you move the mouse, the red X disappears and you do not get this dialog box.

    I have no idea where apps actually "live" in Firefox; I couldn't find it on my computer in any logical location of the. (Is in the cache maybe?) I do not watch it.)

  • I use Open-Web safe fonts, and the text becomes an Image. Why?

    When I use without opening the text becomes an image and when I use Arial text. How to save without open text?

    Without opening is available as a Web dashboard font.

    What section of the menu police have you selected without opening of? If it has been selected in the "System Fonts" from the menu police section then it will be output as an image. To use the Web version of fonts, click 'Add Web Fonts... "in the font menu, then choose" open without "in the edge Web fonts available.

  • Is Tecra A8 - possible to use a Monitor wide screen as the secondary monitor?

    Tecra A8-160 supports a Monitor wide screen (1400:900) as a second monitor? I use the Dualview - not Clone.

    Post edited by: frejlev

    Hello

    The question is what that jack the external display supports?
    I think that you can connect each external monitor, but you must be sure that the laptop will support the cable from the laptop.
    In addition, the resolution of the screen may be different. As far as I can remember that some screen resolutions are not listed in the properties of the graphics card. But I think that you don't need to use the resolution of the screen exactly one.

    I recommend taking the laptop at the dealership to monitor and its connection. You can check the output quality of monitor and what resolutions are available and taken care of. I think that testing before buying something are very useful.

Maybe you are looking for

  • How can I disable itunes game and restore my library

    I would like to disable itunes match and replace everything on my computer - I can't seem to find a place to do

  • How to remove shortcuts permenantly in my office

    Hi, I accidentally download me a cd of photos to my laptop and I don't know what I hit a button and suddenly I have tons of shortcuts from that cd of photos around in my office. How can I get rid of them continuously please step by step I am a beginn

  • Microsoft requires separate servers for exchange and files

    We are looking to upgrade our server.  We were told today that MicroSoft does not support files on the same exchange server and. Is this correct?

  • RS 232 codes for LG LCD screen

    Can someone verify that these are the correct hex codes for the LG TV for the DMP? On = 6b612030312030310d OFF = 6b612030312030300d I can't seem to get to work and I am sure that we are using a Null modem cable. Thank you!

  • different resolution, the same consequences?

    This happened recently - I have some effects applied, but they are not updated in the preview and change of resolution (whole, half...) translates into different result.Why this is happening and how to fix?