Personalization on a nodeDefintion in a hgrid

PageLayout => abCO.java
-DefaultSingleColumn:
--TableLayout:(leBsvAssignTableLayout)
---RowLayout:(leBsvRowLayout)
----CellFormat:(bsvAssignTableCell)
-----HGrid:(hgrid)
------Tree:(treeId)
-------Members
--------Node Def:(objectName)
---------Child Node:(bsvAssignments)
----------Members
-----------Node Def:(bsvAssigned)
There is a controller abCO.java for the PageLayout Region
My requirement is to attach a link to the leafnode(bsvAssigned). I tried extending the CO and code is like this
public class myExtCO extends abCO{
processRequest(pageContext,webBean){
super.processRequest(pageContext, webBean);
OATreeDefinitionBean bsvValNode = (OATreeDefinitionBean)webBean.findChildRecursive("bsvAssigned");
String url = "OA.jsp?page=/oracle/...";
if(bsvValNode!=null){
bsvValNode.setDestination(url);
else{
throw new OAException("node not found.");
The bsvValNode is not found. Can u help me in debugging this?

processRequest(pageContext,webBean){
..OAHGridBean.hgrid.=.null;
..OATreeBean..tree..=.null;
..OATreeDefinitionBean.node.=.null;
..String.url.=."/oracle/apps/cle/webui/somePage";
....hgrid=.(OAHGridBean)webBean.findIndexedChildRecursive("hgridId");
....if(hgrid!=null){.
......tree.=.(OATreeBean)hgrid.findIndexedChildRecursive("treeId");.
......if(tree!=null){
........node.=.(OATreeDefinitionBean)tree.findIndexedChildRecursive("bsvAssigned");.
........if(node!=null){
..........node.setDestination(url);
........else{
..........throw.new.OAException("node.not.found");
......else{
........throw.new.OAException("tree.not.found");
....else{
......throw.new.OAException("hgrid.not.found");
Output: "tree.not.found"

Similar Messages

  • How do i display additional row details on an hGrid?

    I have an hGrid rendering fine down to 4 levels. IT's defined as:
    PageLayoutRN
    --->hGrid region
    ------>tree region
    --------->members
    ------------>nodeDef1 (set to my master VO, i.e inspection number)
    ------------>childNode1 (set View Link Accessor property to TestsVO )
    --------------->members
    ------------------>nodeDef2 (set to my child level VO, i.e. Test Number )
    ------------------>childNode2 (set View Link Accessor property to ResultsVO )
    --------------------->members
    ------------------------>nodeDef3 (set to my 3rd child level VO, i.e. Test result)
    ------------------------>childNode3 (set View Link Accessor property to ResultAttachmentsVO )
    --------------------------->members
    ------------------------------>nodeDef4 (set to my 4th child level VO, i.e. Result Attachments )
    This all renders fine. NOW i want to add info at each node level. i.e. nodeDef1, I"d like to add other data about the inspection in a table-style display. nodeDEf2, i'd like to add data about the Test. nodeDef3, data about the result. and then finally on nodeDef4, in addition to data about the attachyment, i"d like the filename to be a messageDownload that would link to the actual file in a BLOB.
    I think this is similar to the Personalize PAge page we use in most of self-service apps, where we can collapse/expand an hGrid, but we also see other data elements and actions off to the right. Another example is the About this page link, which has what appears to be an hGrid.
    How do I add these node-level/row-level details ? when I right-click in jdev, i can only choose more members/child-nodes. what am i missing?
    Thanks!

    Glad it is working for you now :)
    --LC                                                                                                                                                                                                                       

  • Column not available after personalization to be included in user views

    My client is trying to add a new column in the Cost Details table in the Task Summary page (Under Project Performance Reporting in PJT) through personalization. They are on 11i.PA.RUP3
    They have an extended VO which basically is based on the standard Oracle VO with few additional attributes. My client is able to create an item of MessageStyleText and add as a column in the base HGrid, view the data which was displayed but that newly added column does not appear in the list of available columns when they try to create a personalized view either by duplicating the seeded views like ITD and PTD or from the scratch.
    This works absolutely fine in R12, but in 11i, we are having this problem. Does any one can comment, if this is framework issue? or is there any patch already available for this?
    Thanks in advance,
    Devasish

    Good day!
    My answer may be too late for you, but my experience will probably be useful for others.
    To add a field from ANLZ in dynamic selection fields you need to add the same field to structure ANLAV by means of an append-structure. Then you have to add this field to view V_ANLAZ by means of an append-view. After this you'll have the fortunate opportunity to see the needed field among the dynamic selection fields in LBD ADA.

  • Converting user level personalizations to site level personalizations

    Hi All,
    My Requirement is as follows:
    In one search page i have created one view to save my search by providing view name.
    Now if i login from different user i am not able to see that view name in the drop down which i have created from different login.
    i intend to see that view for all users even if create from single login.
    i know that save search is user level personalization, but i want to get the same at site level.
    but while creating there is option like site level or responsibility level.
    Any help would be greatly appreciated.
    Thanks in Advance.
    Regards,
    Naren.

    Hi Reetesh,
    find the below steps.
    let me know if you need any clarity.
    Create, Duplicate, Update or Delete an "admin-seeded user-level" personalization :-
    ==================================================
    Select the Personalize pen icon to launch a focused version of the Page Hierarchy Personalization page for a selected boxed region.
    Use the Hierarchy Page HGrid to identify the query region for which you wish to create an "admin-seeded user-level" personalization. (You can create seeded user-level personalizations only for a table or a HGrid in a query region.)
    Select the Seeded User Views icon to launch the Personalize Views page where you can create, update, duplicate or delete "Admin-seeded user level" personalizations.
    When you create, duplicate or update a seeded view, you navigate to the respective Create/Duplicate/Update Views page. Select Apply to save your changes when you are done.
    Regards,
    Naren.

  • Personalization in Advance Table

    All,
    When I change the value of property "Records Displayed" through personalization for advanced table , it does not get reflected in the UI , where as if I do setting Property value "Record Set Size" is getting reflected in the HGRID UI.
    Is this issue with Advanced Table, or are we missing anything on this?
    Thanks
    Joseph George

    Mukul,
    I also had that though that it might be overridden in controller code. But it doesn't look possible on multiple pages and I can't think of a scenario where they have to set it programatically on multiple pages. Makes sense if the bean was created and rendered dynamically but not on all the pages :)
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Report personalization issue..

    Hi Experts,
    We have published our few reports which are orignially created in Query designer in our BW portal using the WAD iviews. We have a issue that when we choose "Personalize Web application"  for a report then same reports opens up every time even if we choose to open different report.
    Can any one please suggest why it is happening!
    Thanks
    VV

    Please see below link if you need to remove the personilsation:
    Page not displaying iviews
    It works on the same priciple as your issue.
    Thanks,
    Em

  • How to find the user who did the personalization?

    Hi All,
    Is there a way to find out which user has done personalizations in a given OA page? For e.g. if a user has done personalization for hiding a text bean in a page, I want to find out that user's name by passing the page name to a script?
    Even if not possible through script, if there is any other way to achieve this, please let me know.
    Regards,
    Pradeep

    I dont think it is possible. The LAST_UPDATED_BY column in JDR_PATHS is always set to INTERNAL.
    Thanks
    Pradeep

  • In Design CS2 won't accept serial number during "Personalization" In Design

    Re: InDesignCS2 rejects the serial number provided for CS2 special "no-activation" versions.
    I am having an identical set of issues as outlined in the above discussion but I am using Windows 7.
    My hard disk died and I am simply trying to get back up to speed with the new one. I have Creative Suite 2 Premium.  Following the special instructions for moving certain files so that I wouldn't have the Insert Disk 2 problems I managed to get PhotoShop actuvated and running. However, I am unable to "personalize" InDesign because the system does not like the serial number.  I have tried the one that came on the original box and the one that was on the link I used to download the programs. Both with and without the hyphens.
    I have also been unable to uninstall InDesign and start over as the wizard was interrupted just as it was described above.
    I have followed the instructions on the link you provided to manually remove CS2:  Manually remove Adobe Creative Suite 2.x | Windows  Including attempting to uninstall Creative Suite.  However, Adobe InDesign CS2, Adobe Illustrator CS2, and Adobe SVG Viewer 3 still appear in the list of programs and for some reason cannot be uninstalled using the control panel.
    In looking at the files that are still on the computer I see a folder C:\Creative Suite CS2. It has folders in it for PhotoShop, Illustrator, and Version Cue plus some other stuff. I was able to delete each of the files individually. but when I attempt to delete Illustrator, I get an error message saying  that it can't be deleted  because a folder or file is open in another application. When I attempt to uninstall that one using the control panel I get a message saying the remover was interrupted before it could finish.
    I haven't even gotten to the part of the instructions where you remove things from the registry!
    Any thoughts on where to go from here?
    Thanks,
    E.

    You need to see the following for CS2 installation:
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 -
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

  • Unable to see the personalization link on any page

    Hi,
    I am unable to see the personalization link on any of my pages (not even on login page).
    I am setting the profile option value to "Yes" for the profile option
    FND: Personalization Region Link Enabled
    Also I have bounced the Apache.
    Please help me as I am stuck due to this.
    Thanks,
    Anoop

    Did you enabled the profile option Personalize Self-Service Defn (FND_CUSTOM_OA_DEFINTION) .It must be set to Yes.
    Abhay

  • Personalization is not getting deleted in R12

    Hey OAF gurus,
    I have extended a standard CO in R12 and through personalization I attached my custom CO to that standard page .
    But due to some reason page is erroring out before rendering itself .So, now I want to delete that personalization .
    I tried with jdr_utils.deletedocument but it still pointing to my custom CO .
    Even I set the profile "Disable Self-Service Personal" as yes and then navigated to that page after that I tried to remove the custom CO by clicking personalize page but after clicking apply its still pointing to my custom CO.
    Please help me on this .
    Even when I am executing jdr_utils.listcustomizations its not showing anything which means that there is no personalization . But I am still getting the error which is pointing to my custom CO.

    Thanks sushant/Moorthy.
    I am able to delete the personalization .
    But when I am attaching I custom CO then I am getting the below error :-
    oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.classloader.util.AnnotatedNoClassDefFoundError, msg=
    *     Missing class: who.oracle.apps.ap.payments.psr.webui.APExtension (wrong name: who.oracle.apps.ap.payments.webui.APExtension)*
    *     Dependent class: who.oracle.apps.ap.payments.psr.webui.APExtension*
    *     Loader: oacore.root:0.0.0*
    *     Code-Source: /u02/apr12dev/r12dev/apps/apps_st/comn/java/classes/*
    *     Configuration: <library> in /u02/apr12dev/r12dev/apps/apps_st/comn/webapps/oacore/*
    The missing class is not available from any code-source or loader in the system.
    *     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)*
    *     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)*
    *     at OAErrorPage.jspService(_OAErrorPage.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:871)*
    *     at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:816)*
    *     at OA.jspService(_OA.java:256)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)*
    *     at OA.jspService(_OA.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)*
    *     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)*
    *     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)*
    *     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:619)*
    *## Detail 0 ##*
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    *     Missing class: who.oracle.apps.ap.payments.psr.webui.APExtension (wrong name: who.oracle.apps.ap.payments.webui.APExtension)*
    *     Dependent class: who.oracle.apps.ap.payments.psr.webui.APExtension*
    *     Loader: oacore.root:0.0.0*
    *     Code-Source: /u02/apr12dev/r12dev/apps/apps_st/comn/java/classes/*
    *     Configuration: <library> in /u02/apr12dev/r12dev/apps/apps_st/comn/webapps/oacore/*
    The missing class is not available from any code-source or loader in the system.
    *     at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2401)*
    *     at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1539)*
    *     at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)*
    *     at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)*
    *     at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)*
    *     at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1355)*
    *     at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)*
    *     at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)*
    *     at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1721)*
    *     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1682)*
    *     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1667)*
    *     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)*
    *     at java.lang.Class.forName0(Native Method)*
    *     at java.lang.Class.forName(Class.java:247)*
    *     at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)*
    *     at oracle.jbo.common.JBOClass.forName(JBOClass.java:164)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getController(OAWebBeanHelper.java:1871)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:572)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)*
    *     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)*
    *     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)*
    *     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)*
    *     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)*
    *     at OA.jspService(_OA.java:212)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)*
    *     at OA.jspService(_OA.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)*
    *     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)*
    *     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)*
    *     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:619)*
    I placed my custom CO file in server at below path :-
    who.oracle.apps.ap.payments.psr.webui.APExtension but error file says wrong path who.oracle.apps.ap.payments.webui.APExtension

  • Select All in HGrid/Table

    Hello All,
    I want to select all the rows in the table that is being shown in the Hgrid (not just in the page). Would this be possible. I saw some previous questions on the issue but could not get a clear answer.
    I see that when i click the next/prev links the control comes till the controller and i can see the events raised. But the select all does not even come to the controller to be captured. Do let me know if you think this can be done.Any pointers would be helpful.
    Thanks
    -Pradip

    Are you really using 11.1.1.6? If so, I guess you should be asking in one of the internal Oracle forums.
    But, no, there's no "more ADF-ish" way to my knowledge :)
    John

  • The keyboard and trackpad on MacBook Air (13-inch, Mid 2013) computers may stop functioning at the Personalize step when installing Windows 7 64bit

    The keyboard and trackpad on MacBook Air (13-inch, Mid 2013) computers may stop functioning at the Personalize step when installing Windows 7 64bit.

    1. Reset PRAM.  http://support.apple.com/kb/PH4405
    2. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    If this does not help, contact Apple.

  • You do not have permission to access service Personalization

    This is certainly new to me. I am attempting to directly access a MII Application web page by URL in MII V 12.1 and get this message when using my basic user login:
    You do not have permission to access service Personalization
    It works fine with my admin login. I have dug around in Netweaver and MII and can't find where I turn this on. What is the magic bullet? Is there a particular role or group the basic user must be a member of?
    Thanks in advance for your help.
    ...Sparks

    Make sure you belong to SAP_XMII_Users
    http://help.sap.com/saphelp_mii121/helpdata/en/45/5a399bec592a4de10000000a11466f/content.htm
    http://help.sap.com/saphelp_mii121/helpdata/en/48/d0c6efbcb810b6e10000000a421138/content.htm
    This is a change to security and permissioning in 12.1 where UME Actions are used.

  • Unable to find class oracle.panama.personalization.login

    oracle.jsp.parse.JspParseException: Line # 21, Error: Unable to find class for bean: login defined by tag with class: oracle.panama.personalization.login
    I get this message when trying to go to "http://{hostname}/papz/login.jsp"
    window 2k, Oracle 8.1.7, 9iASwe 1.0.2.0.0.
    Any help would be great.
    Thanks in advance
    Sean.

    I'm also having this problem. Could really use some help

  • Personalize a page to hide specific fields in oa framework

    hOW TO PERSONALIZE A PAGE TO ENABLE OR DISABLE A SPECIC FIELDS IN THE OA FRAME WORK.
    I HAVE ONE MORE REQUIREMENT
    i HAVE ONE CONCURRENT PROGRAM DECLARED WHICH GENERATES REPORTS AFTER THE REQUEST COMPLETES IN FORMS.
    bUT MY REQUIREMENT IS IN ISUPPLIER MODULE I HAVE ONE REPORT DECLARED IN CONCURRENT PROGRAM I HAVE TO CALL THAT CONCURRENENT PROGRAM IN OA FRAMEWORK PAGE.AND THE REQUIREMENT IS AS SOON AS THE BUTTON IS PRESSES ON THE PAGE THE REPORT MUST GENERATE AUTOMATICALLY BY CALLING THAT CONCURRENT PROGRAM
    hOW WE CAN DO THIS TASK IN OA FRAMEWORK

    can u briefly tell me how we can call concurrent program in oa framework page and execute the report when ever the button is pressed

Maybe you are looking for