Open that jspx page in new window using commandLink

Hi All,
I'm working on adf application.I'm using jdeveloper 11.1.1.5 version.I want to get the attribute value of current row and pass it to jspx page.And i want to open that jspx page in new window.I tried like following:
<af:column id="resId1c7" align="center" width="50">
<af:commandLink actionListener="#{bindings.setCurrentRowWithKeyValue.execute}"
text="MSG-ID"
disabled="#{!bindings.setCurrentRowWithKeyValue.enabled}"
id="cl1"
action="dialog:Confirm" windowHeight="600"
windowWidth="800" useWindow="true"
partialSubmit="true"/>
</af:column>
And in my faces-config.xml i add the navigation rule like this.
<navigation-rule>
<navigation-case>
<from-outcome>dialog:Confirm</from-outcome>
<to-view-id>/AuditLogInfo.jspx</to-view-id>
</navigation-case>
</navigation-rule>
Here my problem is i want to get the result jspx page in new window.But im not able to do it.Please help me how can i do this?
Thanks in advance!

Thq very much.It is working fine.
I added the command link in my home page.When i'm clicking on that link im able to get my child.jspx page in new window.But I have added the login page to my adf application.If i run the login page im able to get my home page.But now i'm not able to get my child.jspx page when i'm clicking on command link.How can i resolve this.Please give me your suggestions.
Thnks in advance.

