How to mke deep links into application

Hallo,
i want to provide 2 ways to login to my app. One is to fill out the login jsp and the other ist to give login parameter in the request with an automatic login. I have done this before with struts an an request to an action with request the parameters. The action has done the login and then navigate into the app. I the request parameters are not set the action would navigate to the login jsp.
How can I do this with JSF. There are no actions to call. I tried to bind an HtmlForm object to my form on the login page. In the constructor, i check the request parameter and tried to submit the form in the construtor. The methods isSubmited or setSubmit sisn't work.
Any ideas for this problem.
Thanks,
marc

Hello,
my problem is not to get the request parameter values. I want to use one jsp site twice. Once for a login form to fill in and submit by a user and on the other hand to call the page with request parameters to fill in the login form and submit it automaticly. I don't know how I can submit the html form by java code.
Mayby I can do this by phase listeners?
thanks,
marc

Similar Messages

  • Deep linking external applications

    Hey,
    I have a simple external application registered within portal.
    I want to have a link from a portlet which deep links into the
    application after authenticating. Are there any classes in the
    JPDK to allow me to do this ?
    Thanks,
    Mark

    Bar,
    Why do you create separate projects? You can have multiple app defs in one project, all generating into their own subdirectories. See chapter on Team-based development in Dev Guide for more info.
    Anyway, even with separate projects (meaning separate web applications when running within JDev, you could still deploy everything in one ear file) this can be done. In this case, the deep link should be a goLink rather than a commandLink, and you should pass the deeplink query context as a request parameter, for example
    UrlToCallOtherApp?deepLinkId=123
    Then, in the deeplink target group, you should set the Enable DeepLinking expression to something like #{param.deepLinkId!=null} (or #{param.deepLinkId!='', if first one does not work}
    Steven Davelaar,
    JHeadstart Team.

  • Deep Linking between applications

    I've asked about this before but my problem is a little different this time.
    I have multiple projects (jpr) with an app def file in each one of them so they are all separated into different folders. I have setup the projects so that there is a main project that is dependant on all the others. I can change the URL to go to any of my projects this way. I want to setup deep linking so that it will deep link from one project into another.
    Do I need all the page defs in one common folder for this to work and also is it possible to get JHS to point to a pagedef folder outside its current project folder?
    Bar

    Bar,
    Why do you create separate projects? You can have multiple app defs in one project, all generating into their own subdirectories. See chapter on Team-based development in Dev Guide for more info.
    Anyway, even with separate projects (meaning separate web applications when running within JDev, you could still deploy everything in one ear file) this can be done. In this case, the deep link should be a goLink rather than a commandLink, and you should pass the deeplink query context as a request parameter, for example
    UrlToCallOtherApp?deepLinkId=123
    Then, in the deeplink target group, you should set the Enable DeepLinking expression to something like #{param.deepLinkId!=null} (or #{param.deepLinkId!='', if first one does not work}
    Steven Davelaar,
    JHeadstart Team.

  • How to create registry Links for applications

    Hello NG
    I want to work with Zenworks application virtualization. Now my question is
    following.
    When i set up an application as Office 2010 the exe file for ex. Word or
    Excelwill be created. Now i need a registry value, that when I doubleclick
    to a docx or xlsx file, the appropriate software does start
    How can I do this?
    Thanks in advance for your help
    Ramon

    there are a few ways... zav can create an msi installer for you that will setup associations and copy the virt exe to any location you want (just like any other msi application installer, just with one file:). I prefer this method, but there is also another exe tool that will register those file associations, they recently changed the name but its well documented. I suggested downloading the pdf from novell, its pretty short and informative.

  • How to add a link into a bubble tip

    Hi All,
    I am new with OAF and I have 4 requirements with OAF page.I need help from OAF gurus. I am working on iProcurement's Checkout: Requisition Information page.
    Following are the requirements :
    1>On that page it having a drop down list and this drop down list having 3 values 'Don't Know', 'yes' and 'no' and that drop down also having a long tip icon.
       Now when user click on that long tip icon then one IE window is open with some tips...Now the requirement is I want to replace that existing tip information with one link like "http://xxxx/yyy/zzz/test.aspx".
       when user click on that link then in new browser that should be open.
    2>on the same page and with same drop down list(Taxable field),that taxable field having 3 options as I said  'Don't Know', 'yes' and 'no'..Now I want to Remove the “Don’t know” option under Taxable.
    3>“Yes” or “No” doesn’t default in the Taxable field; this should forces the user to make a selection. If the user doesn’t make a selection, an error message appears and the user can’t move on to the next step.
    4>On the same page there is a region where some two paragraph are there now I want to add a third paragraph with a link like "http://xxxx/yyy/zzz/test.aspx".
        and that paragraph's font color should be red and when user click on the link from same paragraph then link should be open within a new window.
    Kindly give any idea to me to resolve that issues.........
    Thanks.....

        Hey hi there ,
       1 ) You have to hide the existing tip message from personalization , and in order to create a new link you can follow the steps mentioned below
             create a new item from personalization - use the following properties for that item .
             Item style : Link
             Destination URI : http://xxxx/yyy/zzz/test.aspx
             Target frame : _b
             prompt : http://xxxx/yyy/zzz/test.aspx
             This will ensure new link to be displayed on the page with prompt http://xxxx/yyy/zzz/test.aspx   and when ever user attempts to make a click
             will open up a new window with what ever the url being hard coded .
       2 )  To remove the value Don’t know you have to extend VO object , if its custom page then you can directly change the query associated to dropdown
              field . ( the query should not contain the value  Don’t know )
       3 )   get handle of the bean and check for null condition and throw the message accordingly .
             also you can try ( write this code in processFromRequest)
                                     (  if(pageContext.getParamter("button") != null ) ) // ID of the button
                                               String dropdown_value = pageContext.getParamter("DropdownID"); // ID of dropdown field
                                               if(dropdown_value.equals("") || dropdown_value==NULL)
                                                   throw new OAException("please select a value",OAException.INFORMATION);
       4 )  Can you just let me know more about the 4th requirement , i am not clear about what you 're referring  paragraph as ?
        Let me know if any of these points not clear .
       Regards ,
       keerthi
       [email protected]

  • How to embed command line into application

    hello,
    Are there any API that function as a command shell?
    For example, if I have an code editor, and I want it be able to compile the code, how can I do? Just like JBuilder allow us to add a Tool by specified approriate directory path!

    there is an API that functions as a command shell.
    Runtime.exec()
    A better way to compile code is to call javac directly - do a search on google

  • Is it possible to deep link into the Blank Composition widget?

    I would like to link to a page that contains a Blank Composition and have the 3rd item selected by default. Is this possible?

    It is not possible to directly target a specific slide/item in a widget using a hyperlink. Everytime you pull up a page in the browser, any widgets on the page display the first slide of the widget.
    Thanks,
    Vikas

  • How to copy links for applications

    How do I copy links for applications? I do this and nothing happens. Where does it go❓      

    What you want to do is already possible to do. If you find an app while surfing the web that you are considering downloading, and you tap on the link for that app, it should open in the App Store. You can then add it to your Wish List in the App Store and download it later if you so desire. You can build a whole list of apps for downloading later.
    When the app description window is open in the App Store, tap the action icon - the upward pointing arrow inside the square - and select Add to Wish List.  You can come backs later to the wish list, select the app and download it when you are ready. To access the Wish List, tap the 3 horizontal lines next to the search field in the upper right corner of the App Store.
    Just keep keep adding apps to the wish list as you find ones that you like.

  • Deep Linking in flex2 sites

    Hi,
    I am looking for incorporating deep linking into my site
    which is developed using Flex2.0 and AS3. I searched in google and
    found SWFAddress2.0(an open source by Asual). I tried to go through
    the samples and docs ,but i was not able to find a good sample code
    demonstrating the SWFAddress2.0 properly.So can anyone please post
    a good sample or link for SWFAddress2.0.
    Thanks in advance.

    Hi Eddie,
    It seems not possible to use deep linking. I think (just a guess) that when a session ID is missing, you're redirected to the home page (and the session ID is generated there).
    You could try to generate an APEX Session ID and add that to the URL (when clicked). See How to create an Apex 3.1 a session context programmatically? on the how-to.
    Whether this an intentional feature or not...I don't know. You should ask the powers that be (you know them I think).
    Roel

  • Deep-linking SEO problem

    It used to be that you could create multiple entry points to
    a single SWF using a sitemap. For instance, you could define url
    such as
    http://www.example.com/store?product=100
    and have that url return HTML content with the description of the
    product for SE consumption, and then load the SWF that then
    navigates to the particular product. However, after last weeks
    announcement, googlebot will happily press every link button in the
    app and read all the text for everything that's reachable from this
    url. If you have properly designed this entry point, it will be
    indexed using the text from your entire site! In fact, every entry
    point will be indexed with exactly all the text of your entire
    site. Does the crawler stop when the 'state' of the page is changed
    (i.e. when the value for a bookmark changes to represent a state
    change)?
    How can we get around this?

    More succinctly, if Google doesn't store anything after the #
    in a URL, how will it ever deep link into a Flex app?

  • Disable deep linking support in public pages

    We have public WEB app.
    For some reason we want that user must come to same page regarding URL - let say page 10.
    I saw nice thread on subject like that:
    Re: Application Link
    but this is made for authorization scheme apps-which we do not have.
    How to implment such a feature on public pages?
    THX!

    So how to disable "deep linking" feature in public appsand ensure that user must come to first page (i.e. 10)?
    You could create an authorization scheme that returns false unless a pre-determined application item is set. Attach this authorization scheme to all the pages except page 10.
    Create a onLoad computation on Page 10 that sets the app item.
    This way, you wouldn't be able to view any page in the app without first viewing page 10.

  • How to store pdf files in application layer

    Hi friends,
    Can any body tell me how to this.when ever we give a print a spool number will be created.we can give this spool number to rstxpdft4 program and we can convert it into pdf.
    how to put this pdf into application layer as a unix file.is it possible to do that.
    Regards,
    Sasi

    Complete code right from spool request :
    FORM convert_spool_to_pdf.
      IF is_otf IS INITIAL .
    List to PDF
        CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
             EXPORTING
                  src_spoolid              = p_spool
               dst_device               = 'LOCL'
             IMPORTING
                  pdf_bytecount            = bytes
                  pdf_spoolid              = pdf_spool
                  list_pagecount           = pages
                  btc_jobname              = job_pdf
                  btc_jobcount             = jobcount_pdf
             TABLES
                  pdf                      = i_pdf
             EXCEPTIONS
                  err_no_abap_spooljob     = 1
                  err_no_spooljob          = 2
                  err_no_permission        = 3
                  err_conv_not_possible    = 4
                  err_bad_destdevice       = 5
                  user_cancelled           = 6
                  err_spoolerror           = 7
                  err_temseerror           = 8
                  err_btcjob_open_failed   = 9
                  err_btcjob_submit_failed = 10
                  err_btcjob_close_failed  = 11.
      ELSE .
    OTF ( SAPSCRIPT ) To PDF
        CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'
             EXPORTING
                  src_spoolid              = p_spool
                  no_dialog                = ' '
             IMPORTING
                  pdf_bytecount            = bytes
                  pdf_spoolid              = pdf_spool
                  otf_pagecount            = pages
                  btc_jobname              = job_pdf
                  btc_jobcount             = jobcount_pdf
             TABLES
                  pdf                      = i_pdf
             EXCEPTIONS
                  err_no_otf_spooljob      = 1
                  err_no_spooljob          = 2
                  err_no_permission        = 3
                  err_conv_not_possible    = 4
                  err_bad_dstdevice        = 5
                  user_cancelled           = 6
                  err_spoolerror           = 7
                  err_temseerror           = 8
                  err_btcjob_open_failed   = 9
                  err_btcjob_submit_failed = 10
                  err_btcjob_close_failed  = 11.
      ENDIF .
      IF sy-subrc <> 0 OR
         i_pdf[] IS INITIAL .
    Error creating PDF File .
        Message e000.
      ELSE .
    Got PDF Structure . Now transfer to App. Server.
      ENDIF .
    ENDFORM.                    " convert_spool_to_pdf
    FORM send_spool_app.
      OPEN DATASET p_fname FOR OUTPUT IN BINARY MODE .
      IF sy-subrc = 0.
        LOOP AT i_pdf .
          TRANSFER i_pdf TO p_fname.
        ENDLOOP.
        CLOSE DATASET p_fname .
        MESSAGE s000 WITH p_fname.
      ELSE.
        MESSAGE e502(0u) WITH p_fname .
      ENDIF.
    endform.
    This is a working code as we are using the same concept.
    Hope it helped.

  • Can we link one application instance with multiple databases ?

    We have R12.1.1 and db is 11.1.0.7 on redhat 5.3 ( 64 bit).
    Can we link one application instance ( apps / , inst / ) with multiple database ( db / ),
    is this possible ?
    if yes how ?

    >
    Can we link one application instance ( apps / , inst / ) with multiple database ( db / ),
    is this possible ?
    No. You cant link application tier with more than one database.
    Similar query already answered by Hussein in detail in the forum :Re: Multiple instances, single Apps tier Please check that for more details
    -Rk

  • Chrome versions 21-26 show severe problems with flash deep links

    Dear Madam or Sir,
    New Chrome versions (at least versions 21-26) produce severe problems with Adobe Flash concerning deep links.
    You will find test cases and detailed information on this subject here:
    http://www.in-tanz.de/test-chrome/test.php
    Since August 2012 all new versions starting from version 21 to 26 (at least 32-bit Windows) do no longer support for example deep links into Flash. I.e. links like:
    poly-9.php#two
    It does not matter, what deep link you want to jump to (two, three, four etc.), Chrome always starts with „one“ / at the beginning of the Flash-animation.
    Like all other browsers (I successfully tested: Opera, Safari, Firefox, Internet-Explorer) Chrome should jump directly to the deep link #two, #three, etc.
    It does not matter which flash player I have been using over the last 9 months (at the time 11.6.602.180).
    This is a major problem as only my website contains more than 14,000 Flash files with over 100,000 deep links.
    In fact, I reported the bug (first noticed with Chrome 21) to Google beginning October 2012 (see bug reports on my page http://code.google.com/p/chromium/issues/detail?id=154494). But recently, I got the feeling, that there seems to be little interest in solving this problem. Actually, after I had informed Google about it, they even rolled out new versions of Chrome containing the bugs, instead of repairing it.
    Do you know any work around or can you offer any help?
    Kind regards,
    in-tanz

    Chrome uses a proprietary build of the plug-in called "PepperFlash" because it's a PPAPI plug-in where the ActiveX and standard plug-in are NPAPI. That may have something to do with it.

  • Deep Linking/URLKit for Tree

    Does anyone know if its possible (and if so, how) to use Deep Linking and URLKit to take a user to a particular node in a tree and open that branch item?
    Thanks,
    Dan

    aaaaand? what? nobody knows how to implement urlkit to Tree?
    UPD: oh. sorry. i fix it in my head))
    UPD2:hmm, fix it not enough
    i use this...
    protected function tree_changeHandler(event:ListEvent):void
    blablabla
    stringa =tree.selectedItem.@name;
    +
    <url:UrlValueRule id="Rule" stringValue="{stringa}" sourceValue="tree.selectedIndex" change="stringa = Rule.stringValue" urlFormat="|*" defaultValue="0"/>
    ... for my Tree and its change url, but when i enter my new url in browser its reset url and spit in my face...
    whyyyyyyyyyyy!
    ps:leaving one of stringValue/sourceValue don't make it work.
    maybe this forum have some people who implement urlkit for Tree well?

