Optional URL Redirect - choice

I have a form with 3 check boxes
1 report 1
2 report 2
3 report 3
I have a button with an optional url redirect
it's request is (PRINT_REPORT=fundi1)
but depending on which check box is checked
I wanted
PRINT_REPORT=fundi1, PRINT_REPORT=fundi2, PRINT_REPORT=fundi3
how can i have a choice, Thanks, Doug

You could have an event off the checkbox that would populate a hidden variable (RptNum) with the fund1,fund2,fund3 values and in your request have PRINT_REPORT=&RptNum.
Give that a try and see what happens..
Thank you,
Tony Miller
Webster, TX

Similar Messages

  • Region Buttons with Optional URL redirect?

    Hi there,
    Is there anyway to have a button that is created using
    "Create a button displayed among this region's items"
    but that also can have an Optional URL redirect?
    Why is this option not available for these types of buttons?
    Thanks in advance!

    Hello but that also can have an Optional URL redirect?Why is this option not available for these types of buttons? That's just how it is. The action taken by a button of the kind that is shown amongst the region's items is not usefully configurable. What I generally do when I need a button to align with a page item is to simply stick some HTML into the 'Post Element Text' of the item after which I need a button to show up. Something along the lines of <input type=button value='Redirect' onClick=doRedirect()>
    varad

  • Optional URL Redirect Question

    I just created a button and in the "Optional URL Redirect" section I am redirecting to the same page. Then I set the "Set these items/With These values" properties with a particular item that I want to remain populated with the same value that it had before the redirect.
    Problem: When I run the app and enter a value in that item and then click the button, the value in that item disappears. Why is this happening if I set the "Set these items/With These values" properties, as described above? Thanks.

    Patrick,
    ...there is a "Request" property that had to be set to the name of the button, in order for it to work correctly, i.e., in order for the region that needs to be displayed when I click this button to actually display.
    Okay, that implies that whoever built the page uses the request value during page rendering to conditionally show/not show certain elements. If that's the requirement then setting the request value in URLs produced by certain branches might be appropriate.
    If I choose to clear the cache for the branch, as soon as I click the button and am redirected to the same page, the permit number disappears once again.
    This would be a case where you wouldn't clear cache in such a URL. But when you navigate to that page from other pages in the application, say from a menu, list, tab, etc., you might want to in order to prevent stale values from displaying in the form items that use "Only, ..." for Source Used.
    Scott

  • Optional URL Redirect using REQUEST

    I can pass REQUEST values by populating the 'Request' field on the Edit Page Button page.
    But I want to add a new twist.
    I want to include the URL in my select statement.
    Is it possible to pass a REQUEST value in the URL.
    For example:
    This is the URL in my select statment-
    a href="f?p=&APP_ID.:3000:&SESSION.::NO:3000:P3000_BLDG_ID,P3000_CLST_ID,:&P2000_BLDG_ID.,&P2000_CLST_ID."
    I also want to pass Page Item :P2000_CONNECT_ID to P3000_CONNECT_ID, but it will not pass using the typical example above.
    I think I need to use REQUEST.
    But I dont know if its possible,
    and
    If it is, I dont know where, in the URL to plug it in.
    Can someone please help me out here?
    Thanks- Gary

    Gary:
    The 'REQUEST' is specfied as the 4th element in an APEX URL.
    The URL syntax is documented at http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#BEIJCIAG
    So your URL that includes the 'REQUEST' variable will look like a href="f?p=&APP_ID.:3000:&SESSION.:&REQUEST.:NO:3000:P3000_BLDG_ID,P3000_CLST_ID,:&P2000_BLDG_ID.,&P2000_CLST_ID."Varad

  • Optional url redirect

    Hello,
    I have a button on a page, by clicking this button there should appear a small pop-up window with the question if the user agrees the data.
    For the moment, I have the following:
    javascript:confirmDelete('By pressing this button, you confirm the following headcount numbers for... Are you sure?','APPROVE');
    Instead of the 3 dots, there should be some data. Actually I want the site name, together with the headcount numbers / category. It should be possible to put the name and the calculations in a hidden field somewhere on my page, but can someone tell me if its possible to display the value of those items in the pop-up window?
    If I now just put the name of the item instead of the ..., I got the name of the item in my window and that's not what I want :-)
    Sofie

    Hi Sofie,
    You can do something like the following:
    javascript:confirmDelete('By pressing this button, you confirm the following headcount numbers for ' + $x("fieldname").value + '. Are you sure?','APPROVE');
    This will retrieve the value of the fieldname field and concatenate it into the rest of the string.
    Regards
    Andy

  • The best way to URL Redirect

    Hello,
    I noticed that couple different linking with a Button.
    Home>Application Builder>Application 111>Page 1>Edit Page Buttons
    Optional URL Redirect
    Another is
    Home>Application Builder>Application 111>Page 1>Edit Branch
    Which one is better?
    How many ways is there to URL Redirect?
    Which way is the best and why?
    Thanks,
    NY, NY

    One option would be to redirect all your users to the same landing page, which then redirects the users to the actual required page depending on the value of a header variable set by OAM. The header variable could, for example, contain the userid and then the landing page works out which page to redirect to depending on this value. In this scenario, all the logic about which page to redirect to needs to be within the landing page, or some back-end that it connects to.
    I suppose it would also be possible to store the required target url (or a value which identifies it) in an attribute the users' profiles, and pass that as a header variable to the landing page - but obviously then you have the admin of maintaining that attribute value.
    If you only have two possible target pages (eg one for all internal users and one for all external users) then you could use redirect on authorisation success/failure within OAM to send users to the right page.
    Hope this helps,
    Colin

  • ISE url-redirect CWA to Gig1

    Hello,
    say I want to have five ISE 1.3 nodes behind load balancer, I want only only G0 behind LB, and G1 interfaces will be dedicated for certain things. Specifically I want to use G1 interface for Redirected Web Portal access (could be CWA, device registration, NSP, etc). RADIUS auth will happen through LB on G0 of some specific PSN, and that PSN will url-redirect user to the CWA URL.
    How do I tell ISE to use specifically Gig1's IP address or Gig2's IP address? When I check result authorization profile, there is no option there, it's just ip:port. Obviously, that's not the right place, because which PSN is used to processed the policy is unpredictable.
    So then I go to guest portal, and specifically Self-Registered Guest Portal that I'm using. So here I see Gig0, Gig1, Gig2, and Gig3 listed. My guess is that if I only leave Gig1 selected then I will achieve my goal, is that correct?
    But then, why does it let me choose multiple interfaces, what happens if I select all of them?
    Am I missing another spot in ISE admin where I can control this?
    Additional question. I know that in ISE 1.2 you could configure "ip host" in ISE's CLI, which would force URL-redirect response to be translated to FQDN:port. Is that still the right method in ISE 1.3?
    Thanks!

    Take a look at the following document:
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-3/installation_guide/b_ise_InstallationGuide13.pdf
    Towards the end of the document you will find a section called: "Cisco ISE Infrastructure" and there you will see the following:
    • Cisco ISE management is restricted to Gigabit Ethernet 0.
    • RADIUS listens on all network interface cards (NICs).
    • All NICs can be configured with IP addresses.
    So, you can take an interface, give it an IP address and then assign it to the web portal that you are working with. 
    I hope this helps!
    Thank you for rating helpful posts!

  • How does ISE choose which IP to put in URL redirect response?

    Hello,
    does anyone know how does ISE choose which IP to put in URL redirect response if it has more than one interface with an IP address and all interfaces are enabled in the portal configuration?
    I have a single ISE 1.3 PSN with all four interfaces configured, enabled, each on unique VLAN, and each with unique IP address.
    In the CWA portal configuration, all four interfaces are enabled.
    Wired clients connect to NAD, NAD sends RADIUS request to ISE, ISE responds with a RADIUS response including the URL-Redirect parameter which specifies the web redirect URL. ISE configuration uses "ip:port" in the URL. 
    My question is how does ISE choose which of its four interfaces to put in this URL? Is it always the same interface that RADIUS packets were received on? Or does it always choose the first portal enabled interface? Or is there another logic? Configurable or unconfigurable?
    Thanks!

    ISE uses the first interface enabled for that portal, so if want to use a specific interface, then only enable that interface.  If interface is GE0, then default behavior is to redirect with ip value set to node's FQDN.  If interface other than GE0, then default behavior is to return the IP address of the associated interface. 
    Aliases can be configured for each interface using the CLI 'ip host' command to associate a hostname/FQDN to the IP address of a given interface.  When configured, ISE will return that value rather than IP address in redirect.  This is critical if want to avoid certificate trust warning on connecting clients.
    Be sure that certificate assigned to interface includes the correct FQDN or optionally wilcard value in the CN or SAN fields to avoid cert warnings.

  • ISE post compliant posture assessment URL redirection

    G'day All,
    Is anyone aware if it is possible for ISE to push a URL redirection to user devices once they have passed the posture assessment?
    I am deploying a wireless BYOD ise deployment with AD auth and posture assessment, and we are hoping to find an easy way to push the compliant users to a new URL once they have passed posture.
    Thanks gang.
    Cheers,
    James.               

    It is not possible to redirect user after authentication and posturing to a specific URL. because ISE does not support this feature till now.
    I think  URL redirection can be done in web authentication if used in case of employee.
    Navigate to Policy > Policy Elements > Results > Authorization and then select Authorization Profiles
    Step 18 Select Add to create a new Authorization Profile for Central Web Authentication:
    Name
    Central_Web_Auth
    Description
    (optional)
    Access-Type
    ACCESS_ACCEPT
    DACL   Name
    CENTRAL_WEB_AUTH
    Centralized   Web Authentication
    ACL:
    ACL-WEBAUTH-REDIRECT
                                                              Redirect : Default
    “ACL-WEBAUTH-REDIRECT” is  configured on  switch  which determines to which destination it will redirect 

  • Managing URL redirects/forwards

    My business client has a requirement whereby they wish to manage all URL redirect/forwards themselves. They wish to make changes on a regular basis without involving the tech team. Short of giving them access to the Sun Web Server 7.0 Management GUI, I was wondering if there was another means for us to meet their requirements.

    Yeah, I've looked at the lookup() option. Unfortunately I seem to have neglected to mention that the business team wants to make these changes directly into production. This method obviously poses some risks since an incorrect URL could break production. I could get my development team to write a Java App that can manage the URLs and also check the validity of the URLs, however I guess what I was looking for was an "out-of-the-box" option, a sort of content management system that would interact with the WebServer.

  • How to do auto URL redirect in sun web server ?

    Hi, i need to do auto url redirect in my sun web server. Currently i'm setup some rules for the reverse proxy in obj.conf file and the syntax looks like:
    <Object name="reverse-proxy-/test">
    <If $internal and $uri =~ "index.html">
    NameTrans fn="redirect" from="/" uri="/examples/abc.html"
    </If>
    Route fn="set-origin-server" server="http://localhost:8989"
    </Object>
    The situation is:
    1) When users browse "*http://localhost/examples/abc.html*" it will redirect to abc.html
    2) When users browse "*http://localhost/test*" it will redirect to the localhost admin GUI (http://localhost:8989/admingui/admingui/serverTaskGeneral)
    My desire output should be whenever users browse the "*http://localhost/test*" , it will redirect to abc.html page.
    the syntax might be wrong. So, anyone knows how to fix this? I'm keep trying but nothing worked. Please help me.

    Moderator action: Moved from Servers General Discussion.
    db

  • Need help with URL Redirect in Sun Web Server 7 u5

    All I am trying to do is redirect to a static URL and for the life of me I can not get it to behave the way I would expect. I am new to Sun Web Server so I am just trying to use the Admin Console to set this up.
    Here is what I'm trying to do:
    Redirect from - http://www.oldsite.com/store/store.html?store_id=2154
    To - http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    Here's what I tried in the console.
    Added a new URL Redirect
    Set the Source to be Condition and set it to: '^/store_id=2154$' (quotes included)
    Then set the Target to: http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    Then for the URL Type I checked Fixed URL
    When I tested with: http://www.oldsite.com/store/store.html?store_id=2154 it did redirect as desired
    BUT
    When I tested with: "http://www.oldsite.com/store/store.html?store_id=5555" it too got redirected to the Target and I can't figure out how this second URL can satisfy the condition to get redirected.
    Any help is most appreciated.

    thanks for choosing sun web server 7
    it is simpler if you just edit the configuration files manually
    cd <ws7-install-root>/https-<hostname>/config/
    edit obj.conf or <hostname>-obj.conf (if there is one for you depending on your configuration so that it look something like)
    <Object name="default">
    AuthTrans..
    #add the folllowing line here
    <If defined $query>
    <If $urlhost =~ "/oldsite.com" and
    $uri =~ "/store/store.html" and
    $query =~ "store_id=2154" >
    NameTrans fn="redirect" from="/" http://www.newsite.com/Stores/StoreFront.aspx?StoreId=2154
    </If>
    </If>
    ..rest of the existing obj.conf. continues
    NameTrans...
    now, you can either do <ws7-install-root>/https-<hostname>/bin/reconfig -> to reload your configuration without any server downtime or <ws7-install-root>/https-<hostname>/bin/restart -> to restart the server
    if it did work out for your, you will need to run the following so that admin server is aware of what you just did
    <ws7-install-root>/bin/wadm pull-config user=admin config=<hostname> <hostname.domainname>
    hope this helps

  • Is there a way to create a popup to a page in URL Redirect ?

    I have a button (also with a report link column) that is doing a URL Redirect to another page in my app. This works fine.
    However, some pages I branch to are small forms and a popup of that form would be more appropriate.
    Is there any way to create a URL Redirect that redirects as a popup rather than a page navigation? Similarly, can you branch to a popup page with a report link column?
    Thanks,
    Reid
    Edited by: reidster on Jul 30, 2009 7:10 PM

    With your help, I was able to create a popup on a report link column using this:
    I just added an "a href" around it.
    Thanks again!
    Edited by: reidster on Jul 30, 2009 10:18 PM
    Edited by: reidster on Jul 30, 2009 10:18 PM

  • Set item value at other page via URL-redirect

    Hi, I have a button and I want to open a new window with it using an url-target.
    </br>
    </br>
    javascript:window.open ('f?p=&APP_ID.:143:&SESSION.::NO:143:P143_KDT_ID,P143_MESSAGE:&P140_KDT_ID.,&P140_MESSAGE.') </br>
    </br>
    When I use branching I get an error that there is no page to branch to. I don't understand why. As a workaround I use an url-redirect when the button is pressed, but I'm stuck on getting the current item value into the target page. I tried using $v('P140_MESSAGE') but I can't get the url valid.

    Jacob,
    The problem was that when the HTML for the button is rendered, the value of P1_ITEM from session state was "glued in" to the generated URL at that time. If you then entered a value for the iterm, even though your onChange AJAX technique changed the value in session state it was too late to change the already generated HTML for the button, specifically the URL target for the button.
    I created a Set Item2 button on your page with this for the URL attribute:
    javascript:window.open('f?p=&APP_ID.:2:&SESSION.::NO::P2_ITEM:' + document.getElementById('P1_ITEM').value);
    Let me know if that does what you need.
    There is another problem and I don't know the cause. When you click the button, it opens the new window properly but leaves the original page in an error state of some kind. I could not reproduce this in my application using the same js, so I'll be interested in how you solve that.
    Scott

  • URL redirection config in PI SOAP receiver communication channel

    Hi,
    I am working on a similar scenario where I my consuming an external web service using https protocol from PI.
    I have configured a soap receiver channel to call the target url of this web service as https://portal.xyz.org.uk/webservice_alt.
    I am getting an error HTTP 302 suggesting that PI is not able to follow the re-direction to the target URL as the service resides not on that URL but on https://portal1.xyz.org.uk/webservice_alt or https://portal2.xyz.org.uk/webservice_alt.
    This is their server fail over handling mechanism which is very common. But PI 7.0 is not able to handle this.
    So if I change the target URL on the SOAP receiver channel to  https://portal1.xyz.org.uk/web service  or  https://portal2.xyz.org.uk/webservice_alt , PI works fine without errors . But this is not the right approach because, every time the web service provider takes one of these systems down for upgrade/patching etc, they inform us and then I manually go and change the target URL to the available server on my production PI system config.
    My problem is I want to resolve this redirection error in PI. I have tried raising a call with SAP itself and they pointed out to use Axis adapter which is still not working.
    So I am here asking for help. any suggestions please from the experts?
    Thanks
    Jhansi.

    Hi guys,
    I am sorry if I have not been clear so far!!
    What I am talking about is a URL redirection capability of PI. what i mean is , when you call any service in general using a browser/soap ui etc, it pings that url and follows the redirection.
    For example when i try to test this external web service directly using soap ui tool, it also returns HTTP 302 error. But when I set the 'Follow redirect' property to 'true' , it follows the redirection and calls the service on 'portal1' or 'portal2' .
    You assume PI is a test tool like SOAPUI. When the address or URL changed in WSDL and if you load the latest WSDL in soapUI it post the request to the latest URL. YOu import WSDL only in ESR not in IR. Dont forget it. Though WSDL has soap address location, it will not impact the wsdl changes directly in ID.
    It makes no sense to complain regarding the behaviour of PI when the reason for the problem is outside (WS provider).
    please note that the target url is fixed which is  https://portal.xyz.org.uk/webservice_alt.
    so we are not talking here about the service provider altering the service and sending us new wsdl's etc.
    All users of this webservice have been non-sap users so far and consumers use java, .net etc platforms and are easily able to handle the redirection.because this redirection is a part of failover mechanism.
    I hope i am able to picture my problem.
    thanks
    Jhansi.

Maybe you are looking for

  • Printing in GREEN instead of B/W for OS 9 program

    This is absolutely baffling to me. I have an ibook G4 that runs OS 10.4. My printer is a HP PSC 1610 all-in-one. When I try to print a Black & White document (in B/W mode) from a screenwriting program that runs in OS 9, it comes out GREEN! I even tri

  • HTTP Adapter VS XI Adapter

    Hi, XI and HTTP adapter almost have the same parameters. In which circumstance we will use XI adapter instead of HTTP adapter and what is the advantage of using XI adapter over HTTP adapter? regards chaks

  • Redirecting XSLT output to multiple files

    Hi, I am trying to redirect the output of the XSLT into multiple files using <xsl:variable name="filename" select="concat(@id,'.xml')" /> <redirect:write select="$filename"> </redirect:write>I dont want to hard-code the directory of the $filename in

  • GREEN SPOT ON INDOORS PICTURES

    i am at the 8th phone by know with the same issue,green spot in the midle of the picture,just wondering is this normal on the iphone 4 everybody has this issue? i am so tired of this phone and give up swaping the phones,there will be some software fi

  • Add Media to Library

    I have a large  library of sound effects on my computer and I was wondering if there is a way to add them to the Final Cut Pro X library. I mean the one that contains the standard media.