Similar Messages

  • Open Page in new window using hyper link

    I put the window.open method on OnClick event of outputlink to open a page in new window, but the page is started in a old window.
    How do I start the page in a new window.
    My sintaxe of outputlink:
    <h:outputLink binding="#{P0110.hyperlink1}" id="hyperlink1"
    onclick="WindowObjectReference = window.open('about:blank', '','menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes');" value="http://www.sun.com/jscreator">
    </h:outputLink>

    Hi,
    Following are the steps to open a new window using the window.open method for the hyperlink component:
    1. Drag and drop a hyperlink component onto the page
    2. In the properties sheet go to the Value property and delete the value present there
    3. Click on the ... button next to the onclick property
    4. Enter the line of code given below:
    window.open("http://www.yahoo.com","New window");
    5. Save and run the project
    On clicking on the hyperlink a new window will open with the www.yahoo.com page.
    Hope this helps
    Cheers
    Giri :-)
    Creator Team

  • Open Page in new window using action link

    How do I open a page in a new window, using action link ?
    If I put javascript window.open in OnClick event, the action event ins�t called.

    Hi,
    The window.open method can be used with the hyperlink component. So please try it with a hyperlink component.
    Cheers
    Giri :-)
    Creator Team

  • How do I open a page in new window using af:commandLink?

    Hi,
    I have a requirement where I need to open the page in a new window on clicking the af:commandLink.
    I could use af:goLink, but I cannot as I have to invoke the URL using http POST method. If I use af:goLink, all the parameters will be displayed in the URL. I do not want that.
    I have the below code for the commandLink:
    <af:commandLink text="Open new window" id="cl199bk"
    styleClass="AFRighColLinkText"
    action="dialog:openNewWindow"
    useWindow="true" windowHeight="400"
    windowWidth="800" immediate="true"/>
    When I click the commandLink, the page gets opened but in the same window. I have the below controlflow-case in my taskflow:
    <control-flow-case id="__71">
    <from-outcome id="__133">dialog:openNewWindow</from-outcome>
    <to-activity-id id="__72">openNewWindow</to-activity-id>
    </control-flow-case>
    Please let me know what to do to have the page opened in new window/tab.
    Thanks in advance!

    Hi Frank,
    I tried that too and the page always opened in the same page even with dialog:action set and useWindow set to true. I had the navigation rule in adfc-config as well.
    I got it done using the url-view activity.
    I have created a new bounded task flow with the url-view activity as the default activity. I called this new task flow from the actionListener bean method on commandLink. Set the new task flow to url-invoke-allowed.
    I have my parameters set in the url-view activity. With this the parameters are not shown in the URL.
    That did the trick for me.
    Thanks.

  • Opening OA page in new window using Image Bean

    Hi All,
    We have a requirement to open a new window in one of our application. It is working when I use a link but I am not able to achieve the same functionality with an image bean. Is it possible to achieve this using an image bean?
    Thanks in advance,
    Sundeep

    Sundeep,
    If you wanna use imagebean, you would have to attach action using bound values API and open secondary window in OAF.Here is the same ple code:
    OAImageBean btn= (OAImageBean)webBean.findChildRecursive("<item id of image icon bean>");
    //page url
    String page1 = "/xx/oracle/apps/XX/webui/XXPg&retainAM=Y";
    String destURL = APPS_HTML_DIRECTORY + OAWebBeanConstants.APPLICATION_JSP + "?"+ OAWebBeanConstants.JRAD_PAGE_URL_CONSTANT+ "=" + page1;
    OABoundValueEmbedURL jsBound = new OABoundValueEmbedURL(btn,"openWindow(self, '", destURL, "' , 'longTipWin', {width:"+900+", height:"+500+"}, true); return false;");
    btn.setAttributeValue(oracle.cabo.ui.UIConstants.ON_CLICK_ATTR, jsBound);
    I received your mail, and replied the same in the mail too.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Is there a way to open an iWeb page in 'new' window?

    I'm trying to show a client how to run iWeb so he can tweak his own site on the road. He doesn't know html. I don't want to have to write out a complicated list of instructions for him.
    Is there a way IN iWeb to have an iWeb page open as a 'new' window?
    He's a songwriter ... wants visitors to be able to open a song and have it play while they continue to browse his site.
    thanks
    b

    Ben:
    When you create a text link to an file you can set it to open in another window by setting it up as an external page checking the appropriate checkbox in the Inspector/Link pane. . You would have to upload the file to the Music folder on the iDisk beforehand and then use the following URL:
    http://homepage.mac.com/youraccount_name/.Music/FileName
    Note the dot before Music in the URL. Don't forget it. See the link titled *"This sentence is linked to a jpg file."* in this demo page. It's linked to a photo but the principle is the same.
    OT

  • Dragging an existing tab to the desktop (or below tab bar) does not open that URL in a new window, only a new window with an empty tab. FF4 RC2 (did it with RC1 as well).

    When I drag an existing open tab from the FF4 tab bar onto my desktop, a new window opens as expected but the tab within that window does not load the URL of the tab dragged from the previous window. The tab menu item "Move to New Window" does the same thing as well.
    I have disabled Tab Mix Plus add-on but it has made no difference. Is there a setting somewhere that I am missing?

    I use Tab Mix Plus and do not have that problem.
    <br/>
    You may need to try Firefox Safe Mode to see if an add-on is causing the problem; see: http://kb.mozillazine.org/Safe_Mode
    *<u>In Firefox 4, to enter Safe Mode, hold the Shift key while clicking on the Firefox 4 desktop icon.</u>
    *Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes '''<u>before</u>''' starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    * If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling '''<u>one at a time</u>''' until the problem reappears. '''<u>You MUST close and restart Firefox after EACH change</u>''' via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    * See the following for more information
    ** http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes
    ** http://support.mozilla.com/en-US/kb/Troubleshooting+plugins
    ** http://support.mozilla.com/en-US/kb/Basic+Troubleshooting

  • Opening the OAF page in New Window on the responsibility list page

    Hi Gurus,
    I have a requirement where in I need to open the page on a new window.
    I have created the page,and attached the function to the menu,and attached the menu to a responsibility.
    When a user clicks on the responsibility it shows a list of fuctions available with the appropriate prompt.
    My recquirement is to open the page in a new window when a user clicks a function on the responsibility page.
    Is it possible to do so?If yes how?If not any document supporting this limitation.
    Any help would be highly appreciated.
    Regards
    Srikanth

    Hi Srikanth,
    This is not possible. However you can open the second page in the flow in a new window by setting Target Frame property to _blank.
    Anoop

  • Firefox freezes temporarily when I click on a tab, then opens that tab in a new window instead.

    I thought it was related to a specific website but then noticed it happening on others. The browser freezes and then opens whatever tab I'm on in a new window instead. It's quite annoying.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")<br />
    Your plugins list shows outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 10.0 r32
    * Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Update the [[Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • How to open a report in a new window using RWWebServiceProxi????

    Which? First and foremost a greeting to all, here again bothering.
    I have an application in JDeveloper 10g and need to open a few reports designed in Oracle Reports 10g. Get jobId with RWWebServiceProxy and that works well.
    The league's report is generated correctly,
    The only problem I have is that I need to deploy the report in a separate window to which invokes the report. This when a click commandButton.
    Does anyone know what is the trick?
    Thank you, greetings.

    Thanks for answering Frank, goLink may be linked to a method of backbean?
    That what we need is to generate jobId through a method and immediately after deployment of the report on another page.
    Already tried to goLink component but unfortunately does not have the property to execute a method Action.

  • Duplicated menu items upon opening a jspx in a new Window

    Hi !. My problem would be the following... I have included an Adf Library in my WebCenter portal app where I use a goLink to redirect to a jspx of my portal... The problem comes when I click and the jspx is opened, because I see the items from my menu and many branches of it ar like duplicated... I am using jDeveloper 11.1.1.6... Does anyone knows why is this hapenning ?... Thankx

    Hi,
    An extension could be causing the issue. Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • Open Page in new window from button

    I have a button that need to open up a page in new window when clicked. The page it needs to open is dynamic and stored in an item called 'P0_STUDENT_RECORD_LIST'.
    I added this to item pre-element text:
    <button onclick="javascript:PopupSTUDENT()">
    How can I get the function to open the page name stored in the item?
    Is there a different method I should use?
    function PopupSTUDENT(){  popUp('f?p=&APP_ID.:DYNAMIC_PAGE_NAME:&SESSION.::NO:::');}

    how about this:
    function PopupStudent()
    javascript:window.open('f?p=&APP_ID.:&DYNAMIC_PAGE_NAME.:&SESSION.::NO.:::','Popup','width=800,height=500,scrollbars=1,resizable=1');

  • Open a picture in a new window without the diashow-browser ?

    I've already seen it on some pages but i don't know how to do this.
    Is there any trick ?
    thanks

    Are you publishing to .Mac or to a local folder? When you use .Mac, clicking on a thumbnail on a Photo page opens that image in a new window and you only see the slideshow when you click the Start Slideshow button. If you publish to a local folder and then upload to a non-.Mac server, the old HomePage slideshow opens when you click a thumbnail. You can change the non-.Mac slideshow by following the advice in this excellent tip: http://discussions.apple.com/thread.jspa?threadID=313201&tstart=0. (The slideshow recommended there, though, also launches when you click a thumbnail.)

  • When I use yahoo images and i open an image in a new window, it tweakes out firefox so that panes are distorted and exerything, the whole firefox browser looks like an F5 tornado took it apart and lumped it on my desktop... is this a known glitch?

    When I use yahoo images and open an image in a new window, the page, once I click its tab causes the entire browser to scramble graphically, making it nearly impossible to navigate further. I right-clicked and selected close tab. That regains the visual clarity of the browser. But how can I fix this to browse the images?

    Phillipp,
    I tried it again using "save link as", and this time it actually worked! I just now downloaded several more using the "save link as" option, and it works perfectly. Thanks. Problem solved.
    Littleberry

  • When I'm on a page with many links it used to highlight or underline the link I was looking at ... so when it opened the link in a new window, I could look back and not lose my place

    when I'm on a page with many links it used to highlight or underline the link I was looking at ... so when it opened the link in a new window, I could look back and not lose my place

    It sounds like you have chosen a publishing template rather than a word processing template. There are two basic modes in MS Word: word processing and publishing layout. Word processing mode (and all word processing templates) have a continuous text box in the page for writing text. The publishing layout mode (and publishing templates) are documents that have text boxes placed for articles, titles, pictures, etc. Be sure to choose the word document template and you’ll get what you expect. Do not choose the word publishing document.

Maybe you are looking for

  • How do I print a multipage doc to PDF from LabVIEW?

    I have an app which prints reports for my client. The reports are mostly graphs, with some attached labeling info. These might be one or a hundred pages, all results of a modeling run. I have several dummy VIs, which are laid out the way the page sho

  • HP Spectre X2 Replacemen​t screen

    Hello, Can anyone tell me if HP sells replacement screens for the HP Spectre x2 computer? I recognize that HP can repair the device, but find the $300 repair cost outrageous.

  • Incoterms are not getting copied at the item level

    HI Gurus, I have an sales order where If we change the Incoterms at the header level, its not getting copied at the line Items. Its giving an information mesage stating, Header Business Data does not apply to Item. The Incoterms are intially getting

  • Problem using Brush tool with layer mask in Photoshop CC.

    Using Photoshop CC, working on a layer mask.  Using the Brush tool to paint white to show the effect works like normal.  Painting black has no effect.  Just started doing this in the last two days.

  • Extract data from SAP using SAP NCO 3.0?

    Hi, Now that the new SAP NCO 3.0 connector is out and can be installed on 64bit servers we were wondering if it could be used to perform data extractions from SAP. So does anyone have any experience of hooking up SAP NCO 3.0 to a SAP system (backend