Maybe you are looking for

  • Software Update, App Store, Terminal, iCal and other Apple Apps will not open.

    Hi, I've exhausted all my search methods and still haven't fixed this issue. I have been disconnected from the internet for about 5 months up until now while continually using my MacBook Pro (early 2011) daily for work. Problems arose about a month a

  • HT1386 How can I sync only selected playlists from my library in iTunes to iPhone?

    Option to sync only selected playlists is grayed out in iTunes for my iPhone. How can I make it so I don't have to sync my entire library?

  • OS 10.4.6 UPGRADE!!!BAD!!!

    The OS 10.4.6 upgrade has fouled my Magic Bullet Color correction AE style plug-ins. It will no longer load them into FCP 5.0.4. The Magic Bullet Creative Cow Forum has a number of people flipping out over this same problem. It seems any AE style plu

  • Motion tracking effect mask not working

    I've no trouble with normal motion tracking, adding clip art to it and having the clip art track, etc. But according to the help in PE8, effects masks are also supposed to be able to be used. According to help: You can also apply Effects Mask in the

  • Flash drive for Macbook?

    Really want to install one these in my Macbook once I can soucre one, does anyone know if it would fit ok.? http://www.tomshardware.co.uk/2007/03/13/sandisk25_32gbssd/ MacBook White 2GHz   Mac OS X (10.4.8)