#NULL# passed in url resolves to %23NULL# after 4.2 upgrade

URL target of a branch f?p=&APP_ID.:12:&SESSION.::&DEBUG.::P12_ID,P12_CALC_AP,P12_FLAG,P12_STATUS:#NULL#,&P7_CALC_AP.,7,Planned was working fine until 4.2 upgrade and post upgrade, url resolves the #NULL# to %23NULL# (f?p=18761:12:8013234343420::NO::P12_ID%2CP12_CALC_AP%2CP12_FLAG%2CP12_STATUS:%23NULL#,140201,7,Planned) and on displaying P12_ID it shows #NULL as the value received.
Has anyone else experienced such behavior?
I have changed the branch target to f?p=&APP_ID.:12:&SESSION.::&DEBUG.::P12_ID,P12_CALC_AP,P12_FLAG,P12_STATUS:,&P7_CALC_AP.,7,Planned and it seems to be working well on test instance. Is this right solution or is there a better way of resolving this issue ?

That is the right solution. "#" is a URL reserved character used to indicate the beginning of the fragment identifier part of the URL. It must be escaped to "%23" if passed as data in the URL. Basically you're better off not trying to use "#" in this way.

Similar Messages

  • Passing custom URL parameter to a FPM app

    Hello,
    I am facing a problem when trying to pass an URL parameter to a GAF FPM application.
    The standard way by adding a parameter to the WD application and adding a parameter to the default plug in the window doesn't work for FPM... at least in my case.
    Does anyone know how URL parameters work with the FPM framework?
    Thank you and BR,
    Chris

    You just need to declare parameters which you will be using in WD Application - Parameters tab.
    To fetch parameters for application which is using FPM, you have to use following piece of code -
        wd_this->app_param = wd_this->mr_fpm->mo_app_parameter.
        CALL METHOD wd_this->app_param->get_value
          EXPORTING
            iv_key   = 'INTERFACE_MODEL'
          IMPORTING
            ev_value = wd_this->lv_interface_model.
        CALL METHOD wd_this->app_param->get_value
          EXPORTING
            iv_key   = 'MODE'
          IMPORTING
            ev_value = wd_this->lv_mode.
    Here wd_this->mr_fpm holds FPM reference and is of type ref to IF_FPM
    and wd_this->app_param holds FPM parameters reference and is of type IF_FPM_PARAMETER.
    After getting reference I'm calling methods to get individual application parameters by sending their names.
    We called this in DOINIT of component controller.
    Regards
    Manas Dua

  • [SOLVED] error: Resolving timed out after 10000 milliseconds

    EDIT: it was a DNS lookup problem. I don't know why but it is better to manually specify nameservers in resolv.conf than in the home router control panel (a NETGEAR DGN2200v3). See the #3 post.
    Hi
    I just installed arch and I need to downgrade to xorg 1.12 to be able to use catalyst proprietary driver (legacy).
    As I read into the wiki, I added the two required repos:
    [catalyst-hd234k]
    Server = http://catalyst.wirephire.com/repo/catalyst-hd234k/$arch
    [xorg112]
    Server = http://catalyst.wirephire.com/repo/xorg112/$arch
    when I try to do an update, I get "database file does not exist".
    In logs appears a curl error 28, timeout error, but the repository is online (I can ping it and I can browse its contents with firefox).
    What can I do?
    sudo LANG=C pacman -Syy
    warning: database file for 'xorg112' does not exist
    warning: database file for 'catalyst-hd234k' does not exist
    :: Synchronizing package databases...
    error: failed retrieving file 'xorg112.db' from catalyst.wirephire.com : Resolving timed out after 10000 milliseconds
    error: failed to update xorg112 (download library error)
    error: failed retrieving file 'catalyst-hd234k.db' from catalyst.wirephire.com : Resolving timed out after 10000 milliseconds
    error: failed to update catalyst-hd234k (download library error)
    core 105.0 KiB 122K/s 00:01 [######################] 100%
    extra 1412.9 KiB 418K/s 00:03 [######################] 100%
    community 1929.7 KiB 447K/s 00:04 [######################] 100%
    multilib 95.7 KiB 115K/s 00:01 [######################] 100%
    Last edited by yell! (2013-03-10 14:16:22)

    yell! wrote:
    thanks for replying. I edited the first post.
    Solved:
    After a lot of hours trying wget, aria2 and curl, with a lot of options, I just stopped observing pacman output behaviour in the console.
    Seemed that it was a DNS lookup problem but, in my resolv.conf, the specified nameserver was my home router.
    Anyway, I changed that specifying google's nameservers; is working now. It's a weird thing because in my homerouter I was already using google's nameservers. 
    Now I can open the repos in browser without lag.
    Example of my resolv.conf:
    Before:
    # home router nameserver
    nameserver 192.168.0.1
    After:
    #Google nameservers
    nameserver 8.8.8.8
    nameserver 8.8.4.4
    Thanks you help me so much love you

  • Any way to access params passed in URL  implementing JSR 168 on Oracle Appl

    I'm trying to access the params passed through URL like : http://hostname:7777/portal/page/portal/Wes%20store%20Sample/OnlyOnePortal
    webStoreId=100&Id=10000
    I have create a portlet with jsp implementing JSR 168 on Oracle Application Server 10g
    But unable to access them in either actionProcess() as well as render() using actionRequest and renderRequest as well.
    I wonder will this possible with JSR 168 to access params passed in URL in any way
    Can any body help me do this

    access params passed in URL  implementing JSR 168 on Oracle Application Ser

  • Resolving timed out after 10000 milliseconds

    i keep getting this error when trying to run pacman but my internet is working fine
    if you need more detailed info please ask
    error: failed retrieving file 'core.db' from mir.archlinux.fr : Resolving timed out after 10000 milliseconds
    error: failed retrieving file 'core.db' from mir1.archlinux.fr : Resolving timed out after 10000 milliseconds
    error: failed retrieving file 'core.db' from archlinux.limun.org : Resolving timed out after 10000 milliseconds

    Happens to me as well, however only on my home network. If i am on another connection it works, which really confuses me
    Edit : Found the solution to this, as I suspected it was a DNS lookup issue, caused by my router being the one doing the resolution.
    Follow these steps to solve it.
    Last edited by dpm3g10 (2013-03-25 09:50:59)

  • Can't receive variables from HTML to Flash in AS3 passed via URL (not Flashvars)

    hey all,
    can't seem to get AS3 to recognize variables passed via URL
    (not Flashvars). i can get vars passed with Flashvars in the
    javascript but I don't want to use that method. i'm simply
    extending the .swf call with .swf?var=123 in the embed and on the
    AS3 side i'm calling loaderInfo.parameters.var
    thought this would work but doesn't. what am i doing wrong?
    HTML:
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="1024" height="768" id="main" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="main.swf?var=123"
    /><param name="quality" value="best" /><param
    name="bgcolor" value="#ffffff" /> <embed
    src="main.swf?var=123" quality="best" bgcolor="#ffffff"
    width="1024" height="768" name="main" align="middle"
    allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    AS:
    t = new TextField();
    t.text = String(loaderInfo.parameters.var);
    thx in adv.
    michael

    appreciate you were going for brevity, but i think the
    answer's going to be hidden either in your complete html code or
    your complete AS code. without seeing this i can only keep
    guessing.
    that said, my latest guess is that you're not passing your
    variable within the AC_FL_RunContent function. there are two
    properties set in this function - src and movie, which contain your
    movie name, to which you can add any parameters you wish to pass.
    eg.
    'src', 'main?var=123',
    'movie', 'main?var=123',
    where main is the name of your swf and var the name of the
    parameter you wish to pass.
    if this function fails - if javascript isn't available in the
    browser, for example, or AC_RunActiveContent.js is missing, then
    the <object> tag you described is used. (this object tag is
    sitting inside a <noscript> tag.)

  • Use of variable passed with url

    hi ,
    i am new user for this forum.
    i have one problem. i call the html page resides in
    coldfution directory from the another web server. now my problem is
    that how can i get the variable which are passed with URL ? for
    example i call page x.x.x:8500//temp/test.html?id=2 from other
    windows web server ie x.x.x.//temp1/test1.php.
    now my problem is that is there any facility in coldfusion to
    get the value of the variable which are passed with URL . in this
    case it is ID

    Hi
    do you mean accessing the URL varialbes in CF?
    if it is you can say #URL.varname#.

  • ADF Faces + ADF BC : how to pass an url parameter to a backend business ser

    Hi,
    I'm using latest JDev studio version SU 3.
    My project is using ADF Faces with BC4J in the service layer.
    I have a backend application module which exposes a method taking a String parameter as an input (ex: void setUsername(String username))
    I need to have a jspx page which reads a parameter passed in the url (http://localhost/faces/registerUser.jspx?username=john) and send it to the backend service method when a submit is raised on a clicked button.
    It's pretty simple when using inputtext for example but not obvious if I want to use urm param instead of inputtext.
    How do I do this ?
    Thanks

    Hi,
    Thanks a lot for your answers.
    The link http://www.it-eye.nl/weblog/2006/06/12/passing-a-url-parameter-to-model-using-adf/ is no more reachable.
    The following EL expression work for displaying the parameter inside an outputText component :
    #{facesContext.externalContext.requestParameterMap[’yourParameter&#8242;]}
    The parameter is not sent to the business service when the button is clicked.
    Thanks,
    Seb.

  • Servlet - czech param passed in url ,lose carons

    Hi,
    The problem I am facing that some czech characters passed in url lose the carons above them when displayed.
    I have the following servlet code
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException
    // res.setContentType("text/html;charset=ISO-8859-2");
    PrintWriter out = res.getWriter();
    String param = req.getParameter("my_param");
    //param = new String(param.getBytes(), "8859_2"); // I tried this and other encodings like UTF-8 , Cp1252 etc but didnt work
    out.println(param + "<br>");
    I am passing a 8859_2 string to servlet . Though I cannot see any junk characters displayed, what I see is that some characters lose caron above them .
    http://host:port:/myservlet?my_param=<param>
    For eg if I have 'c' ( with a caron above ), it gets converted to just 'c'. Can anybody tell me why is this? .
    Thanks
    Ratheesh

    http://host:port:/myservlet?my_param=<param>
    Is this the original request? If yes, make sure that the parameters are 'encoded' correctly. For example if you generate this url/request with jsp/servlet code, than use the
      java.net.URLEncoder.encode(my_param,character_coding);to do this.
    Carstig.

  • Pass current url as report prarameter while using report viewer web part

    hello everybody
    is there a way to
    pass current url as report prarameter while using report viewer web part
    thanks in advance
    Sergey Vdovin

    Hi Evolex,
    Per my understanding that you want to get the current url and create an parameter to add this URL as its value, right?
    gernerally, we can use some code to get the current url but it almost impossible for us to get it automatically as value of the report parameter.
    In your senario, i suggest you to copy the url and specify values when creating parameters.
    Thanks for your understanding.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • HttpURLConnection -- getting error 502 passing ftp url  w embedded password

    I am connecting to http proxy server which supports cern ftp.
    I specify the -DftpProxySet command line options to point java to the http proxy.
    I specify a ftp url like following and it works OK:
    ftp://machine.company.com/readme.txt
    it works fine.
    But when I change the ftp server to require password and pass ftp url such as
    ftp://user:[email protected]/readme.txt. , it fails.
    It works OK when I type above password ftp Url manually into the IE browser that is pointing to same http proxy the java is using.
    Error:
    java.io.IOException: Server returned HTTP response code: 502 for URL: ftp://user:[email protected]/readme.txt
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:562) at com.mycompany....Line 300
    Line 300:
    InputStream stream = connection.getInputStream();

    Hi, I have exactly the same problem!
    Could you solve it?
    Regards, Markus

  • Custom url resolving

    Hi,
    I have to migrate web application from tomee to weblogic.
    The problem is URL resolving.
         In browser - url appears in the form : host:port/app/session_id/page  and weblogic then is trying to read a page under the directory: session_id/page in the app folder. How can I achieve the ignore of session id in URL when reading resources?
    Best Regards,
    ronnixw

    Thanks,
    from log files it is quite clear - problem is session id and weblogic can not find parts of jsp template.
    i am trying to do this right now - rewriting some of the code. The problem is - this is not my application, there was a lot of previous developers and I do not want to rewrite part of application.
    I thought - the easiest solution will be configuration on server side...
    Best Regards,
    ronnixw

  • How do I delete my 4 number pass code on my iPhone 4 after downloading iOS 7

    How do I delete my 4 no. Pass code on my iPhone 4 after down loading ios7?

    Settings > General > Passcode Lock > Turn Passcode Off
    This assumes you know your code

  • Why can't Mail pass a URL to my Camino browser?

    Is Mail inability to to pass an embedded URL to my 'Net browser related to Java permissions which never stay "repaired"?
    I performed the typical remedy of using Safari Preferences to set the default browser. No improvement.
    When a link is clicked in a Mail e-mail, the browser window becomes front-most, but no new window or tab opens.
    This problem seems to coincide with Software Update installing Update 3 to Java 1.6. Since that installation, every run of Disk Utility to Repair Permissions yields the same log of Java-related files requiring repair.
    Any suggestions are welcome.

    More 'cutting and trying,' to borrow a shop worn fitter phrase.
    Asking at Apple Support for a search of "rebuild Launch Services" yielded 150 documents to inspect, such as OS X 10.6 Server advice. Not much help.
    And I am resuming where I started because the Safe Mode repair didn't last. The Java 1.6 permissions faults endure, though, so I again repaired permissions first, then used Onyx.app to rebuild Launch Services. That reinstated the ability of Mail.app to pass a URL link to my default Web browser, which is not Safari. In a matter of seconds, actually, to my smiling surprise.
    Thus, OS function is as designed among applications, and I will wait a few more days to see whether the repair is more than transient.
    ===== Discussion =====
    What might you learn from this incomplete experience?
    1) Don't decide you must completely re-install all your applications or the complete Operating System because your particular system has developed a quirk.
    2) Be ready to look outside Apple Support search, which consistently offers me tons of information, which I am expected to cull for the exact phrase I submitted.
    3) In my situation, with a couple of third-party maintenance applications already on hand, I simply launched Onyx and explored its many features for repair, for upkeep, including the always-recommended repairing of permissions. I never needed to rebuild Launch Services before, but chose that task because of the comprehensive description of its effect and intended outcome presente by the Help window in Onyx.
    You might say that I highly recommend Onyx, though I use few of its numerous capabilities.

  • Passing a URL paramater

    hi
    I am having Wdb dynpro application and I want to pass some URL parameters while calling that application for example
    I want to enable or disable some options for a particular portal, then what is the way to do it.
    For example if I want to pass "Pricing= Yes" that ,means that the Pricing column would be displayed if "Pricing =No" then that column would not be displayed.
    Kindly let me know what all I have to do in order to implement this kind of functionality.
    Thanks and regards
    kris

    Hi,
    See this link
    Can we pass parameters in querystring of the webdynpro application?
    Hope this helps you\
    Regards
    Rohit

Maybe you are looking for

  • How to restore my iPhone , no internet , I cloud setting on and forgot passcode

    I Have an iPhone 4 I can't remember my passcode so My phones disabled i have my iCloud setting on but not internet so  I can't restore via find my laptop or find my iPhone Please can someone tell me how to restore my phone or atleast get into it MANY

  • How to restrict the idoc creation based on the distribution model

    Hi all, I want to create the idocs for certain material types only, for this i configured Distribution  model and set the filter for material types. If the delivery is created with the material type which is not in the filter means, Idoc is creating

  • Help Needed with XML Attribute Access (Bold/Italics)

    Hi, I have a form that displays data in livecycle designer. When someone imports an xml file into the form in Adobe Acrobat it should be able to display some data as bolded and some italicized based on the xml file. Here is the sample xml file <Table

  • User Reconciliation Groups - PSCD

    Hi Experts, We are on ECC 604 and use the PSCD module for our Accounts Receivable.  Is there a way to maintain the User Reconciliation Groups without it requiring it to be a transport?  Tcode:  s_kk4_74002323  Program: SAPLFKV2.  Even though we've ad

  • System error in program SAPLRRS2 and form SELOPT_ASSIGN-01- (SAP BW 3.5)

    Hi, The following error occured when executed a query : "System error in program SAPLRRS2 and form SELOPT_ASSIGN-01-" I have read OSS note 907533 but from what I see in this note, I conclude the repair instruction only for SAP BI 7.0 so this note not