Popup on navigation

hi i have the taskflow which got view when i navigate to next view.screen i what it to appear as popup how can i do that am in jdeveloper 11.1.1.6

ok you mean this
<af:commandButton text="Add" id="cb2">
          <af:showPopupBehavior popupId="p1" triggerType="click"/>
        </af:commandButton>
<af:popup id="p1" contentDelivery="lazy">
          <af:region value="#{bindings.usrtaskflowdefinition1.regionModel}"
                     id="r1"/>
        </af:popup>

Similar Messages

  • HTMLDB 1.6 Popup LOV navigation not working

    Hi all,
    I've recently migrated from 1.5 to 1.6.
    The pop-up LOV's navigation buttons (ie: Next) do not work. I click them but nothing happens. Any ideas?
    This happens regardless of the query used...
    Thanks...

    Thanks! That did solve the problem;
    The problem resides in the Popup LOV template. Under the field "Next button text" the default value is Next &gt(ampersandgt) <-- substitution is occuring on the screen);
    And "Prev Button text" value is &lt(ampersandlt); Previous
    If you remove the "&lt" or "&gt" from each of these the pagination works properly.
    I decided to look into a different template, my template was Template 3, business look. I checked out Template 9 and it used a different value "< Previous" I pasted this into my template and it worked. Looks like the "& gt or lt substitution " conflicts here...

  • How to start Top-Level Navigation on Level two?

    Hi,
    does anyone known a trick how i can start the top-level navigation at Level two?
    I make an own frameworkpage and try to set it in the iview properties, but there is not an property for this. it is only for the detailed-navigation iView there.
    For what:
    I need this, because i would open an pop-up with an other portal window. I link to the popup with navigation-target=... In this pop-up should only be the content of one role. This folder i have set to "invisible in the navigation area". So the User always see him in a popup. when i start at the default Top-navigation level 1, the user see all the other navigation folders.
    Best regards,
    Patrick

    Hi Patrick,
    up to SPS13, this needs some hands on on different parts of the TLN. What I've done this spring was showing all top-level nav targets within a select box in the masthead and then, after having selected one of these entries, the TLN shows just the content of this top level entry. So this is more or less the same. As said, some work to do.
    As of SPS14, with the new navigation taglib, I expect this to be much less work; anyhow, I didn't convert the results into SPS14, so I cannot say if this is really as easy as I expect.
    Hope it helps
    Detlev

  • Navigating multiple tabs

    Hello,
    I am working with Forms 6i.
    I have a tab canvas that has 13 tab pages in it.
    When I run the form in client/server mode:
    - Each tab label fits on each tab page (based upon the longest label)
    - I get the VCR style navigation buttons on the upper right hand corner.
    BUT
    When I 'run from web' the form does not appear correctly.
    - Each tab label shrunk so I get labels like 'Tab2...', 'Tab3...', etc.
    - I am missing the VCR style navgation buttons on the upper right hand corner.
    Changing width style for the tab canvas appears to have no effect.
    How can I have the label box on the tab pages be dynamic or set the maximum length of the longest label?
    How can I have the VCR style navigation buttons appear on the upper right hand corner?
    This has to work in the 'run from web' mode.
    Any Ideas?

    Hi,
    You need to be on Netweaver 7.3 Ehp1 to make use of the method mentioned in the above document. And by the way that method only triggers the onEnter event of input field after selecting the value help.
    For your requirement since you are embedding ALV to update the context you need to press Enter. A work around could be to display a Popup when navigating to other tab.
    In onSelect of Tab, write a code to display popup  to confirm say" Data will not be saved! Are you sure you want to navigate? " on action of ok on popup navigate to other tab, else stay on the same tab or update the ALV.
    hope this helps u,
    Regards,
    Kiran

  • Date Navigator Challenge

    I'd like to present my users with a date navigator to populate a date range.  Single click would populate the beg date and doubleclick would populate the end date.
    Any ideas how I could accomplish this?
    Thanks!

    Have you considered just using the Popup date navigator that is tied to the <htmlb:inputField>.  If you set the TYPE to date or bind to a field of type date you will get a value help next to the field.  When pressed a date navigator will pop into place.  This is nice because it is all done on the client side.
    However I was under the impression that you wanted a single calendar where the user could select multiple dates.  What I describe above with the <htmlb:inputField> would generate a separate calendar popup for each input field.  This is the way I that I would normally code to/from date selections. It is very similar to way that is works within the SAPGui.
    But if you do want a single calendar, you could still use the showHelp attribute combined with the onValueHelp event to trigger the display of a dedicated <htmlb:dateNavigator>.  If you want to keep things simple, though I would stay with the standard popup date off the <htmlb:inputField>.

  • Row selection messed up after sorting

    JDev version: 11.1.1.4 (but also reproducable in 11.1.2.1)
    See http://kpdwiki.be/Bart_L/tableIteratorSortSync.zip (open BO726.jws and run runThis.jspx)
    Situation:
    - iterator 'EmployeesIterator' which points to a view with Employees -> ChangeEventPolicy='none'
    - Bindings which all point to this iterator:
    - Tree binding 'Employees' used for an af:table with employees (firstname, lastname)
    - Attribute bindings 'FirstName' and 'LastName' which is used in a formLayout to show the currently selected employee
    - Operation Bindings to iterate through the employees (First, Previous, Next, Last)
    - runThis.jspx
    - formlayout with FirstName and LastName
    -> partialtriggers: Next-button and table (for the rest, no partialtriggers)
    - Next-button
    - table with employees
    Problem:
    1) if you select one of the employees in the table, and sort one of the columns, the first row will be selected. This is normal behaviour
    2)
    a) select the first row
    b) press the 'Next' button a few times. Now the selected employee in the iterator is 'X'
    c) in the table, select employee 'X' by clicking on its row
    d) sort one of the columns.
    Result: In the iterator, the first row of the table is selected, while the table selection shows something different!
    --> this is different behavior than the situation described in 1)
    --> after doing something with the table (sorting, filtering, selecting rows, ...), I would expect that the selected row in the table is always the same as the selected row in the iterator.
    Questions:
    1) Is this a bug?
    2) If yes, is this a known bug?
    3) If no: am I doing something which is not allowed? Or should I do something different here?

    I can reproduce the problem in 11.1.1.4.
    First employee is Steven King, which is selected. I then press next a few times till the output text reads Bruce Ernst (the table selection is still on Steven King, while the iterator points to Bruce Ernst). I then click on Bruce Ernst in the table, so it is selected (iterator stays on the same record). If I then sort the table, the table selection stays on Bruce Ernst, while the output text shows the first record in the table after the sort.
    We have the same issue using a non-modal popup to edit table rows (non-isolated task flow, sharing data controls & transaction). Our edit popup has navigation controls. When we scroll through records in the popup, the table selection doesnt refresh (changeEventPolicy = none). If we then select the record in the table that we scrolled to in the popup , without closing the popup, and then sort the table (with the popup still open), the selection stays on the previously selected record, whille the popup shows the first record in the table after the sort.

  • Unable to Load the Integration scenario into the Integration directory

    Hi All,
    I am new to using SAP XI.
    Require your help on the following issue.
    I have built an Integration scenario, added Component  Type: Product Version, inserted actions and connections.
    I did check for any errors. I found no errors.
    When I am trying to load this scenario into the  Integration directory its not showing up the scenario in the popup.
    Navigation:
    Directory > tools> Transfer scenario from repository
    The status of Integration Scenario in the builder shows as
    "Being processed".
    I created the scenario 2 days back.
    Can some one help me in this? 
    Regards,
    Meher

    Hi All,
    Thanks to all who helped me.
    michal,divija : Can you please let me know in details how to activate Business Scenario?
    I did not create any business process.
    Sridhar: I did releases some locks on my process, no luck.
    Can you please explain me in more details?
    Should I have a process build for my Integration scenario to be activated?
    Thanks,
    Meher

  • Urgent : Generation of file "application".xml fails and deploys aborted

    Hi,
    I recently took over an application (called RDAS) and downloaded if from DTR. But this didnt work well (all sources files have been downloaded, but lots of models and custom controllers were missing in the webdynpro perspective). This has been fixed well by modifying manually file Rdas.wdcomponent
    I just found out that in my component, a window and it's view are also missing (no links with any other windows or views of my application). This window just contains a view and acts as a popup (no navigation link or so with the rest of my component). I modified files Rdas.wdcomponent and RdasInterface.wdcomponentinterface and it builds well. No errors. I can now find my missing window and view in the webdynpro perspective.
    But since then I can not deploy anymore. I get the following errors:
    Web Dynpro Generation: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to parse XML document containing VMO=com.alstom.power.rdas.wd.Rdas., D:/Workspace_JDI/0/DCs/power.alstom.com/rdaswd/_comp/gen_wdp/configuration/Applications/com.alstom.power.rdas.wd.Rdas/Rdas.xml
    And when I check in the generated files, the xml file associated to the application is not genetared anymore.
    Any ideas?
    Points rewarded for any help
    Thanks
    Yann

    Hi,
    Finally I figured out what was wrong.
    An entry was missing in file RDAS.wdcomponent (views have to be inserted in the views list and also in the components list).
    Do I deserve points?
    I think so

  • FB_4.5:"Source could not be found for flash.sensors.geolocation.." . airglobal.swc

    Hi!.
    I´ve FB 4.5 for PHP and I´ve add SDK 4.5.1 as said the next link :
    http://kb2.adobe.com/cps/906/cpsid_90671.html
    On my mobile project I use Geolocation:
    When I try to run the mobile project , don’t work.
    I´ve note that from FB in Package Explore, select my and I can to see the airglobal.swc  library , under: My proyect -> Flex 4.5.1 -> airglobal.swc. This library it look that are linked and  I can to see your packets such as: (default package); adobe utils ;  avmplus and  flash , but when I click on one of them, i.e : airglobal.swc->flash->sensors
    and I try to open geolocator.abc , appear a popup ( Code Navigator error) that said:
    "Source could not be found for flash.sensors.geolocation in D:\Archivos de programa\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1\frameworks\libs\air\airglobal.swc"
    If I go to this path in my HD, it exist and I  can see the airglobal.swc and Geolocation.abc files, but it look that FB don’t see L . It could be the problem?.
    How I can to resolve?. Any idea?.
    Thank you!

    Hi, I have a simmilar problem but is for another swc:
    Source could not be found for mx.core:IUIComponent in C:\.....sdks\4.0.0\frameworks\libs\flash-integration.swc.
    Is that not open source too ? Are all classes not accessible like this not open source ?
    Also, I've read about mx_internal varialbes, and some people suggest going through the source code to find them, but when that's not possible what should one do to identify them, debug maybe ?

  • Need to hide popup menu while navigating in OBIEE 11g

    Hi All,
    In OBIEE 11g we use Action Link to navigate to other BI component we can add multiple navigation targets as well.
    Now my requirement is to hide the popup which gets displayed when we click on the value in a column. I want that popup not to appear if there is only one target report.
    Also i want to make this change to all the reports, please help me out with a generic solution for this.
    Thanks
    Atul

    Hi,
    In the column properties-->Interaction-->check the below check box ' Do not display in a popup if only one action link is available at runtime '
    Make this for all the individual target column.
    And Yes, its a kind of issue everyone facing.
    Award if this helped/ answered.
    Regards
    MuRam

  • How to open the popup with in Tab navigator  working area.

    Hi,
              I using the customized  panel to open it as popup by using  popup manager in the Tab navigator . The popup should be able to  move with in the tab navigator's  content area. Not outside of the tab navigator's  content area. How to do this? .What is the difference between opening the popup by using popup  manager and add children(); which one is best?
    Regards,
    Thiru

    It depends on your purpose. A popup displays information to the user, and it might be modal if the user should repsond to the popup before continuing, but why constrain it's movement to the space occupied by the TabNavigator.
    You could, in theory, check the x and y properties of the popup position, and then compare those with the x and y of the TabNavigator view area, though you might have to do some conversion between global and local coordinates.
    You might want to consider your design. Is a popup necessary? Perhaps not. If so, maybe do not consider constraining its movement as you have indicated.
    If this post answers your question or helps, please mark it as such.

  • How to set the size of popups from KM Navigation Iview

    Hello guys
    Does any of you know how I can set the size of the window that pops up when you click on a resource/file in a KM navigation iview?
    I have tried to enter "width=100,height=100" (without the quotes) in the Window Features property of the KM Navigation Iview, but it does not influence the size of the popups.
    Any suggestions to what could be wrong? Or is it not possible at all to control the size of that popup?
    Kind regards,
    Martin

    Hi,
    I cheched yesterday if I could find the command, sorry I couldn't.
    I also realized that the layout generates html link tags (ie. <a />) for the resource links, no javascript open link functions (ie. window.open), wich doesn't alowed (as far as I know) to give size to the pop-up window.
    So to make the link of the resource (gived by the <b>displayname(contectlink)</b> property set) I think you would have to <i>create (develop)</i> the layout, so the link will be rendered with window_size.
    You have other option, you can take off the "<i>contentLink</i>" setting. and add the <b>download</b> command, so the user who want to open / save the document can click on this command and do it in their PC.
    I.E, Create a copy of the <b>download</b>, and add this to the Collection render displayed porpeties:
    rnd:command(command=Z_download/style=link)
    You ca also use and icon to represent the download (you can set that icon in the command)
    I.E, rnd:command(command=Z_download_icon/style=icon)
    This last options represents a problem with the km-only-read content like xml files generaded by xml forms, it can only be readed in the km-portal.
    I hope this might help you.
    Best regards,
    Jorge M.

  • Popups: Navigation from view to window does not work

    Hi,
    I open a second window as popup. This window has 2 views embedded, displaying view1 first. On some actions I would like to navigate to view2.
    Defining an outbound plug on view1 and an inbound plug on view2, connecting them and firing the outbound withith the onaction works absolutely fine.
    However, for some reasons I would like to avoid a direct navigation, but would like to navigate from view1 to the popupo window and from there to view2 (or maybe another view, ofcourse also embedded in the same popup window). Unfortunately I fail on this scenario - I can fire the view-to-window plug, but the destination on the window side (handle in method) is never reached.
    Since the same concept works fine on non-popup windows I wonder whether a navigation from view to embedded window does not work for popups?
    Any idea?

    Hi Yashpal,
    no, just one window.
    The first link is view1 -> window, the second window -> view2.
    I.e., I fire in the view the outbound plug, which is connected with its window.
    In the window I fire an outbound plug, which is connected to view2.
    In theory this should work - for non-popup windows I do not have any problem at all, however, for popup windows the navigation from view1 to the window is not processed.
    In the meantime I played a little bit further: Instead of firing a navigation from view1, I now fire an event defined in the component contoller, on which an event method is registered within the window. Doing so, I reach the window, which I didn't reach via the navigation link. Once in the window, firing to view2 works just fine ...
    Hope the issue is a bit clearer now. Also I found a solution, I am surprised that the simpler way via navigation does not work.

  • Navigation Issue - popup

    Hi experts,
      I have two windows ,one is mainwindow and another one is popup window.
      In the main window I have two views,first views action button calls the popup window. On clicking OK from popup i need to display second view of  main window.
    I intially created the action for the OK in main window first view but I need to validate the input in pop-up so I created the action for OK in popup view.The validation is working fine but the navigation to next is not working.
    Layout    : Window1-view1  --> POPUP window  --> Window1-View2
    Thanks & Regards,
    Vicky

    As I said, it is difficult to redesign the flow of your application without studying it.  However, is there any way you could perform the validation from the component controller method?  Keep in mind that you can place view object instances into variables of the component controller.  With access to the view object you could still call the Utility method to check for mandatory fields.  Also you could of course have the context attributes at the component controller level (and map them to the view) if you need additional checks. 
    If you have your validation in a reusable method of the component controller, then it can be called from within an event handler of the main view and not the popup view.  The main view can then be responsible for closing the popup and for initiating navigation to the secondary view.

  • Using apex.navigation.popup in IE loses parent location

    When I use this function to open a popup window it works fine in Safari/Chrome etc, the popup works and the parent window remains the same. However, in IE, the popup happens, but the parent goes to a blank screen with [object] displayed in the top left corner.
    The full statementI am using is:
    javascript:apex.navigation.popup({url:'f?p=&APP_ID.:42:&SESSION.',width:1300,height:400});
    Any ideas?
    This is with IE 10.
    Regards,
    Jez

    Try to append void(0); behind the statement so it looks like
    javascript:apex.navigation.popup({url:'f?p=&APP_ID.:42:&SESSION.',width:1300,height:400});void(0);

Maybe you are looking for