Problem in Shuttle region in a custom OA framework page

Hi,
We are facing the following problem in a OA framework custom requirement. Urgent help is needed!!
Problem Description:
1. We have two shuttle regions in our OA page. One is Organization and next department.
2. The Department shuttle is dependent on the Organization shuttle meaning, when user selects some Organizations in the trailing list of the Org shuttle. Departments pertaining to those orgs must be displayed in the leading list of the next shuttle i.e Departments so as to restrict the user to select only the departments pertaining to the already selected orgs.
3. Both shuttles are on the same rergion and context.
We have tried to leverage PPR but without any effect. Also if we make the VO for the Dept shuttle dynamic according to the Org selection the values dont change dynamically on the next shuttle.
Please suggest a suitable approach.
Your attention to this is much appreciated.
Regards,
Avinandan.

Avinandan,
My suitable approach starts with the following step:
1). Post your question on the OA Framework forum
John

Similar Messages

  • Custom Light  framework page

    Dear All,
    I am planning to develop custome Light framework page with Masthead, Tool area (search) , TLN, DTN and content area
    is there ant ready framework pages i can use, examples prerequisites will help.
    Regards,
    Murali

    Hi,
    Check these blogs:
    EFP: Working with the New Taglibs - Part 1
    EFP: Working with the New Taglibs - Part 2
    EFP: Working with the new Taglibs - Part 3
    Nuts and Bolts of the External Facing Portal (EFP)
    EFP: Layout Tag Library
    EFP: Navigation and Framework Tag Libraries
    Regards,
    Praveen Gudapati

  • Displaying image in custom OA framework page

    Hi,
    i am devlopeing one custom page in oracle jdevloper9i
    in that page,i need to display the image while clicking the button.
    How to do that one can any one help me?
    Regards,
    Jayakumar

    Hi Reetesh,
    As per the requirement i need to display the customer signature on that page.
    once the user select the customer number,customer details will come automatically,after customer verified his details he will click a button then customer details wants to display on image item.
    The customer details ia already stored in some other table.
    Regards,
    Jayakumar

  • Problem with Absolute Navigation (External Window) and Light Framework Page

    Hi All,
    We are using Light Framework page for the portal devolopment. We have an application including two webdynpro iviews where absolute navigation is used to traverse from first iview to second iview (When user clicks a button on first iview). We are showing the second iview in external window (SHOW_EXTERNAL). When ever i clicks the button to traverse to second iview, i am getting an exception.
    When we are showing it in same window (SHOW_INPLACE), it is working fine. But the iview is appeared in half of the page with scrollbars. It is working fine with default framework page (with both options SHOW_INPLACE and SHOW_EXTERNAL) and dispalyed in original size as mentioned in iview properties.
    Could you please suggest us whether there is any work around for this.
    Thanks,
    Sudheer

    Hi Kathiresan
    I couldn't see the address bar of the window (In which second iview is getting displayed). But i can observe no parameters that i passed from first iview is visible in the view source of the second iview (When SHOW_EXTERNAL is used in absolute navigation). I could see all the parameters in the view source (when SHOW_INPLACE is used for absolute navigation). But i am using the same url for both the options (for SHOW_INPLACE and SHOW_EXTERNAL).
    I doubt about the url being passed when SHOW_EXTERNAL option is used. But when we checked in debug, The correct url is being triggered (Atleast from first iview). Is there any way that could display the second window with address bar. What is making difference  between SHOW_INPLACE and SHOW_EXTERNAL with absolute navigation and light framework page.
    Could someone please suggest.
    Thanks,
    Sudheer.

  • Getting Error in  shuttle region while loading page.

    Hi All,
    I am developing shuttle region in a page which depends on selected values in the drop down list. i am getting all values for every value in the drop down list. but i want to get values in the Available list of shuttle region with respective value selected in drop down list.
    Can any body send code for shuttle RN co?(in process request and process form request ) .
    Thanks,
    Mahesh.

    In process form request :
    /* user changed the option - capture the event */
    if("optionChangeEvent".equals(pageContext.getParameter("event")))
    pageContext.forwardImmediatelyToCurrentPage(null,false ,ADD_BREAD_CRUMB_NO);
    In processRequest :
    String selected = pageContext.getParameter("choice");
    /* means some thing is selected */
    if(selected != null)
    test = Float.valueOf(selected);
    OADefaultListBean list1 = (OADefaultListBean)webBean.findChildRecursive("list1");
    list1.setListCacheEnabled(false);
    OADefaultListBean list2 = (OADefaultListBean)webBean.findChildRecursive("list2");
    list2.setListCacheEnabled(false);
    /* bind the query parameter through AM*/
    ShuttleAMImpl am = (ShuttleAMImpl)pageContext.getApplicationModule(webBean);
    am.initFWK_TBX_PO_HEADERVO(test);
    Regards,
    Guru K

  • Problem with lowercase when saving in custom SAP table.

    Hi Gurus,
    I have a problem in saving entries in a custom table in SAP.
    When I enter a name with combinations of upper and lower case in SE16, when saving, my entries were all converted into uppercase. That goes as well in passwords. That's my concern, how can I check passwords if combinations were disregarded?
    My parameter fields for these were just type CHAR.
    Is there a way I can save data as how they were entered?
    Thank you in advance for your responses Gurus...

    Hi,
    Check the Domain of the field and select Lower case check box if it is a Zdomain or else create the new domain or check for one like this.For example..
    Table PA0002 which has a field NACHN and Data element assigned to it is PAD_NACHN...double click on the Data element and now again double click on the Domain and now Under Ouput Characteristics check the Lower Case check.
    And now database get's saved with what ever case you entered

  • Problem Refreshing Dynamic Region

    Hi ,
    I am facing problems in refreshing the dynamic region. Here is the usecase :
    One JSPX page : TestDynamicTaskflow.jspx
    First Taskflow : LinksTF -> Has one page with 3 command Buttons and one dynamic region.
    On click of 1st and second command button link tf-1 should be displayed and for third command button  tf2.
    Second Taskflow : tf-1    -> Taskflow has one jsff page with a inputText field ( required = true )
    Third taskflow : tf-2  -> Taskflow has one  jsff page with a inputText field ( required = true )
    Problem : Click 1st command button and tf1 is loaded. Now enter some value in inputText and click commandButton2 ... tf-1 is loaded but inputText retains the entered value... This is what is issue .

    Hi,
    the task flow is reloaded as you should be able to tell when setting a print message to be invoked in the task flow initializer. I assume the problem is with the text component not resetting its value. So its a JSF lifecycle problem, not a region issue. Have the command link switching the task flow, issuing
    oracle.adf.view.rich.util.ResetUtils.reset(regionId_in_here);
    Frank

  • Problem with Embedded Region and EO Commit

    Hi all,
    Just a quick question to clarify my understanding of OAF and see if anyone can provide a workaround for the issue I am facing.
    I have developed a customisation to a standard Oracle Repository Contracts OAF page. The customisation involves embedding a new region into the standard page to allow data entry into a simple database table (see [screen shot|http://jaybe.net/bip/oaf/ICMS_OTN_Forum_Post_New_OAF_Region.pdf] ).
    The new region has a customCO, AM, VO and EO over the database table. All works fine when running the region on it's own. However when I have embedded the region into the custom page I notice the following.
    When the use clicks on the standard "Go", "Save" or "Apply" buttons (i.e. a HTTP Post), I notice that custom region's CO method "processFormRequest" is called. Also, prior to this, if there are any changes to the data in the table bean within the custom region, these are applied to the database via calls to the EO (doDML method).
    This would be ok however I have built validation logic into the "processFormRequest" of the custom CO so that the total value entered in the table, is checked against the contract amount. If validation is passed, a database commit is performed.
    Currently this validation is bypassed when the user clicks on anything that causes a HTTP post in the standard page, as the database table is updated (and committed) prior to the validation being called (in processFormRequest).
    Is there anyway of preventing the custom EO from committing outstanding changes to the VO (via the table bean) when a HTTP post in initiated from the standard/parent region? I see that my custom AM becomes a child of the AM that belongs to the parent page/region. Would breaking this relationship prevent this issue from occurring, if this is at all possible?
    As a workaround, I have implemented the validation in the EO method "validateEntity" however, as this works at the row level, multiple error messages are returned when the user changes multiple rows that result in the total being greater than the contract value. Ideally, one error message would be displayed. Any ideas on this one?
    Thanks for looking...
    Cheers.
    Jon.

    After a bit of digging around I think I have found the reason for the EO being called prior to the CO. In the parent page CO, there is a transaction commit (oapagecontext.getApplicationModule(oawebbean).getTransaction().commit();).
    Therefore, I assume that as my custom AM is a child of standard AM where the transaction is being commit, the child AM is sharing the same transaction/session and hence the EO being called.
    I am running into issues with moving the validation to the EO as the validation requires visibility of the VO values to calculate a total value. Therefore is there a way to ensure that my custom AM maintains a separate database session/transaction to the parent/standard AM? Is it possible to break the parent/child relationship?
    This way I assume that the commit issued by the parent page CO will not affect my custom AM/EO.
    Cheers.
    Jon.

  • I have downloaded AI Trial but am getting a Configuration Error as follows 'A problem has occured with the licensing of this product. Restart your computer and re-launch the product.  If this problem still occurs after restarting, contact Customer Support

    I have downloaded AI Trial but on launching I am getting a Configuration Error which reads '
    A problem has occured with the licensing of this product. Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 213:5.
    I have tried the restart suggestion, but the problem persists.
    Can anyone assist.
    TIm

    Tim,
    This may be one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for a chat,
    Creative Cloud support (all Creative Cloud customer service issues, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    or for Adobe phone Support,
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • Some Problems in Using Region Containers

    Hi,
    I have some problems in using region container which looks like bugs to me :
    1- I added 2 Item Regions to one group in app def and dragged some items into them.Then, I decided to have a region container and arrange these 2 item regions horizontally. I added a Region Container and drag the 2 Item Regions into it. in this case, all the fields in these Item Regions disappeared and I did not have control over them.
    2- If I first create a Region Container and then put a region item in it and then drag some attributes into region item everything will be fine but if I change my mind and decide not to have region container and drag region item from region container into regions, again all fields in the region item will disappear.
    3- I created a region container and added 2 region items to it and dragged some items into them. I set the layout style to horizontal and set the width of region container to 100% but I realized that regardless of width value I set, the page arrangement was always the same. I investigate the jspx file and found out that the width of region container was not set. I added width="$JHS.current.regionContainer.width" to "<afh:tableLayout" section in horizontalRegionContainer.vm and it then worked fine. I believe that this part is forgotten to be in the vm file.
    Best Regards,
    Navid

    Navid,
    regarding 1 and 2: This only happens when you add items to an item group and start to drag and drop the item region BEFORE you click the Apply button. If you click the Apply
    button before you move item groups around, it works fine.
    3: yes, this is a bug, we will add fix in next release. Thanks for reporting.
    Steven Davelaar,
    JHeadstart team.

  • Problem in calling application module's custom functions

    i m facing problem in calling application module's custom functions in jsp pages.
    i'll highly appreciate any reply to this mail.
    anant

    Hi,
    I also need to know how to call custom methods
    within an application module implementation.
    I have tried the <jbo:ApplicationModule id=am ...\>
    then later in the JSP <% am.customMethod() %>
    and this does not work. Any hints?I don't know how it works with JSPs, but if you want to call a custom method on a ApplicationModule, you first have to cast it to your custom class type.
    Somethin like this:
    MyAppModule am = (MyAppModule) sessionCookie.useApplicationModule( ... )
    or maybe in your JSP
    <jbo:ApplicationModule id="am">
    <% MyAppModuleClass am = (MyAppModuleClass) am; %>
    I think you forgot to do something like this in your JSP. Note that the code is not tested.
    Hope that helps
    Benjamin

  • Tree Structure in Shuttle Region in OAF

    Does anyone have any idea on how to bring the tree structure within the shuttle region of OAF. I cam across the link http://www.oracle.com/technology/tech/blaf/specs/shuttle.html#hgrid which displays the hgrid within the shuttle region. Unfortunately i don't see any steps that has been mentioned for doing that. If anyone has done this kind of stuff kindly advise.
    Thanks,
    Mohammadi

    Hi,
    I think we need to create it programtically.
    You need to create the shuttle bean ... create hgrid bean and then add this as its child.I havn't done this.But we should do everything programatically.
    Thanks
    Soujanya.

  • Custom search for pages

    Hi all,
    I have a couple of questions about custom search on pages:
    1) How do pages appear as links in a custom search region? We are able to search on non standard page type, but the problem is that we cannot retain a template with an non standard page type.
    2) How do we tag a page with a refrencable attribute (preferably categories and perspectives) so that we can search on in a custom search?
    Please advise.
    Thanks.

    (1) I am not entirely clear on what you are meaning. Is it the appearance of the actual page search results which is wrong or the actual search results. Can you please give more information.
    (2) You can create a page type and add the attributes you wish to use to search for the page. Then after creating a page of this new type go to its properties and click on the 'Optional' tab you can enter values for these additional attributes.

  • Issue in Customizing the Logon Page and Replacing the Logon Panel Image

    I have facing problem in Customizing the Logon Page and Replacing the Logon Panel Image in Hyperion Workspace 11.1.2.1. I have tried multiple time.
    First Replacing the Logon Panel Image. I have following the steps given in admin guide of EPM workspace on page 25 and they are as follow
    To replace the image that is displayed on the logon panel:
    1 Create an image file named logon_panel.gif with dimensions that match previous image.
    2 Rename the installed version of logon_panel.gif to logon_panel.gif.original in
    %EPM_ORACLE_HOME% /common/epmstatic/bpmui/themes/<do for each
    theme>/images_global. Move the logon_panel.gif file that you created in step 1 to this
    directory.
    3 Clear your browser cache.
    Note: You do not need to restart the Hyperion Foundation Services - Manager Server.
    But still I am getting the same default image on log in page.
    The other problem I am facing is Customizing the Logon Page.
    I am following the steps given in admin guide of EPM workspace on page 17 and they are as follow:
    To customize the logon page:
    1 Follow instructions in the topic Extract a file in the Workspace Web Application.
    2 Backup file <temp directory>/war/WEB-INF/lib/bpmui.jar.
    3 Extract the contents of <temp directory>/war/WEB-INF/lib/bpmui.jar to <temp
    directory>/bpmui_jar/.. (*)
    4 Backup file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/
    Resources_en.properties.
    5 Edit file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/
    Resources_en.properties.
    6 Search for the property bpm.logonCopyright.
    Customizing the Logon Page 17
    7 Modify the text to the right of the equal sign. Use \n to get a new line.
    8 Save your changes.
    9 Repeat step step 1 through step step 8 for all the other Resources_xx.properties files for other
    locales.
    10 Jar the contents of <temp directory>/bpmui_jar/ to <temp directory>/war/WEBINF/
    lib/bpmui.jar.
    11 Continue with the topic, Re-package a file inside the Workspace Web Application.
    For the first part I am following
    Extract a file in the Workspace Web Application
    ä To extract files in Workspace Web Application:
    1 Stop the service for Hyperion Foundation Services - Managed Server.
    2 Backup file <EPM_ORACLE_HOME>/products/Foundation/workspace/
    InstallableApps/workspace.ear.
    16 Administration Tools and Tasks
    3 Using an unarchiving utility, extract the contents of <EPM_ORACLE_HOME>/products/
    Foundation/workspace/InstallableApps/workspace.ear into a <temp
    directory>.
    4 Create <temp directory>/war.
    5 Extract the contents of <temp directory>/workspace.war into <temp directory>/
    war.
    6 Update the file you are patching under <temp directory>/war. as direct in it.
    But I am not able to find file bpmui.jar in step 3 of above one (*). I have marked for your connivance.
    I am able to see these file in that directory
    dynamichelp.jar
    workspace.jar.
    Can anyone provide help on this. Platform I am using is LINUX

    You seem to have posted this in the wrong forum. This forum is for Oracle Enterprise Manager - not Hyperion.

  • How to change color of tables and regions in OA Framework pages

    Dear all
    I want to change colour of tables and regions of oracle standard pages.One way to do it is that I can add code for tables and regions CSS definitions in for each page in correspoding CO,which is not feasible since we have large number of COs in standard pages.I heard that oracle has provided some method to change look and feel of the pages.If anybody knows about it ,plz do let me know.
    Thanks in advance
    Bhupendra

    Check personalization guide and read out "Customizing Look-and-Feel (CLAF)" Topic.

Maybe you are looking for

  • Open Delivery Value

    Hi,   Is there any report or table where the Open delivery value is getting stored ( Delivery Number wise ) My client want a report on Open delivery value , they want to know at the end of the day , how many deliveries are pending and what is the val

  • Exporting Application Module Methods to Clients?

    Hi, I would like to export a method in my AppModuleImpl to a client. My method throws an exception NOT derived from JboException. The JboExceptions are RuntimeExceptions and I need a non RuntimeException. e.g. public void doit throws Exception{} My m

  • I'm Not Crazy... Missing the Preferences MobileMe tab?

    Ok... I'm trying to figure out how to force sync my changes to my MobileMe Gallery. I've read that I can click on the MobileMe account under the "Web" section on the left navigation to sync, but that does nothing. Apple's own help documentation for i

  • Duplicate files in iTunes

    I have copied my 4,000 mp3 files from a PC to the MAC folder and then added them to the iTunes library. Now I have 4,000 duplicate files in iTunes and I want to remove at least one of the two duplicates. Can anyone how I can do this without deleting

  • 3.0 Software Update

    Who's going to get it the day it comes out. And who's going to wait. Me myself I'm going to get it tomorrow. Does anybody also know what time it is reales EST.