Navigating out of jsff

I have a main.jsf page divided by panel splitter in left and right facets.
Left one is holding links to activate two different jsff at dynamic region.
One of fragments holds a read-only table from which I want to navigate out to edit page ( Edit.jsf ).
How can I achieve this?
Edited by: MarioK on Oct 28, 2011 2:32 PM

Hi,
Check followings
http://technology.amis.nl/blog/5711/the-adf-11g-area-template-for-micro-level-layout-design-patterns
http://www.oracle.com/technetwork/developer-tools/adf/uishell-093084.html
http://andrejusb.blogspot.com/2007/05/templating-in-oracle-jdeveloper-11g.html

Similar Messages

  • Navigating Out Of Movie Clips

    Hi, i have a presentation set up whereby I have 2 scenes,
    Intro Movie and Introduction. I have a Movie Clip in Introduction
    with a number of navigation buttons in it for within this
    movieclip, but i need one button to replay the Intro Movie in the
    other scene. Can someone help me out with some actionscript for
    this? Any help would be greatly appreciated

    it goes like this - the main timeline is the _root of the
    movie. Anything on that timeline has a . after it. So if you have a
    movieclip called "clip1" and inside of that another movieclip
    called "subclip" then the full path to that movie is:
    _root.clip1.subclip
    From the subclip movie if you want to control the main
    timeline you just write something like this:
    button1.onRelease = function(){
    _root.gotoAndPlay(1);
    No matter where that button is located (inside a clip inside
    a clip inside....) it will still control the main timeline.
    Hope that makes sense.

  • 6210 Navigator out of date maps for South Africa

    I have downloaded the newest maps for my 6210 navigator but it's out of date. There's streets that has changed names more than a year ago that still reflects as the old names. Also… If I search for street names or addresses it shows addresses for Europe not SA. Is there any way of getting the newest maps and search capabilities for SA? I contacted Nashua SA and they gave me a link for amAzeGps (no explanation or message – just a link – very unprofessional guys). This app is a misery to use and has hidden costs. I want my standard GPS maps to work the way it should for SA.

    @4F
    ‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with the Forum's private messaging please click here to learn more.
    Thank you,
    Omar
    I Work for HP

  • Problem in navigating out of a block

    Hi,
    There is a form created with the help of data block wizard. The form contains 4 data blocks. The entry is to be done in a way that the first threee fields are from the first data bolck and the 4th field is from the next data block. The problem I am facing is that when i try to navigate from the first block to the 2nd block the WHEN-VALIDATE-ITEM trigger of the 4th item of the first block is getting fired, thus preventing me to move to the next block and there are no validation trigger on the block level.
    please let me know what the problem can be.
    Help is required urgently

    Hi,
    that's standard behaviour. Item Validation will fire when you change blocks. If validation is successful it shuld not stop you, also you could try using ITEM_IS_VALID which if fiddley way to do it.
    If it is possible for you to create a view that combines the columns the two blocks then it would make your data entry easier.
    one other option is to fiddle with the validation scope
    Easo

  • Problem in navigating out of the block

    Hi,
    There is a form created with the help of data block wizard. The form contains 4 data blocks. The entry is to be done in a way that the first threee fields are from the first data bolck and the 4th field is from the next data block. The problem I am facing is that when i try to navigate from the first block to the 2nd block the WHEN-VALIDATE-ITEM trigger of the 4th item of the first block is getting fired, thus preventing me to move to the next block and there are no validation trigger on the block level.
    please let me know what the problem can be.
    Help is required urgently

    Hi,
    that's standard behaviour. Item Validation will fire when you change blocks. If validation is successful it shuld not stop you, also you could try using ITEM_IS_VALID which if fiddley way to do it.
    If it is possible for you to create a view that combines the columns the two blocks then it would make your data entry easier.
    one other option is to fiddle with the validation scope
    Easo

  • Problem in navigating out of block

    Hi,
    There is a form created with the help of data block wizard. The form contains 4 data blocks. The entry is to be done in a way that the first threee fields are from the first data bolck and the 4th field is from the next data block. The problem I am facing is that when i try to navigate from the first block to the 2nd block the WHEN-VALIDATE-ITEM trigger of the 4th item of the first block is getting fired, thus preventing me to move to the next block and there are no validation trigger on the block level.
    please let me know what the problem can be.
    Help is required urgently

    Hi,
    that's standard behaviour. Item Validation will fire when you change blocks. If validation is successful it shuld not stop you, also you could try using ITEM_IS_VALID which if fiddley way to do it.
    If it is possible for you to create a view that combines the columns the two blocks then it would make your data entry easier.
    one other option is to fiddle with the validation scope
    Easo

  • Bug report: 3.2; DAC; GridControl; Navigation - Invalid reaction to mouse drag

    Hi,
    This is a bug report, I think.
    I have a one-column GridControl with mandatory column. Normally, DAC framework prohibits from navigation out of empty field and emits one of those DAC-1002 or DAC-603 errors. The only exception I noticed was a double-click on another row. In this case navigation allowed but an error is still produced.
    Today I was playing with this GridControl and discovered that I can drag the yellow frame across rows. And here comes a bug - GridControl doesn't change the current row on InfoBus according to current selection marked by yellow frame.
    In my case it brings the following problem: if the cursor is placed on the new empty row, user drags the cursor to another row and then tries to use any other navigation means except dragging, he gets a navigation error. DAC framework still thinks that the current row is the empty one and produces an error telling that the attribute cannot be empty.
    Dev Team, any comments?
    Regards,
    Vladimir

    Hmm... Nobody answers. I'll try another variation of the same question.
    DAC framework implicitly validates attributes on the base of Mandatory constraint in the Entity Object definition. Is it possible to set the level of this validation? For example, I want to conduct validation only when user navigates out of the row or the whole rowset, but not when he just leaves a field.
    Regards,
    Vladimir

  • How to find out if I navigate out of the page

    Dear gurus,
    I need to replicate ‘Warn about changes’ functionality in a certain case.
    In my case page A displays view object VO1 in a tabular form, each record having a link in column ‘type’ that takes navigation to page B.
    On page B the user changes the type to a new value using a pick list and submits a page B, then clicks Apply button that takes him back to page A with the new value for type brought from page B.
    Now page A has a new value for type. Not committed yet. I need to show a warning popup message (similar to seeded ‘Warn about changes’ message) if a user navigates out of page A now.
    I am thinking about using javascript to show the popup message. I will use the condition whether VO1 is dirty or not. But I don’t know how to track the fact that I navigated out of page A. Does anybody know how to find out is navigation out of the current page did occur?
    Thank you
    Anatoliy

    Hi,
    as there are links on the table from where you are navigating...set the fireaction property to fire an event say
    "click". grab that event in contoller.
    Controller code:
    String name = (String)pageContext.getParameter("event");
    if("click".equals(event))
    this means you are navigating out of page A.
    now invoke a method in AM to check if VO is dirty or not and if it dirty then throw an exception on page rather than pop_up.
    String check = (String)am.invokeMethod("checkvodirty");
    if("dirty".equals(check))
    throw new OAException("The Transaction is dirty",OAException.ERROR);
    else
    navigate to page B using pageContext.setForwardurl().
    In AM you can write :
    public String checkvodirty()
    sapeEAAddressesVOImpl addr = getsapeEAAddressesVO1();
    String test = "";
    if(addr.isDirty())//this checks that VO is dirty
    test = "dirty";
    else
    test = "notdirty";
    return test;
    Thanks,
    Gaurav

  • Save before getting out

    Hi,
    I have an Flex based web application which has many panels.
    These panels have textinput controls which is used to capture some
    data. How do I prevent an user from navigating out of this panel
    without saving? If the user is trying to get to a different part of
    the application, and if there is unsaved data then I need to prompt
    the user to save/cancel it.
    I have a parent panel which acts as a place holder and I
    add/remove child panels as required to display different panels. I
    tried some events like remove/removed etc...Even if I am able to
    detect the event, and prompt 'Do you want to save?'. If user says
    Yes, then I need to save and go ahead with the work. But, if he
    says No, I need to prevent the panel from being removed and retain
    it. How to do this?
    Thanks
    CS

    Hi Ramesh,
    Do i need to use COMMIT_TEXT as i am using  'commit work' explicitly?
    pls reply.
    Thanks
    Dan

  • Multi-Tab Canvas Navigational Controls

    I want to control navigation out of a block displayed on a "tab" canvas to other "tabs" in a form containing multiple tab canvases. Are ther any "events triggers" associated with the "tab" level similar to the "WHEN_BUTTON_PRESSED" trigger such as "WHEN_TAB_SELECTED"?
    I assume I must place the triggers on the block (or blocks) associated with the respective tabbed canvases.
    null

    The trigger must be placed at the form level. Use "if :system.cursor_block = 'BLK'"
    to code for each tab.

  • FRM:41361 Cannot navigate out of form in 'Enter Query Mode'

    Hi,
    I am using a master - detail block in my form.When I query the master block I am getting this error message
    FRM:41361 Cannot navigate out of form in 'Enter Query Mode'
    I have given DO_KEY('ENTER-QUERY') in WHEN-NEW-BLOCK-INSTANCE trigger of master block.
    and in property palette of Master block I have given the next navigation block as Detail block.
    According to the value which is queried in Master Block the Detail block should be populated.
    My form should open in 'Enter Query Mode'.This problem always happens from second time onwards
    I open the form.When I open the form first time this problem is not occuring.
    Can anyone suggest a solution for this
    Thanks,
    Nasiya

    Have you written a Key-EntQuery trigger at the Master block or the form level,
    If yes, then can you put that code here.
    The NEXT-NAVIGATION-BLOCK is only used for navigation when you use a next-block built-in on a key-trigger.
    Have you written a ENTER-QUERY command on any trigger that fires prior to the said WHEN-NEW-BLOCK-INSTANCE trigger?
    If yes, then thats the reason that the first time you run the form, your form is in ENTER-QUERY mode.
    Also, maybe execute on enter-query fails and hence the blocks are not getting populated.
    Also, ENTER-QUERY is always on a single block. And while the block is in enter-query mode, navigation out of that block is prohibited.
    you have to either have a successful EXECUTE-QUERY or use:
    EXIT_FORM(NO_VALIDATE) to come out of ENTER-QUERY mode.

  • ADF: Page navigation and buttons stop working after a while

    Hi all,
    We have a web app built with ADF Faces/JDev 10.1.3 that runs in OC4J 10.1.2.0.2. Sometimes we encounter this problem in our JSF pages: after a while (can't relate to some particular action), all navigation in a page (links, tabs, buttons, etc) just stops working, i.e. you can click them, the server receives some request (we see this in the logs), but the desired action never happens. It's just like the page keeps refreshing all the time. There is no navigation out of the page at this point, it's completely stuck.
    If, at the same time, we connect to the app from a different browser, it will work fine, but the first browser will remain in the faulty state.
    I turned the enableTokenValidation in the pages on and off, but it seems to make no difference. Can anyone provide an idea about what might be going on?
    Thanks,
    Serban

    Hello,
    Any answer on this issue? It seems that ADF is pretty unstable if user clicks repetedly on the same submit button (like a double-click) or on different tabs on the old page, until the next page loads. We are using .jspx pages and combined with SSL access this behaviour is behaving even worser.
    Basically we encounter the following problems:
    1) It seems that users with not so good network access (and accessing ADF app on a SSL OC4J) still have access to the origin page until the target page loads on a submit. If they click a different button or tab on the origin page in this interval (waiting for their previous action to complete), they usually get a JavaScript error that will block the interface until they do a manual refresh (F5)...
    This can be reproduced even on client machines with good network access if you click very fast on the same button twice or on two different submit buttons.
    2) It seems that sometimes the browser keeps showing the loading bar in the status bar even if the new .jspx page is already loaded. Any advice on how to solve this, as the users might be tempted to push application buttons or browser navigation thinking that the page is blocked?
    All the above happen on IE 6, which is the preffered browser.
    Thanks! I can give you more details if needed.

  • Using page curl but not effect page navigation icons

    I want to create an online magazine where page curl is available.
    This works fine.
    I also want to add page navigation icons along the bottom so that users can change pages.
    The problem is that the page icons become part of the page curl effect.
    Is there a way to use page curl and not to effect the page icons?

    You mean like this:
    http://www.edocker.com/_demo/edocker-online-demo/index.html
    I´m afraid you can´t place your navigations out of page area by using InDesign only. I think it was possible in InDesign CS4 but was changed when CS5 was released.
    With CS5 or CS5.5 you only option is to use 3rd party solutions like eDocker.....

  • Unable to find Bean and AM impl for customisation of Fusion Application

    Hi,
    Iam navigating through this link
    under Fusion App --> Navigator -->WarehouseOperation -->REceipts --> and Entering createReceipt screen via Receive Expected Shipments. I want to default the value of packing slip as how supplier got defaulted but in editable mode. For this i want to know how supplier got defaulted and in same way i want to default Packing slip number.
    But iam unable to find the managed bean or AMimpl java file for doing code change.
    "Copylines" is default activity and from there it is navigating to CreateReceipt.jsff, i don't find any parameter carrying the value for Supplier.
    So Logic must be either in Managed Bean or in AmImpl . I need to include my logic also here. But unable to find the necessary file.
    reg,
    Lakshmi.

    While creating a receipt, you select one or more orders belonging to a single supplier and then create one receipt against that. And that is how the supplier field gets defaulted in the Create Receipt UI.
    Packing slip is also defaulted when the user receives against ASN provided it is captured at the time of creation of the ASN.
    For a regular PO receipt, the user is expected to enter the packing slip by default.
    Can you describe your exact requirement in detail?
    The customization framework does allow the value of a field to be overwritten but using this, you will always have a predefined value or some limited logic using EL.
    But we would not recommend that because when you customize the value of a field, it will discard the value that is fetched from the database.
    This can potentially break the default functionality of receiving where the packing slip is defaulted from the ASN.
    And another question that I have is the need for the AM details - this particular code is present in the AM and not the managed bean.
    Are you planning to extend the AM that is shipped by receiving?

  • Error in a transaction in R12 upgrade

    Hi All,
    We are migrating from R11 to R12.I'm getting the following error in one of our custom buit transaction:
    Error:
    You are trying to access a page that is no longer active.
    - The referring page may have come from a previous session. Please select Home to proceed.
    The page is initially loaded properly on typing the SSO and tabbing out(lov event) other links and buttons are displayed according and then on any event of the page i'm getting the above error.
    The same code is working fine the R12 development instance but giving the error as mentioned above in the stage.
    Please help me in finding the reason for the above error its very urgent as we are upgrading over this weekend and if this may happen in the production.
    Regards
    Srikanth Enuguru

    You are saying that page is loading properly. Then if you do some event, it is giving the aforesaid error. First check if there is any other message that is being displayed. Then check if you were navigating out of the page on the event. If that is not the case then check if the setMaxFetchSize is done for all the VOs before insert/query.
    regards
    Sumit

Maybe you are looking for

  • How to link Excel file to Access

    Hello, I created a barcode database using excel and labview. Now i want this data to be in access as a database and continuosly update it. I have a doubt also as i have created excel sheet of various product barcode and there is always a new sheet th

  • Array access in an object

    I've encountered another problem. The following code does not mention that I have a MovieClip in the Library set up with its class as my_class. I drag it onto the stage and name it my_object. When I try to use the my_array property it does not work.

  • Does saving a finished iMovie to Theater duplicate the space used on the computer

    Does saving a finished iMovie also to Theater  (on iMovie 10) duplicate the space used on the computer (for example if I save the finished movie as a file on my desktop and have it save to Theater (did I just double the space used on my computer: fil

  • Why can't i drag and drop music to my itunes playlist

    okay so i downloaded music from this website called mp3 skull and then when it was finished downloading it told me where i wanted to put it so i put it in my downloads folder in the all files section. then i went to itunes and went to my playlist and

  • Adobe form data refresh on new action

    I have a table where the first column has a data field with a link to an action, the action calls a method to execute a model and then displays a new view with an InteractiveForm to display the data for the selected field.  So, select an employee in