Create a redirect in SimpleResult

Hi,
We want to created a service that redirects the user to an external site. In this case, only the WML11 transformer will be used. We've tested the SimpleTimer tag and got it to work. The SimpleResult looks like this:
<SimpleResult>
<SimpleTimer timer="100" static_target="some-url"/>
<SimpleContainer>
<SimpleText>
<SimpleTextItem>
</SimpleTextItem>
</SimpleText>
</SimpleContainer>
</SimpleResult>
The wml output of this is:
<wml>
<!--7-->
<head>
<meta content="max-age=10" forua="true" http-equiv="Cache-Control"/>
</head>
<template/>
<card title="xxx" ontimer="http://xxx.se">
<timer value="1"/>
<p>
</p>
</card>
</wml>
(In this case, we're using a beta of wireless so it might be different in the GA release.)
However, this seems to be slower than a solution I've seen on an external site. That wml solution looks like this:
<wml>
<template>
<do type="prev" label="Back">
<prev/>
</do>
</template>
<card title="xxx">
<onevent type="onenterforward">
<go href="http://xxx.se/"/>
</onevent>
</card>
</wml>
And now to the real question:
Is there a way to get this output through Wireless XML and the WML11 transformer? Or is there some other way (that is better than using the SimpleTimer tag)?
/Anders

I think I found the solution my self. Found a comment regarding a "hack" to solve redirect in the WML11 transformer for the GA release. However, I wounder if this hack will be permanent...
My solution looks like this (it's the redirect attribute that does it):
<SimpleResult>
<SimpleContainer redirect="some-url">
<SimpleText>
<SimpleTextItem>
</SimpleTextItem>
</SimpleText>
</SimpleContainer>
</SimpleResult>
Anyone from Oracle who could confirm that this will be supported in future releases?

Similar Messages

  • How can I create a redirect - on page not found?

    I have asked this before but things have changed since....
    I am editing a site on a NON-LINUX server, one which can use VB code...
    The problem is that there are a lot of obsolete pages and I want to remove them
    I want to put a sitewide function in place so that if anyone types in an obsolete page through the whole site then it redirects to a single page with an apology and a link to the home page of the site...
    Someone said it could be done on a linux server, but this is not one of those... so please could someone explain IF and HOW it could be achieved on another server...
    Thank you
    Terry

    What you are asking for sounds like a 404 error page.  That's easy.  In the IIS manager navigate to the site you are managing and change the path of the 404 error page for that site to one you have created.  If you are on a shared host you should be able to edit the web.config file like:
    <configuration>
      <system.web>
        <customErrors defaultRedirect=”http://mysite.com/errors/Error.aspx” mode=”RemoteOnly”>
           <error redirect=”http://mysite.com/errors/404.aspx” statusCode=”404″ />
        </customErrors>
      </system.web>
    </configuration>

  • Problem with iweb creating a redirect on my domain

    I have a registered domain name with godaddy. (www.lifeofarockstar.net) I create the pages in iweb and then use fetch to send them to my domain. Somewhere in the transfer, my actual site is doing a redirect to http://www.lifeofarockstar.net/Life%20of%20a%20Rock%20Star%20-%20Satirical%20Com mentary%20by%20Nicole%20Hanratty/Life%20of%20a%20Rock%20Star%20-%20Satirical%20C ommentary/Life%20of%20a%20Rock%20Star%20-%20Satirical%20Commentary.html
    How do I make this stop? It seems like an iweb issue since that is how the site comes up when I publish it to my .mac account web page. Can someone help me eliminate all the %20 stuff and have the destination url be the same as the actual web address? Much thanks.

    Those aren't redirects. You have just used the most incredibly long names imaginable for your site and blog inside the iweb app. To get rid of the %20, don't use spaces. Name your site something short like "life" and the same for your other pages inside iWeb and republish and reupload.

  • How can I create a redirect to an URL like in SICF?

    Hi,
    we offer  the payroll (com.sap.pct.erp.ess.paycheck_service / sap.com/ess~rem/payslip2) in our portal which is a Java-WD. Whenever we import a modified version of the corresponding HRFORM into the P-system the application aborts with an error because the HRFORM has to be generated first after the import.
    I wanted to get rid of this problem by using the SICF where you can define a redirect to an URL (I wantet to switch to a "service is under construction"-WD). Unfortunately the SICF can only be used for WD4ABAP-services as I know - not for Java.
    Has anybody an idea how to solve my problem? I want to switch to a "service is under construction"-WD whenever there's an abort while processing the payroll application.
    We don't have any Java skill.
    Greetings,
    Steff

    You can place the html in component folder. src>mimes>Components. and can be accessed by code
    try {
    String url = WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"<redirect>.html");
    } catch (WDURLException e) {
    wdComponentAPI.getMessageManager().reportException(e.getMessage(),true);
    1) you can use the url to navigate to the redirect page or can try exit plug.
    nikhil

  • Business Catalyst Help | Create page redirects

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/redirect-page-urls.html

    Hello Friends,
    I have a solution for this issuem Just upload that all url without .aspx or .pdf extension and wait for a while min 10min and max 1 hour.
    Then redirection of .aspx will work.
    100% working method. Try it and if it's working reply here.@33043 forumnotifier forumnotifierWoojinNewsgroup_UserDebbieLee DesignJochem van Dieten

  • Creating a versatile DNS and redirection service on Snow Leopard Server

    For the few of us who use Snow Leopard Server as a main DNS for our small network, the following is a workflow that I would like to share with the board for creating redirection services to not just sites found on the locally hosted apache but also external sites.
    +IF you are adding a second domain name, the reverse domain lookup will not appear and you will need to add a Machine/A record with the fully qualified domain "domainname.com." (don't forget the . at the end) into the new zone and it will point to the "server" Machine/A record ip address.+
    *DNS Portion* : (ServerAdmin > DNS > Zones >
    Add Zone > Primary > Create a fully Qualified Domain name and dns "server" in the Machine / A Record
    Create the (add Record > Alias/ CNAME) subdomain pointing to the server.domainname.com e.g. (library)
    *Web / Apache Portion :*
    Create a new site (ServerAdmin > Web > Sites > Plus button)
    With General > host name exactly as spelled in above subdomain in full (library.domainname.com)
    Select Web Folder where the site is hosted
    If you are creating a redirection, create a folder on the server, add an index.php (with the script below)
    Add Alias with the same subdomain as number 2
    _PHP script :_
    <?php
    $location = "http://example.net";
    header("Location: ".$location, "301 Moved Permanently");
    ?>
    // Edit the "http://example.net" to which ever e.g. "http://apple.com"
    _Alternatively you can also mask the page with :_
    <html>
    <head>
    <title>Same Title As Your Homepage</title><!-->incase they have javascript turned off<!-->
    <script type="text/javascript"><!-->changes title bar to match title on current page in frame<!-->
    function changeTitle()
    if (top.frames['main'].document.title)
    top.document.title=top.frames['main'].document.title;
    </script>
    </head>
    <frameset>
    <frame name="main" src="http://actual-url.anotherhost.com/page.html"scrolling="auto" target="main" ONLOAD="changeTitle();"><!-->You need the onload handler to make the javascript work<!-->
    <noframes>
    <body>
    Place a suitable message here for people with browsers that can't read frames.
    </body>
    </noframes>
    </frameset>
    </html>

    Ok, local DNS services (unicast DNS) are typically straightforward to set up, very useful to have, and can be necessary for various modern network services, so I'm unsure why this is even particularly an open question.  Which leads me to wonder what other factors might be under consideration here; of what I'm missing.
    The Bonjour mDNS stuff is certainly very nice, too.  But not everything around supports Bonjour, unfortunately.
    As for being authoritative, the self-hosted out-of-the-box DNS server is authoritative for its own zone.  That's how DNS works for this stuff.
    And as for querying other DNS servers from that local DNS server (or, if you decide to reconfigure it and deploy and start using DNS services on your LAN), then that's how DNS servers work.
    And yes, the caching of DNS responses both within the DNS clients and within the local DNS server is typical.  This also means that there is need no references to ISP or other DNS servers on your LAN for frequent translations; no other caching servers and no other forwarding servers are required.

  • Create password access to a site in Dreamweaver CC

    Trying to create a password protected site. I have an intro page and want to have a password required to access the main site. I am using hostgator and from what I can see, they only have a username password access. I need just the password access for our members to access the site. I added server behaviors ext to my Dreamweaver CC but the + sign is grayed out. Ideas?

    Hi
    in addition to Ben's recommendation: The easiest way - in my opinion - to protect the recommended website(s) with a password is to ask your provider for this possibility. I can show you here the menu of my German host (Passwortschutz > Password protection):
    Here an example of one of my websites, where I used my providers service. You can see what happens if you don't know the required details:
    http://dala-laegret1963.de/AccBlocked/AccBlocked.php. There only these users who know the passwords can enter this website.
    As you can see I didn't struggle to write the ".htaccess" file of myself, and here I quote Nancy O's hints:
    a secure create sign-up page.  When form is submitted, MySQL database is appended with new log-in credentials.
    a MySQL database to store unique ID, username, password with a date and timestamp to measure how old each password is.
    another secure log-in page to verify valid username, password and date and timestamp.  If it's accepted, a session is created and redirects user to confidential areas of the site.
    a log-out page to kill the session.
    an error page for when username & password are not found in database.
    a secure new password page for when date & timestamp are too old.
    For all these things I use the provider's (ISP) service. The advantage is, that the two files (.htaccess and .htpasswd) are created simultaneously and systemconform.  You will find this offer, I am sure, at your provider's website.
    Dreamweaver has so too a very easy server-side authentication behaviors built-in... have you looked at those? (Server Behaviors --> Authenticate Users)
    Hans-Günter

  • How to set item values when redirecting to the same page.

    I just created a redirect button that I want to redirect to the same page and set the 2 page items on the page to the same value they had before the redirect.
    But I can't write:
    Set These Items: P1_Permit_Number,P1_Fishing_Year
    With These Values: &P1_Permit_Number.,&P1_Fishing_Year.
    Because there are no values in the session state, since a submit has not been done.
    So how do I do this?
    I know how to get the values stored in the items, e.g., $v('P1_PERMIT_NUMBER')
    but where do I place that command? It's not allowed under "With These Values"
    And I don't really want to make this a submit button and create a process that says:
    P1_PERMIT_NUMBER := $v('P1_PERMIT_NUMBER') because that would complicate the page too much -- I already have other processes and branches on the pages whose conditions would have to be modified so that they don't run during this scenario.
    Thanks.

    Thanks Gary and Andy. I rewrote the function according to above instructions:
    function redirectToURL()
    var permitNumber = document.getElementById('P1_Permit_Number');
    var fishingYear = document.getElementById('P1_Fishing_Year');
    var url = 'f?p=&APP_ID.:1:&APP_SESSION.::::P1_Permit_Number,P1_Fishing_Year:' + permitNumber +',' + fishingYear;
    window.location.href = url;
    But when I entered a value for permit number and fishing year and redirected, the word "null" appeared in the Permit page item, instead of the permit number that I had entered.
    Remember that I am not submitting here. So if the syntax you showed me, i.e. getElementById('P1_Permit_Number'), searches for the item's session state, then it will be wrong, since there is no session state value for the items at this point. Perhaps that is the reason I got the null?
    If so, what can I do?

  • Create a template

    hi, I am new at create UIX pages.
    I created a template with the wizards, everything looks fine.
    Now I want to change things on my web page (not the template). how to I do this?
    I tried following ch. 14 "UIX includes and templating", but could not get any thing to show up on my web page.
    Two thing I am trying to do is add sideNav to my web page
    (each web page will have different sideNavs), and change the header text that shows up on the tab page.
    When I created the template it inserted.
    &lt;pageHeader&gt;
    &lt;globalHeader&gt;
    &lt;contents&gt;
    &lt;link text="header 1" destination=""/&gt;
    &lt;/contents&gt;
    &lt;/globalHeader&gt;
    &lt;/pageHeader&gt;
    would like to change the "header 1" text in the template based on the web page that was selected.
    any thoughts.
    thanks

    ok that worked fine for SideNav, everything shows up where I want it.
    how about the BC4J stuff. I created a uiXML for business component, and code is put all over the place. I have content, contents, all over the place. plus code inside and outside the pagelayout.
    where do I put the
    &lt;mypage:template
    &lt;/mypage:template&gt;
    here is the code that was generated for uiXML for business component - I realize that I still need to add the template code:
    &lt;?xml version="1.0" encoding="windows-1252" ?&gt;
    &lt;page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:bc4j="http://xmlns.oracle.com/uix/bc4j" &gt;
    &lt;bc4j:registryDef&gt;
    &lt;bc4j:rootAppModuleDef name="SmVisionsView1AppModule"
    definition="smart_uix.Smart_bc4jModule"
    releaseMode="stateful" &gt;
    &lt;bc4j:viewObjectDef name="SmVisionsView1"
    rangeSize="3" /&gt;
    &lt;/bc4j:rootAppModuleDef&gt;
    &lt;/bc4j:registryDef&gt;
    &lt;content&gt;
    &lt;try xmlns="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui" &gt;
    &lt;catch&gt;
    &lt;displayException /&gt;
    &lt;/catch&gt;
    &lt;contents&gt;
    &lt;pageLayout xmlns="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    title="SmVisionsView1 View" &gt;
    &lt;contents&gt;
    &lt;!-- this will contain any validation errors after form
    submission --&gt;
    &lt;messageBox automatic="true" /&gt;
    &lt;bc4j:rootAppModuleScope name="SmVisionsView1AppModule" &gt;
    &lt;contents&gt;
    &lt;header text="Search" &gt;
    &lt;contents&gt;
    &lt;form name="search" method="POST" &gt;
    &lt;contents&gt;
    &lt;inlineMessage prompt="Search" vAlign="middle" &gt;
    &lt;contents&gt;
    &lt;flowLayout&gt;
    &lt;contents&gt;
    &lt;choice name="attrName"
    data:selectedValue="attrName@ctrl:page"
    shortDesc="Search Column"&gt;
    &lt;contents&gt;
    &lt;option text="Rid" value="Rid" /&gt;
    &lt;option text="Code" value="Code" /&gt;
    &lt;option text="Name" value="Name" /&gt;
    &lt;option text="ShortDesc" value="ShortDesc" /&gt;
    &lt;option text="DetailedText" value="DetailedText" /&gt;
    &lt;option text="RevisionUserName" value="RevisionUserName" /&gt;
    &lt;option text="RevisionDateTime" value="RevisionDateTime" /&gt;
    &lt;/contents&gt;
    &lt;/choice&gt;
    &lt;textInput name="attrValue" columns="20"
    data:text="attrValue@ctrl:page"
    shortDesc="Search"/&gt;
    &lt;/contents&gt;
    &lt;/flowLayout&gt;
    &lt;/contents&gt;
    &lt;end&gt;
    &lt;submitButton text="Go" ctrl:event="search" /&gt;
    &lt;/end&gt;
    &lt;/inlineMessage&gt;
    &lt;/contents&gt;
    &lt;/form&gt;
    &lt;/contents&gt;
    &lt;/header&gt;
    &lt;header text="Results" &gt;
    &lt;contents&gt;
    &lt;form name="viewForm" method="POST" &gt;
    &lt;contents&gt;
    &lt;tableLayout&gt;
    &lt;contents&gt;
    &lt;bc4j:viewObjectScope name="SmVisionsView1" &gt;
    &lt;contents&gt;
    &lt;bc4j:table name="viewTable" width="80%"
    alternateText="No rows found"&gt;
    &lt;tableSelection&gt;
    &lt;!-- single selection for each row in the table --&gt;
    &lt;singleSelection selectedIndex="0" shortDesc="Select Row"&gt;
    &lt;contents&gt;
    &lt;!-- the update button causes the currently selected
    row to be sent to the update page --&gt;
    &lt;submitButton text="Update"
    ctrl:event="update" /&gt;
    &lt;!-- the delete button causes the currently selected
    row to be removed --&gt;
    &lt;submitButton text="Delete"
    ctrl:event="delete" /&gt;
    &lt;/contents&gt;
    &lt;/singleSelection&gt;
    &lt;/tableSelection&gt;
    &lt;!-- the key identifying the current row in the table --&gt;
    &lt;bc4j:keyStamp&gt;
    &lt;bc4j:rowKey name="key" /&gt;
    &lt;/bc4j:keyStamp&gt;
    &lt;contents&gt;
    &lt;!-- A bc4j:column element is added for each attribute
    in the ViewObject. --&gt;
    &lt;bc4j:column attrName="Rid"&gt;
    &lt;columnHeader&gt;
    &lt;bc4j:sortableHeader/&gt;
    &lt;/columnHeader&gt;
    &lt;contents&gt;
    &lt;bc4j:input readOnly="true"/&gt;
    &lt;/contents&gt;
    &lt;/bc4j:column&gt;
    &lt;bc4j:column attrName="Code"&gt;
    &lt;columnHeader&gt;
    &lt;bc4j:sortableHeader/&gt;
    &lt;/columnHeader&gt;
    &lt;contents&gt;
    &lt;bc4j:input readOnly="true"/&gt;
    &lt;/contents&gt;
    &lt;/bc4j:column&gt;
    &lt;bc4j:column attrName="Name"&gt;
    &lt;columnHeader&gt;
    &lt;bc4j:sortableHeader/&gt;
    &lt;/columnHeader&gt;
    &lt;contents&gt;
    &lt;bc4j:input readOnly="true"/&gt;
    &lt;/contents&gt;
    &lt;/bc4j:column&gt;
    &lt;bc4j:column attrName="ShortDesc"&gt;
    &lt;columnHeader&gt;
    &lt;bc4j:sortableHeader/&gt;
    &lt;/columnHeader&gt;
    &lt;contents&gt;
    &lt;bc4j:input readOnly="true"/&gt;
    &lt;/contents&gt;
    &lt;/bc4j:column&gt;
    &lt;bc4j:column attrName="DetailedText"&gt;
    &lt;columnHeader&gt;
    &lt;bc4j:sortableHeader/&gt;
    &lt;/columnHeader&gt;
    &lt;contents&gt;
    &lt;bc4j:input readOnly="true"/&gt;
    &lt;/contents&gt;
    &lt;/bc4j:column&gt;
    &lt;bc4j:column attrName="RevisionUserName"&gt;
    &lt;columnHeader&gt;
    &lt;bc4j:sortableHeader/&gt;
    &lt;/columnHeader&gt;
    &lt;contents&gt;
    &lt;bc4j:input readOnly="true"/&gt;
    &lt;/contents&gt;
    &lt;/bc4j:column&gt;
    &lt;bc4j:column attrName="RevisionDateTime"&gt;
    &lt;columnHeader&gt;
    &lt;bc4j:sortableHeader/&gt;
    &lt;/columnHeader&gt;
    &lt;contents&gt;
    &lt;bc4j:input readOnly="true"/&gt;
    &lt;/contents&gt;
    &lt;/bc4j:column&gt;
    &lt;/contents&gt;
    &lt;/bc4j:table&gt;
    &lt;/contents&gt;
    &lt;/bc4j:viewObjectScope&gt;
    &lt;/contents&gt;
    &lt;/tableLayout&gt;
    &lt;/contents&gt;
    &lt;/form&gt;
    &lt;/contents&gt;
    &lt;/header&gt;
    &lt;/contents&gt;
    &lt;/bc4j:rootAppModuleScope&gt;
    &lt;/contents&gt;
    &lt;contentFooter&gt;
    &lt;!-- the create button redirects to the create page --&gt;
    &lt;button text="Create" ctrl:event="create" /&gt;
    &lt;/contentFooter&gt;
    &lt;/pageLayout&gt;
    &lt;/contents&gt;
    &lt;/try&gt;
    &lt;/content&gt;
    &lt;handlers&gt;
    &lt;event name="search" &gt;
    &lt;!-- using the ApplicationModule causes it to be checked out from the
    ApplicationPool. It is released using stateful mode. --&gt;
    &lt;bc4j:findRootAppModule name="SmVisionsView1AppModule" &gt;
    &lt;!-- establish the ViewObject scope --&gt;
    &lt;bc4j:findViewObject name="SmVisionsView1" &gt;
    &lt;!-- search for the view criteria --&gt;
    &lt;bc4j:findByExample&gt;
    &lt;bc4j:exampleRow ignoreCase="true" &gt;
    &lt;bc4j:exampleAttribute&gt;
    &lt;bc4j:nameBinding&gt;&lt;bc4j:parameter name="attrName" /&gt;&lt;/bc4j:nameBinding&gt;
    &lt;bc4j:valueBinding&gt;&lt;bc4j:parameter name="attrValue" /&gt;&lt;/bc4j:valueBinding&gt;
    &lt;/bc4j:exampleAttribute&gt;
    &lt;/bc4j:exampleRow&gt;
    &lt;/bc4j:findByExample&gt;
    &lt;bc4j:executeQuery/&gt;
    &lt;!-- store the current search criteria as page properties --&gt;
    &lt;bc4j:setPageProperty name="attrName" &gt;
    &lt;bc4j:parameter name="attrName" /&gt;
    &lt;/bc4j:setPageProperty&gt;
    &lt;bc4j:setPageProperty name="attrValue" &gt;
    &lt;bc4j:parameter name="attrValue" /&gt;
    &lt;/bc4j:setPageProperty&gt;
    &lt;/bc4j:findViewObject&gt;
    &lt;/bc4j:findRootAppModule&gt;
    &lt;/event&gt;
    &lt;event name="sort" source="viewTable" &gt;
    &lt;!-- using the ApplicationModule causes it to be checked out from the
    ApplicationPool. It is released using stateful mode. --&gt;
    &lt;bc4j:findRootAppModule name="SmVisionsView1AppModule" &gt;
    &lt;!-- establish the ViewObject scope --&gt;
    &lt;bc4j:findViewObject name="SmVisionsView1" &gt;
    &lt;!-- sort by the submitted attribute name --&gt;
    &lt;bc4j:sort/&gt;
    &lt;/bc4j:findViewObject&gt;
    &lt;/bc4j:findRootAppModule&gt;
    &lt;/event&gt;
    &lt;event name="goto" source="viewTable" &gt;
    &lt;!-- using the ApplicationModule causes it to be checked out from the
    ApplicationPool. It is released using stateful mode. --&gt;
    &lt;bc4j:findRootAppModule name="SmVisionsView1AppModule" &gt;
    &lt;!-- establish the ViewObject scope --&gt;
    &lt;bc4j:findViewObject name="SmVisionsView1" &gt;
    &lt;!-- navigate to the submitted range --&gt;
    &lt;bc4j:goto/&gt;
    &lt;/bc4j:findViewObject&gt;
    &lt;/bc4j:findRootAppModule&gt;
    &lt;/event&gt;
    &lt;event name="create" &gt;
    &lt;!-- forward to the create page --&gt;
    &lt;ctrl:go name="Create1" redirect="true" /&gt;
    &lt;/event&gt;
    &lt;event name="update" &gt;
    &lt;!-- forward to the update page, passing the selected key
    as a page property --&gt;
    &lt;ctrl:go name="Update1" redirect="true" &gt;
    &lt;ctrl:property name="key" &gt;
    &lt;ctrl:selection name="viewTable" key="key" /&gt;
    &lt;/ctrl:property&gt;
    &lt;/ctrl:go&gt;
    &lt;/event&gt;
    &lt;event name="delete" &gt;
    &lt;!-- using the ApplicationModule causes it to be checked out from the
    ApplicationPool. It is released using stateful mode. --&gt;
    &lt;bc4j:findRootAppModule name="SmVisionsView1AppModule" &gt;
    &lt;!-- establish the ViewObject scope --&gt;
    &lt;bc4j:findViewObject name="SmVisionsView1" &gt;
    &lt;!-- find the selected Row --&gt;
    &lt;bc4j:findRowByKey&gt;
    &lt;bc4j:keyBinding&gt;
    &lt;bc4j:selectionKey name="viewTable" key="key" /&gt;
    &lt;/bc4j:keyBinding&gt;
    &lt;bc4j:handlers&gt;
    &lt;!-- remove the selected ViewObject row --&gt;
    &lt;bc4j:removeRow /&gt;
    &lt;!-- execute the query to eliminate dead row access --&gt;
    &lt;bc4j:executeQuery/&gt;
    &lt;/bc4j:handlers&gt;
    &lt;/bc4j:findRowByKey&gt;
    &lt;/bc4j:findViewObject&gt;
    &lt;!-- commit the transaction, forwards to self automatically --&gt;
    &lt;bc4j:commit/&gt;
    &lt;/bc4j:findRootAppModule&gt;
    &lt;/event&gt;
    &lt;/handlers&gt;
    &lt;/page&gt;

  • CSS redirect based on client IP address?

    We have a number of web servers behind CSS11500. We would like to be able to send an http redirect to a client browser, depending on the client's IP address.
    I had thought this might be possible using ACL but I can't find anything that seems to fit the bill. Can anyone suggest whether this is even possible, and how?

    create a redirect service.
    Then you can use an acl like this :
    clause 10 permit tcp x.x.x.x destination content prefer
    Gilles.

  • How to redirect only webpage but not groups services (iCal, etc)?

    Hello,
    I have create a redirect so that who visit my domain (mydomain.info) will be redirect to the main website (mydomain.com).
    But I would like to connect anyway to mydomain.info/ical
    Creating a redirect on : server Admin
    redirect       Pattern: /              Path: mydomain.com
    the problem is that going on mydomain.info/ical no graphic, style and so go on are loaded.
    Please can someone suggest me a solution?
    thanks

    Hi Daniel, this is called ESP wildcard forwarding which the router does support.
    https://supportforums.cisco.com/docs/DOC-12534   <- This is older but applicable
    https://supportforums.cisco.com/message/3766661
    -Tom
    Please mark answered for helpful posts

  • Create an Adobe ID link in ADE: page is not available

    One of our customers reported a possible bug today: when she tried to create an Adobe ID directly from Adobe Digital Editions (ADE), it failed. Please see below for details, and advise and / or fix ASAP.
    1. In ADE 3.0, she clicked on “Create an Adobe ID” link, which points to www.adobe.com/go/digital-editions-createID
    2. The link above redirected her to another page: “Create Adobe ID”
    3. Clicking on “Create” button redirected her to a page that is not available. As far as we can tell, no Adobe ID was created for her; it just ended in failure:
    4. We tried to create new Adobe IDs using these steps and experienced this same problem.

    I don't know that link (and certainly not the one hiding under your link).
    You can download the EXE installers from http://get.adobe.com/reader/enterprise/
    If you need the MSI installer, get it from the Adobe FTP site ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/ (which for some reason I cannot access right now).

  • WCCP Redirect ACL with Static Routes

    I need help in creating a redirect ACL (along with an explanation) for one of our sites that has multiple static routes on the router pointing to a customers device on his network.  I have attached relevant config for review.  We have tried numerious combo's for this and so far nothing has worked correctly.  Essentially we need the 165. network, 10.48 and the 10.0 network to all be redirected to the WAE appliance hanging off FA0/1 to be optimized and returned back, but not break communication b/w 10.0 and 10.48 network.  Thoughts and/or suggestions?
    Thank you

    Have you try to do the static route in the WAE?
    Jan

  • How to Setup User Folders Automatically when the user is being created

     Hi All
    I am setting up a new Windows Server 2012 R2 Standard Edition with Full/GUI install.
    Q.1. Is there a way to create User Folders on Data Drive (D: Drive - OS is installed on C) automatically as I create Users?
    Q.2. Additionally can these folders be assigned appropriate permissions automatically?
    Q.3.What is the best approach If appropirate permissions are not assigned automatically. I have drive D: as a share with Full permissions to all. Is there a better way.
    Thanks
    Respectfully
    Jamal

    Hi,
    Not sure you mean local computers or domain environment. In domain, we can create folder redirection GPO.
    With this policy we can redirect folder to a shared folder or another local drive.
    For your information:
     Configuring Folder Redirection
    http://technet.microsoft.com/library/cc786749.aspx
    Security Recommendations for Folder Redirection
    http://msdn.microsoft.com/en-us/library/cc736916(v=ws.10).aspx
    Hope this helps.

  • How do you redirect HTTP requests to HTTPS?

    Update to my question:
    My original question didn't include all of the complexity of what I'm trying to do.
    I have a virtual server with two listening ports, 80 and 443. I have a certificate installed for port 443 and that works fine when I specifically type in https://myserver
    I also have a reverse proxy setup for a URI- /myapp -> remoteserver.
    I'd like to configure my webserver to do a redirect from /myapp to the URL https:/myserver/myapp
    and then have the reverse proxy kick and send me over to my remote server.
    Everything works fine if I browse to https://myserver/myapp. I just want for requests from http://myserver/myapp to be turned into https://myserver/myapp before the reverse proxy takes effect.
    Any ideas?
    Thanks-
    Edited by: bisbell on Sep 13, 2010 12:16 PM

    It would go into whichever obj.conf file is specified for this virtual server (probably <server>-obj.conf, but double-check your server.xml to be certain).
    I tend to process redirects early in the obj.conf. I usually try to have them processed before the other NameTrans statements. Here's how I've done it with other kinds of conditionals:
    <Object name=default>
    <If $urlhost = "www.foo.baz.com">
    NameTrans fn="redirect" from="/" url-prefix="http://foo.baz.com/"
    </If>In my case someone had created published a link to my server with a FQDN that was incorrect. Since they had done it in printed material a fix for them was not trivial. To address the problem I created a DNS entry that matched their typo, and created the redirect here to bounce from the bad FQDN to the proper FQDN. You're doing basically the same thing, except you want to redirect accesses to a particular URI that are not SSL enable to the same URL with SSL.
    Please note that I haven't checked any of the syntax I gave you in the prior post. I already see one typo (~= should be =~). The variables being evaluated should be checked for correctness too (e.g. security!="true" might in fact be something like "not defined $security").
    Check the docs. :)

Maybe you are looking for

  • Help with ipod color display

    Tenog un ipod color display de 60Gb de capacidad, recientemente le hice un software update y la capacidad del ipod cambio a 18.1Gb y no eh podido cambiar la capacidad. Ya intente restaurarlo, hacerle otro update, darle format y no sirve nada. Que pue

  • Apple remote controler on Book Pro retinal display

    I was give an older Apple remote control to use on my MacBook Pro retinal. It is not a bluetooth one I guess ( white, smaller and black on tip). Can it be used? I did not find any setting for it in system preferences.

  • Error when reading the data of infoprovider

    Hello, I have a problem when excecuting the transaction 'listcube' on a specific infocube. It occurs an error message which complains problem when reading the data of the infoprovider. The message text sounds as follows: Error reading the data of Inf

  • Importing from .txt to delimited spreadsheet

    In Excel you are able to Import data using a dialog box that allows you to separate columns by tab, spaces, etc. Is this possible in Numbers? I need to import some data but need to be able to separate it into columns before it come into Numbers.

  • Why do i get this at start up

    ([Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFileInputStream.init]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://1clickweather/content/js/utils/filemanager.js :: <TOP_LE