Read query string from End User Menu

In our IdM application, I want to be able to read a variable passed in a query string.
The string is part of the JSP page which takes the user back to the end user menu (user/main.jsp).
Is there a way for the end user menu to read a value from a query string?
Or can user/main.jsp be modified to pass the value from the query string to the end user menu?

can you brief ur requirement?

Similar Messages

  • Apache - CGI script can't read query string from STDIN

    My Perl CGI script begins as follows:
    if ($ENV{'REQUEST_METHOD'} eq "POST") {
    read(STDIN,$in,$ENV{'CONTENT_LENGTH'});
    I dumped all ENV variables at entry, and verified that REQUEST_METHOD = "POST" and CONTENT_LENGTH = 73 (which is correct). QUERY_STRING is null. After the above read statement, $in is still null. Any idea why STDIN is not providing the query string?
    Thanks!
    Chap
    867MHz Powerbook   Mac OS X (10.4.8)  

    Hi--
    This isn't really an answer to the question you asked, but is there a reason you aren't using the Perl CGI module? It's installed by default on OS X and makes this kind of stuff much, much easier. Just add a line like this at the top of your script:
    <pre class="command">use CGI qw(:standard);</pre>Then you can get the paramaters for your script like so:
    <pre class="command">my $value = param('paramname');</pre>No muss, no fuss. You can get more information at the CPAN archive page for this module.
    charlie

  • Find query technical name for a deleted query/workbook in the User Menu

    Hi,
    When a BEx workbook or BEx query is published in a role, people with that role will see the query / workbook in their user menu.
    It is possible to change the caption/title of the 'node' in the user menu so it does not necessarily have the same name as the report.
    I am now in a situation where a user tries to run a query/workbook from the user menu, and runs in an error message 'query does not exist on server'.
    How can I found out to which query/workbook a node in the user menu refers?
    I have tried the Metadata repository but because of the many nodes in the user menu this is a laborious task.
    I was hoping to find a table where I could use the role name and node name to find the 'target' report but I haven't been able to find such a table.
    Any (other) suggestions?
    Many thanks,
    Jan.

    Hi,
    You can publish the workbook to the role and as user have access to the role he can access the workbook also.
    Regards,
    Kams

  • How to design and implement an application that reads a string from the ...

    How to design and implement an application that reads a string from the user and prints it one character per line???

    This is so trivial that it barely deserves the words "design" or "application".
    You can use java.util.Scanner to get user input from the command line.
    You can use String.getChars to convert a String into an array of characters.
    You can use a loop to get all the characters individually.
    You can use System.out.println to print data on its own line.
    Good luck on your homework.

  • Modifying custom end user menu - tabs

    Hi
    I have created a custom form within IdM 8.0. which I want to display instead of default end usermenu form. I have made necessary mapping for form type - "endUserMenu" under form and process mapping. I see my changes under HOME tab of default end user menu and in addition i see the other default tabs.
    How do i eliminate/ remove the other tabs - workitems, requests, delegations and profiles from end user menu form. Where do i need to change or set the config values.
    Thanks

    Hi,
    Thanks priya, it was helpful..
    but i dont see any fields under each "menuItem" in the End User Navigation, i am wondering how the tables and other HTML components got generated.
    Thanks

  • I am getting this response when I am trying to open a file: Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser."  What do I do?

    I am getting this response when I am trying to open a file: Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser.”  What do I do?  I have opened this up in the past without a problem. 

    Back up all data.
    If Adobe Reader or Acrobat is installed, there should be a setting in its preferences such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected. Otherwise do as follows.
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present. The same goes for a plugin called "iGetter," and perhaps others.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser.

    Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser.
    I have tried to relaunch adobe but still keep getting same message. I can however download file and then open it with preview but would like to get this sorted!!

    Back up all data.
    If Adobe Reader or Acrobat is installed, there should be a setting in its preferences such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected. Otherwise do as follows.
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present. The same goes for a plugin called "iGetter," and perhaps others.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • How to look at a query string from Nav Bar Find Mode

    I would like to view the resultant query string from the Navigavtion Bar's Find Mode. I am using a Master/Detail and am querying with the selection criteria from the detail only.
    I am getting unexpected results, and would just like to SEE what the query string IS.
    Thanks

    I am getting unexpected results, and would just like to SEE what the query string IS.Run your app with diagnostic output turned on. Here's the instructions for that.
    To turn on diagnostic, go to the IDE,
    1. Select the project.
    2. Do right mouse click and select "Project Settings..."
    3. On the Settings dialog, select Configurations/Runner.
    4. In the righthand side pane, you should see a textbox for "Java
    Options". Please add the following JVM switch:
    -Djbo.debugoutput=console
    Then, rerun. The run command should include
    -Djbo.debugoutput=console as in
    "D:\JDev9i\jdk\bin\javaw.exe" -Djbo.debugoutput=console -classpath ...
    You should now see a lot more output on the IDE's message window.
    This should also include the findmode query that gets built after you hit the execute button from a findmode panel.

  • Getting error: Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser..  I just purchased the Adobe Acrobat Pro today on may MAC.

    Getting error:  Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser.  I just purchased and installed Adobe acrobat pro for the Mac today.

    Hi Tbeirne,
    If you just want to save a pdf opened in Safari to your machine use the save as option from within the Reader plugin window. Just click on any of the buttons highlighted in below screenshots to Save a pdf at any location on your machine.
    or
    To summarize the issue, if you had opened an Internet PDF in a browser plug-in, you must use the save feature in the plug-in, not the Safari File > PDF Export, or File > Save As...
    Please let us know if this solution works for you and you are able to save and view PDFs files locally.
    Regards,
    Shashi

  • Why can't I open PDF files on my iMac. I installed Adobe Reader and accepted the end user license, as instructed then quit the application and relaunched it and I still can't view the PDF document. The screen comes out black. Please advice. Thanks

    Why can I view PDF files from the Web on my iMac even after I installed Adobe Reader and accepted the end user license agreement.I then quit the application relaunched it, as instructed snd still the PDF document comes out blank or black. Please advice. Thanks
    Chef Rey

    Are you saying that Adobe Reader or Preview can't read PDF file that you download? Or, are you saying that you can't display PDF files in your Safari broweer? If the latter, then delete any AdobePDFViewer plugins you find in /Library/Internet Plug-ins/ and restart. That should allow Safari to display PDFs in its window. BTW, that's the worst place to view them. Better to download them and use Adobe Reader or Preview.

  • Question to Proxy in Reading Query String

    Hi, our team have a problem, and let me state below:
    We use reverse proxy in machine A to redirect to machine B.
    Machine A is SJWS 6.1, and it has customized SAF.
    The SAF has one mission, which is to retrieve query string from each requests.
    The question is:
    When the SAF read the query string in body data( with netbuf_getc() ), the application in AP SRV cannot read anything about query string.
    In the contract way, if we let AP SRV to process data through query string first, and then we try to get body data( with netbuf_getc() ), NSAPI gets nothing.
    Any suggestion?!
    thanx.
    environment:
    ================
    machine A:
    Windows 2003 Server Enterprise (32 bits)
    Sun Java System Web Server 6.1 SP5 with Reverse Pxory Plug-in
    machine B:
    Windows 2003 Server Enterprise (32 bits)
    Sun Java System Application Server 8.1 (Enterprise, Platform both have been tried.)
    ================
    Message was edited by:
    potai.tsou

    The query string is part of the request URI. It is never part of the request body.
    I assume you mean that your SAF reads the request body to extract form data. If your SAF consumes the request body, that request body will not be available to other SAFs.
    It sounds like you should consider writing an input filter, not a SAF, that will process the request body. There's information on input filters in the NSAPI Programmer's Guide at http://docs.sun.com/source/817-1835-10/npgcfltr.html.

  • Using Reports from End User Console.

    I want to show the reports tab and the sub tabs in the end user console.
    I have copied the reports folder into the user folder and have modified the "End User Navigation" form , giving the URL of all the jsps.
    By this I can see the reports tab in the End user console, but when I click the tab, it redirects to the Admin console login page, and after logging into Admin console login page only I can navigate the other report sub tabs.
    Please let me know if there is any way to use the reports from End user console, without the secondary loging (into Admin console).

    Do you have to implement whole report TAB or do you want to run only one report.

  • Howto Refresh SAP BW Query Changes for roles (User menu)

    Hi All,
    I have apply new changes for combine hierarchy. However I have tested in Query Designer/web and its works ok hence the user cant see the change.
    Howto Refresh SAP BW Query Changes for roles (User menu)
    Below is the setup we do have (sap bw 3.5)
    1. User run query from User menu (They logon to bw backend and run query by click on the icon on thier user menu.
    Changes.
    1.Apply combine hierarchy (Rows in Query Designer)
    2. I have display query on the web and its work as expect
    Issue
    1. Query not refresh in user menu (Roles) Users run the query through user menu
    Regards Jon

    thank you

  • New link in end user menu does not display

    I am new to IDM and am trying to add a new link on the user Welcome page. I have added the link in the End User Menu using the BPE and the XML looks ok. I have saved the changes to the repository; but, the new link does not appear in the list on the user Welcome page at next login. Can anyone point me in the right direction? Thanks.

    End User Menu would be the right place to put this. Since you're able to see your link in the BPE browser, I think you're off to a good start.
    Did you use the BPE to commit the form change to your production repository? If so, try saving your change as an XML file first and then import the form from the Configure->Import Exchange File menu.
    Is it possible your browser settings are caching the page? I've never seen this happen, but it might be a factor.
    Jason

  • End User Menu Styles

    How can i chnage the Font siz of links on the End USer menu...
    Which Style is linked to these links like "Change my Password" etc
    I need to increase their size...
    I tried using the property style and never succeeded...

    i have a new set of style in the CustonStyle.css...
    but what property on the form?
    Can you please post a sample code of that field.

Maybe you are looking for

  • Component video to S-video adapter?

    I'm trying to hook up my Apple TV to a switcher that takes S-video. I can't seem to find an adapter for this, anybody know of one? thanks!

  • Pop up text and/or image window

    Hi I just want to get a pop up iweb window constrained in size within the current page after clicking a link. This is probably simple but I can't work it out. Thanks

  • How to enable my plug-in for loading by Adobe Reader?

    I create a plug-in for Adobe Reader, but after 5 seconds by Adobe Reader loaded my plug-in,  the Adobe Reader will prompt "Invalid plugin detected. Adobe Reader will quit", and then the Adobe Reader will be disabled. what's the problem? what should I

  • Can  anyone understand this and provide a solution

    Hi all, I am getting the following error messages.Could anyone provide the  solution so that we can transfer the data. <b> No transfer structure is available for InfoSource 0CUSTOMER_TEXT in the source system</b>: In the source system,there is no tra

  • Multiplayer recording problem

    I'm trying to do what I thought would be a simple recording in Logic, but I've run into a snag. I'm trying to record MIDI data from two separate keyboards simultaneously, on two separate tracks. I'm using a MOTU Fastlane MIDI interface (2 in, 2 out),