Adding an image which should open another page on click in Agentry

Hi All,
I have a details page which is going to have some Measuring Point information on it. Now, I want to have a image positioned on this screen on clicking which a popup should be displayed with some information specific to the particular measuring point on whose context we are currently in.
Could someone please guide me how to do this ? At this moment I have the required data that has to be shown for each of the Measuring Points.
Thanks
Arpan
Tags edited by: Michael Appleby

You add a click action to the embedded image control that is on your detail screen.  There is a bug with the embedded image control on some platforms on some versions of Agentry where the target you pass is ignored.  To get around this, create a dummy wrapper action that re-targets the correct object, then passes that along to the true action.  So if you wanted to target the current Point object on Detail Screen PointList, place your embedded image on PointList screen and tie it to action DummyWrapper.  DummyWrapper has a single sub-action step that runs CorrectAction and targets PointList screen -> PointList detail screen -> current Point Object.  CorrectAction navigates to your new screen to display the other data about the Point object that the dummy action will correctly pass along.
Jason Latko - Senior Product Developer at SAP

Similar Messages

  • Redirect to another page by clicking on button

    Hi All,
    I want open another page by clicking button i am trying below code it's not getting another page in oaf (10.1.3).
           pageContext.forwardImmediately("OA.jsp?page=/eamxx/oracle/apps/eam/oagroup/webui/NavigatePG"
                      ,null
                      ,OAWebBeanConstants.KEEP_MENU_CONTEXT
                      ,null
                      ,null
                      ,false
                      ,OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    Please give any solution.
    Regards,
    Mohan Reddy

    I got solution by using below code open another page in co class  process form request need to write below code.
    if(pageContext.getParameter("Next")!= null){         
                  am.getTransaction().commit();
                   pageContext.setForwardURL(
                   "OA.jsp?page=/eamxx/oracle/apps/eam/oagroup/webui/NavigatedtPG&formval=val",
                     null,        
                     OAWebBeanConstants.KEEP_MENU_CONTEXT,        
                     null,        
                     null,        
                     true,        
                     OAWebBeanConstants.ADD_BREAD_CRUMB_NO,        
                     OAWebBeanConstants.IGNORE_MESSAGES);  
    Regards,
    Mohan Reddy

  • Image item to open a page in a new pop window

    Hi,
    How can I have an image to open a page in a popup window. As I can define an item as a link and define Destination URI and Target Frame as _blank. But I need to show an image that when clicked should open the Destionation URI in a popup blank page. How can I achieve this functionality. Currently I have used an item as image but it opens the page in the same window as I need to open it in a new window.
    Thanks

    try this..
    javascript:var a=window.open('http://www.oracle.com', 'a','height=500,width=900,status=yes,toolbar=no,menubar=no,location=no'); a.focus();
    --Prasanna                                                                                                                                                                                                                                                                                                                                       

  • Drill on Staked Column chart should open another Stacked column in a new dashboard (Link) Falsh Variable helps?Any examples please?

    Hi,
         I have a stacked column chart which shows demand(past 12 months) and forcast (future 12 months) of various 10 different regions.X axis shows time period and on Y axis shows demand.
         When ever user clicks on a particular region, it should open another dashboard that shows demand drilled down to product level for same time period as above. It also should be another Stacked Column chart having time period on X axis and demand on Y axis but only for a selected region.
         Does Flashvariable passes data to the second chart?
         Please help.
    Regards,
    Nanda Kishore.

    Else, I want to have one more different approach.
    Region level demand Stack Chart occupies entire space of dashboard. When user selects a region in Stacked column chart, region chart is hidden and product level chart gets visible and there should be a close button the chart with the help of which user comes back to region chart and again drill down to view another drill down chart for product level demand for the other selected region.
    Please help.
    Regards,
    Nanda Kishore

  • Opening another Page in Modal Window

    How to open another page in a modal window by using JQuery. Also I need to pass few parameters to the other page.
    Any idea?
    Thanks
    Deb

    The definition of a modal window is a single window opened on top of other windows, so it gets the attention and is acted upon.. Like a message window asking if you want to delete all records waiting for a Yes or No answer..
    Thank you,
    Tony Miller
    Webster, TX
    A lady came up to me on the street, pointed at my suede jacket and said "Do you know a cow was murdered to make that jacket?"
    "I didn't know there were any witnesses", I replied " Now I'll have to kill you too"

  • I remember once i added a addon which continues a web page of a forum if it has 10 pages automatically with out clicking it but now i cant find it?

    i remember once i added a addon which continues a web page of a forum if it has 10 pages automatically with out clicking it but now i cant find it?

    Ouch, tough spot, but offhand I'd say some memory may have gone bad, or maybe just needs re-seating after all this time.
    Not much you can do, but try this anyway...
    PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/ht1379
    In fact, do 3 in a row, takes a bit of time.

  • Occasionally,  some of the image borders turn dark grey (medium grey is the default) and then random other  images cannot be opened with a double click.  They only open when selected using the arrows on the keyboard.  They also cannot be moved to collecti

    Occasionally,  some of the image borders turn dark grey (medium grey is the default) and then random other  images cannot be opened with a double click.  They only open when selected using the arrows on the keyboard.  They also cannot be moved to collections.  Anyone have a solution for this?

    When you say  "could not be opened"- what are you referring to?  A double click of the mouse should view the clicked image in Loupe view- the same as pressing [E] on the keyboard for an enlarged view. (And a second double-click will take you back to library grid view.)
    To "open" an image in the Development module requires you to select the image then press [D] or click on the [Develop] button.
    When you say "could not be ...moved" -what are you referring to?  Are you trying to move an image file from its place in a folder to another folder? Are you just wanting it in a collection? When you drag an image to a collection you are only placing a link to the image in the collection- not actually moving any file. The image will stay exactly where it is in its original folder and will remain as a thumbnail preview in the Library Grid view.
    Are you having any "mouse" problems that may be changing its actions in LR ?
    Do you see an exclamation mark on any image borders ?
    Let's keep working on this. I am curious to see you find an answer.
    Rob

  • Jump to another page by clicking on the inputtext

    i want tojump to another page by clicking on the inputtext.bu because i've made the tree's edit mode to "clicktoedit".
    so, i mean when i single click on the inputtext to jump,and double click on it to edit its value.
    here is the tree:
    <af:tree value="#{favoriteTreeMB.treeModel}" var="node"
    rowSelection="single" id="pt_t1" contextMenuSelect="true"
    editingMode="clickToEdit"
    binding="#{favoriteTreeMB.favoriteTree}"
    partialTriggers="deleteContextMenu">
    <f:facet name="nodeStamp">
    <af:group>
    <af:inputText value="#{node.attributes['name']}" autoSubmit="true"
    valueChangeListener="#{favoriteTreeMB.renameTreeNode}">
    <af:showPopupBehavior popupId="popupMenu"
    triggerType="contextMenu"/>
    </af:inputText>
    </af:group>
    </f:facet>
    </af:tree>

    the question is :
    how to implement when i single click on the inputtext to jump another page? the var node has a attribute :link.this is the attribute i will use to jump
    Edited by: Danny Zhou on 2009-12-9 上午12:25

  • Link which should open up on a new browser

    Hi,
    I need to create a link on a self service page through OA frame work. My requirement is that when the user clicks on the link the new page should open up into a new browser. The link is embedded in a tip on the message. The tip is actually a AOL message.
    It should look like this...
    Tip: ----------------------------------------------------------------------------------------------------------.Click HERE to view.
    HERE should be the link to the new page.
    When I try to incorporate the blank or new tags in the html tags in the messgae itself and call it in JDEV...in the TIP...new page opens up in the same window.
    Have tried creating a LINK ITEM. But Placing the link ITEM on the page seems difficult. Are their attributes which control the placing, Fond, color of such LINK ITEMS?

    Welcome to the forums !
    Pl post your OS and EBS versions. Pl see if MOS Doc 416705.1 (How to Create Link With Customized CSS Style to Open a New Window?) can help
    HTH
    Srini

  • Use hyperlink to open another page , and pass some parameters to that page

    Hi
    Thank you for reading my post.
    How i can use hyperlink to open another jsp file in a new window meanwhile pass some parameters to it.
    for example i need something like this :
    http://127.0.0.1:8080/myProj/faces/Viewmessage.jsp?messageID=10
    i can not use session bean because i must open that in a new window and use hyperlink not Action
    Thank you

    I tried the following in the equivalent of your Viewmessage (page bean):
            ExternalContext eContext = FacesContext.getCurrentInstance().getExternalContext();
            String text = "Parameters: ";
            Iterator it = eContext.getRequestParameterNames();
            Map requestParams = eContext.getRequestParameterMap();
            while (it.hasNext()) {
                String key = (String)it.next();
                String value = (String)requestParams.get(key);
                text += "; " + key + " = " + value;
            staticText1.setText(text);That works as expected when you reach that new page via a hyper link.
    The session object is also the same as in your `old' window. So be careful about synchronization!
    I hope this helps.
    -- Marco

  • Clicking a href should open the page only once in Javascript

    Hi,
    Here in my project if i click the hyperlink any number of times like:-
    New Page It should open the NewPage.html only once. Rather than opening the pages many number of times. I want it be opened only once for any number of times
    it has been clicked. Please do provide a solution for this..
    Thanks,
    M.Ananthu

    Hi,
    Can you provoide an example for that so that it will be little easier to
    understand. Expecting ur reply..
    Thanks,
    M.Ananthu

  • Handle an event which accrued on another page?

    Hi,
    I'd like to know how can i handle an event which is accrued on another page.
    More info: Suppose I have two JSP pages "Main.jsp" & "Sub.jsp". There is a frame on Main.jsp and Sub.jsp will load on that frame.
    In brief same screen is included two JSP pages, Main.jsp & Sub.jsp.
    Now there is a button on Sub.jsp and i want to do an action on Main.jsp when that button clicked.
    Is that possible? How?

    Both Main.jsp and Sub.jsp are on the same screen. There is nothing to load.
    You can imagine that the screen is divided to two part. Up is Main.jsp & down is Sub.jsp. And both are loaded
    at the same time. Now a button which is located in Sub.jsp is clicked. I want to trap it at the Main.jsp and handle it.
    So, the question is How Main.jsp can sense(capture) that the button on Sub.jsp is clicked.
    please let me know if still is not clear.

  • How to open another page on the same document in microsoft office 2008

    Hi, can you tell me how to open a page in microsoft office 2008, thanks

    Insert -> Page -> Page Break

  • JQuery modal form - Open another page

    Hi ,
    I have implemented a Jquery modal form in my application.
    I have a region and in the header I have the following code :
    <div id="transaction" title="Update transaction details" > . This is basically a form region and has around 35 items.
    I call this through the Jquery function
    $("transaction").dialog('open'); This works well for me.
    Now I want to move these items to a different page.
    How can I call this page as a modal dialog form ?
    I would like to do :
    $(NEW_PAGE).dialog('open') // NEW PAGE can be an URL to the new page ?
    How I can achieve this functionality ?
    Thanks,
    Dippy

    create an html no template region:
    add a html frame into source
    <frame id ="eventreg" src="f?p=&APP_ID.:your application id:&APP_SESSION.::NO:your page id:your parametere:&your parameter value." height="100%" width="100%" frameborder="0"></iframe>
    region header section
    <div id="yourdivid">
    region footer section
    </div>
    page header add the javascript
    $(document).ready(function(){
    $("#eventRegUpd").dialog({bgiframe: true,
                               width: 775,
                                     height: 525, 
                                     autoOpen: false, 
                                     modal: true                                 });
    hope this will help you
    regards

  • How to switch to another page when clicking a button

    I have a main frame consits of many button.What I need to do when click
    a button,it switch to another page?
    Thanx....

    Try this, it should work.
    // not tested
    JButton linkButton = new JButton("<html><a href=\"http://forum.java.sun.com\">link to<br>forum</a></html>");

Maybe you are looking for

  • Workflow for PR release

    Dear Experts, We have implemented SAP standard workflow for PR item release i.e WS00000038, when I reject a PR notification is not sent to initiator. If I see In SWEL - When a PR item is rejected system is picking up step "PR item significantly chang

  • Missing inspection data in QA33.Please help

    After GR, Inspection lot was assigned. But unable to proceed to results recording in QE51N.It says "no entries found". And i could see that there was no inspection data in the lot created. i.e in QA33 the Inspection specifications tab has no data and

  • Microsoft SAM: Used software to get compliant or other option for Office 2010

    I wouldn't buy used Office. Chances are someone's still using the software and figured they could make a quick few bucks. Also, while once you hold the product key and media you technically own that license, who's to say they didn't max the activatio

  • Looking for a Suprer Wide printer driver.

    Hi all, I have to produce an ultra wide report that will be used as an extract (never actually printed). The problem is that it will have about 80 fields and I need CR to accommodate this. The only way I can think to do this is by installing a super

  • Recover from dropped SYSAUX datafile

    Trying to recover a DEV database without rebuilding it, but not hopeful at this point. Basically, someone dropped the SYSAUX (and a few other) datafiles, so now they are showing up in the database as MISSING0003 instead of the actual filename. There