How to load jspx page in a ADF popup componenet

Hi,
I am using the jdeveloper11g ,Oracle ADF component's .I met with a problem while i am trying to load the page In ADFPOPUP component. .while i am able to load the component's in the ADFPOPUP why can't i Load jspx page in ADFPopup and have my application running in ADFPOPUP.If anybody able to give me the solution for my problem i will be more pleased and thankful to them
from
satyatheja kunchey Employer prapansol

Hi,
you can load a JSPX file in a dialog, not a popup. A popup shows content from the same JSPX file (you may want to use subviews to add external content, but this is not quite the same as you are asking for)
Frank

Similar Messages

  • How to load html page or website in flash as3

    hi
    how to load html page or web link (www.google.com)  in flash as3.
    please help me...

    Use the navigateToURL function...
    var url:String = "http://www.wherever.com";:
    var req:URLRequest = new URLRequest(url);
    navigateToURL(req);
    OR in one line...
    navugateToURL(new URLRequest("http://www.wherever.com"));

  • How to load another page in a frame?

    Hi!
    I have a frame with a page where is a button. I need to load another page in the frame when I click the button. How can I make it on the ADF? I work on JDeveloper 10.1.3.4.

    I found example. Thank you for help. Refresh works very well! This code:
        protected void refreshPage(String refreshpage) {
            FacesContext fc = FacesContext.getCurrentInstance();
            ViewHandler ViewH = fc.getApplication().getViewHandler();
            UIViewRoot UIV = ViewH.createView(fc, refreshpage);
            UIV.setViewId(refreshpage);
            fc.setViewRoot(UIV);
        refreshPage("/transfers/ClaimForm.jspx");

  • JSPX Page navigation in ADF(Jdev 11.5)

    Hi,
    I am trying to navigate from task flow to a jspx page using the following code, but we are not able to redirect.
    Requirement is:-
    When user is accessing the registration page which is in taskflow, after registration it should automatically redirected to the Login page, but when we write the below line to forward the request, we are facing the below error.
    *"Response already commited"*
    Can anybody Please help or give any alternate approach?
    Code snippet:-
    private void sendForward(HttpServletRequest request,
    HttpServletResponse response, String forwardUrl) {
    FacesContext ctx = FacesContext.getCurrentInstance();
    ExternalContext ectx = ctx.getExternalContext();
    forwardUrl = request.getContextPath() + forwardUrl;
    try {
    ectx.redirect(forwardUrl);
    } catch (IOException e) {
    logger.error("IO Exception destination cannot be found");
    Edited by: 811407 on Oct 12, 2011 12:44 AM

    Hi,
    I dont know exactly how you secured your Application.
    To my understanding, the registrations should not be secured and the let's say home page will be secured.
    So instead of navigating to Login page, you should navigate to the home page and since security is enabled, the user will be redirected to the login page instead.
    Search the ADF tutorials and follow the cue cards of JDeveloper regarding this matter.
    Hope this will help you,
    Regards,
    Dimitris.

  • How to load Html page in Flex 4 application

    Hi All,
              I am able to load html page in flex 3 application but i am unable to load in flex 4 application.
    How can i do it.
    Can any help me regarding this.
    Thanks in Advance
    Raghu.

    This may help - http://www.deitte.com/archives/2006/08/finally_updated.htm
    Thanks and Best regards,
    Pallavi Joshi | [email protected] | www.infocepts.com

  • How to load a page or page layout  when click on hyperlink using jsf

    Hi,
    I created a hyperlink using a4j:commandlink, when i click on this link, i have to load a page. How to include the page using, <ui:include>, when i click on the hyperlink.
    Please help me in this issue

    Enclose your <ui:include> component in a <h:panelGrid> or a <f:subView> as said above, and use rendered attribute that is set to false.
    When you click on the link, set the rendered attribute of panelGrid or subView to true. Now use reRendered attribute of a4j:commandLink to rerender the panelGrid or subView.
    Also check this regarding RoseIndia .

  • How to set Jspx page width and hight programatically ?

    Hi All ;
    i need to browse a jspx page has Different width & hight sizes ;
    Please Can SomeOne tell me ow to set Jspx page width and hight programatically ?
    Regards;

    In that case you need to use JavaScript.
    Resizing the browser window in JavaScript is done by using window.resizeTo(400, 400);
    I
    Thanassis

  • How to generate dynamic table in JSPX page?(Use ADF to realize OAF)

    Dear all,
    My requirment is to realized the a EBS standard OAF page(PDH module) function by ADF technique. The key point is to realize Dynamic Search Layout and Dynamic Result Table Layout by ADF.
    If anyone who is skill at OAF and ADF, proficient in PDH module is prefered, your question will be highly appreciated.
    Because it is hard to paste image into this thread, so I will appreciate it very much if you can refer the attachment ifile of SR 3-1397372841 for detail information. Sorry for the trouble, I really thanks for your help.
    Edited by: user12264776 on 2010/02/22 17:32

    Hi,
    Thanks for the quick reply. I am using JSF for my ADF application.Could u please elaborate how to use the PhaseListener for Auditing user navigation?
    Arijit

  • How i can print jspx page in oracle adf 10g ?

    i want to print a page by clicking on button "print"
    i need to know if i can do it without java Script ,?!
    i mean from the manage Bean (java class) that related to the page ?
    is there any way that i can show the print dialog and customizeit ?

    hi Frank,
    thank you , i search alot for any solution , but nothing works
    i guess the best idea , is to convert the page that i want to print into pdf using Ireport and then print it !
    thank you again ,
    Malek

  • Hi i was trying to run an .jspx page in my ADF application .but i am getting bellow error .please help me to resolve this error

    IntegratedWebLogicServer startup time: 154811 ms.
    IntegratedWebLogicServer started.
    [Running application ContexttualEvent on Server Instance IntegratedWebLogicServer...]
    [04:59:17 PM] ----  Deployment started.  ----
    [04:59:17 PM] Target platform is  (Weblogic 10.3).
    [04:59:21 PM] Retrieving existing application information
    [04:59:21 PM] Running dependency analysis...
    [04:59:22 PM] Deploying 2 profiles...
    [04:59:24 PM] Wrote Web Application Module to D:\MyWork\system11.1.1.7.40.64.93\o.j2ee\drs\ContexttualEvent\ViewControllerWebApp.war
    [04:59:26 PM] Wrote Enterprise Application Module to D:\MyWork\system11.1.1.7.40.64.93\o.j2ee\drs\ContexttualEvent
    [04:59:26 PM] Deploying Application...
    <Feb 15, 2014 4:59:27 PM IST> <Error> <J2EE> <BEA-160197> <Unable to load descriptor D:\MyWork\system11.1.1.7.40.64.93\o.j2ee\drs\ContexttualEvent/META-INF/weblogic-application.xml of module ContexttualEvent. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
        at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:161)
        at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
        at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
        at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
        at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
        at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
        at weblogic.application.ApplicationDescriptor.getWeblogicApplicationDescriptor(ApplicationDescriptor.java:324)
        at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:181)
        at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
        at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
        at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
        at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
        at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
        at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.compatibilityProcessor(ActivateOperation.java:81)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.setupPrepare(AbstractOperation.java:295)
        at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:97)
        at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
        at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
        at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
        at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86d71042(/LibraryRefs[[CompoundKey: adf.oracle.domain]])"
        at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)
        at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:539)
        at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRuntimeProperty.fillCollection(AttributeRuntimeBindingType.java:381)
        at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
        at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
        at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
        at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
        at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
        at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:150)
        ... 27 more
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86d71042(/LibraryRefs[[CompoundKey: adf.oracle.domain]])"
        at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
        at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
        ... 35 more
    .>
    <Feb 15, 2014 4:59:28 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean ContexttualEvent. Error - weblogic.management.DeploymentException: Unmarshaller failed.
    weblogic.management.DeploymentException: Unmarshaller failed
        at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
        at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
        at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
        at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
        at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
        Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.BeanAlreadyExistsException: Bean alre
        a

    Hi,
    Check in weblogic-application.xml file for this library weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl might it may already there as shared library.
    check again.
    Regards,
    Kal

  • How to load jsp page in Frame?

    hi
    I have tried to make an Application which is a very simple Messenger made by java.awt.Frame
    and had problem to load/open jsp page.
    Is there any way to load/open jsp page in Frame When an event occured?
    It makes me crasy these days.
    Please Help me.
    Thank you and have a nice day!
    Sorry about my English^^

    I think we need more info than that.
    Why do u want to open JSP in a Frame? do u want to open it with all the JSP code still there (for editing), or do u just want to display the HTML which is created after executing the JSP.
    You will need Tomcat or JRun or another servlet/JSP engine to execute a JSP. do u have it installed? and the fact that u have win2000 and sql server 2000 doesnt really shed any light on your problem and what u r trying to acheive.
    Post more info and hopefully we'll be able to help u better.

  • How to save the modified rows in jspx page usind adf default commit action

    Hi,
    We are displaying some columns of the database table in jspx page. Here we are using adf commit action to save these values to database which is updating all the rows by default. In this page there are some editable columns which the user can miodify. How can we update only these modified rows using default adf commit action. Also we want to update last_updated_date column of that particular row which is modified in the UI from backing bean .
    Can anyone please help us in solving this.
    Thanks in advance

    User,
    A key question - what are you using for the model layer (ADF Business Components, JPA, EJB, etc)?
    How are you determining that a "commit" action is updating rows (even those which haven't changed)?
    If you are using ADF Business Components - have a read in the documentation about history columns - the use case you describe (updating the last_udpdated_date column) is supported "out-of-the-box" for this.
    John

  • How to display HTML file  (on server path) to ADF jspx page ?

    Hi Team,
    We have a requirement to display HTML content which is in tabular format on a page. This page is jspx page based on page template and this html has to be shown on a radio button select. I am trying to do this with Jquery but since the id of all components in jspx comes as pt1:id (pt1 being the id of page template) and : being a special character in Jquery, I am not able to proceed further.
    the syntax of Jquery to load html file a POC has been done outside Jdeveloper is working fine with a general syntax of
    $("#selector".load("html path"));
    Please let me know is they any other solution to load the file?
    Thanks
    Pavan

    For example
    - (void)viewDidLoad {
        [super viewDidLoad];
        NSURL *fileURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"readMe" ofType:@"html"]];
        [infoWebView loadRequest:[NSURLRequest requestWithURL:fileURL]];
    and from the .h
    @property (nonatomic, retain) IBOutlet UIWebView *infoWebView;

  • How to load external javascript ie .js in jspx page

    hi,
    iam working on google maps ,Here there is a requirement of loading .js file in my page .
    As it is giving browserincompatible so i need to load one .js file
    var myscript='<scr'+'ipt src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAPo9X9pm4mfzxWjIBt3ksKRS4esmU9vLdcxKKAENie0wV_E31CBTJqzQ38VajF1xsqjQkomrOiQD5bw" type="text/javascript"&gt;&lt;\/script&gt;';
    document.write(myscript);
    here var myscript='< is not executed in .jspx page it takes 'lt:
    please help me

    Heya,
    I believe you can embed the .swf file using flex code in flex builder. I just did a quick google search and came up with a few articles. I don't think there is a way to do this in Catalyst yet, but please correct me if I am wrong.
    I am also building my portfolio in Catalyst as a little project and although there are some bugs I am really enjoying the Beta
    Hope this helps!
    Chris

  • ADF : How to import a java class in jspx page

    Hi All,
    In jsp we have page directive to import a java class. Do we have anything similar to that in a jspx page?

    Hello,
    If you create a new jspx file in jdeveloper, the untitled file generated will be this:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=UTF-8" import="java.util.*"/>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>untitled1</title>
    </head>
    <body></body>
    </html>
    </jsp:root>
    You can see the page directive there!

Maybe you are looking for

  • How do I stop the notification pop-up that 'Only secure content is displayed' that comes up nearly every time when I move to a new web page?

    This notification pop-up appears almost every time I navigate to a new page which is really annoying when I am trying to study my university subjects online.

  • Norton Antivirus /Internet Security software for Mac

    I do a lot of office work at home on my iMac & send home files from my office PC which was infected with a serious trojan virus today. Tech support worked 6 hrs to clean my PC at officde. Worried my iMac may be also infected so bought Norton. Any iss

  • My startup is becoming very slow

    My laptop is HP g6 pavilion 2005tx. It has original Windows 7 Home Basic (64 bit) operating system installed. By the last one week my lap is taking some time to login. The problem arised when i installed Fast Access face recognition software. As the

  • Regarding program time out...

    Hi all I have a requirement where i need to display an error message when my report is taking more than thirty min to generate. Can anyone please help me in this regard. I need to capture the execution time and display the message at runtime. Thanks

  • Creating a ZTable in portal database

    HI, We have a case where we need to create some ZTable to strore some custom values. We can create this table in ECC and access it in Portal applications but it would be better if we can extend the same database of portal to accomodate few tables. Ho