Refresh form using Custom Library

I was wondering if there is a way to refresh a form after an insert or update of records, using custom libraries.
Thanks

Zaafran Ahmed  Posted: Oct 26, 2010 2:05 PM
COPY(:GLOBAL.EXP_PRO,'IT_QF.PROJECT_NUMBER');user12207320 Posted: Oct 26, 2010 2:40 PM
I tried it throws a error,bad bind variable error >
This will throw an error because the COPY built-in takes 2 Varchar2 parameters (Source and Destination). When you use the COPY built-in, you pass references to the objects not the objects themselves. Therefore, the reference to the global variable :GLOBAL.EXP_PRO would have to be passed as a string to COPY.
Looking at your original post, you have a COLAN in the destination string. Try the following:
COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
/* Change this statement to: */
COPY('GLOBAL.EXP_PRO','IT_QF.PROJECT_NUMBER');Craig...

Similar Messages

  • Default Value to Form using Custom Library?

    In Custom Form A, in the global variables i have store the value , How to populate default value to Form B using in custom library.
    I tried using COPY, but its not working?
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    Is their any other way to do it?
    Thanks!

    Zaafran Ahmed  Posted: Oct 26, 2010 2:05 PM
    COPY(:GLOBAL.EXP_PRO,'IT_QF.PROJECT_NUMBER');user12207320 Posted: Oct 26, 2010 2:40 PM
    I tried it throws a error,bad bind variable error >
    This will throw an error because the COPY built-in takes 2 Varchar2 parameters (Source and Destination). When you use the COPY built-in, you pass references to the objects not the objects themselves. Therefore, the reference to the global variable :GLOBAL.EXP_PRO would have to be passed as a string to COPY.
    Looking at your original post, you have a COLAN in the destination string. Try the following:
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    /* Change this statement to: */
    COPY('GLOBAL.EXP_PRO','IT_QF.PROJECT_NUMBER');Craig...

  • Using custom library?

    Dear all,
    Is it possible to use custom library to enforce users to input some information when user save the records? For example: In the purchase order form (standard), any functions to enforce user to enter comment (another custom form) when save the record changes.
    Best Regards,
    Amy
    Edited by: amychan60 on Nov 24, 2008 11:38 PM

    Although I am not a developer, I believe this is possible using a "zoom" function in CUSTOM.pll. There are some details available in ML Docs 73505.1, 744065.1 and 438787.1. There may be more details in the Application Developer Guide for 11i
    HTH
    Srini

  • Problems installing when using custom library

    I can't install generated application on iPad (IOS report installation error), when I use custom library. Before DPS App Builder v25 all was OK, problems started after 1 feb, when I installed new AppBuilder. I can't install any application (generated from AppBuilder v25) with custom library, incl. reference applications from devnet articles.

    Hi, Neil!
    Thank you for your attantion to my problem. Explain me successful installation on IOS when I use standard library with identical certificates.
    IOS reports "installation failed" only when I switch to custom library.
    P.S.: our friend with another DPS Pro account have the same error. He tries to create 2 "Pro" applications, first installation success, second fail. All certificates and mobileprovisions created yesterday...
    Message was edited by: Yuriy Petrov

  • Getting NullPointerException in ADF form using Custom Selection Listener

    Hi,
    I am getting NullPointerException from getRowKey() in GenericTableSelectionHandler.java while pressing "Page Down" key or continuous pressing of "Down Arrow" key in Read Only ADF form (Query, Sort Enabled) using Custom Selection Listener.
    I have used the custom selection listener as mentioned at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/23-generic-table-selection-listener-169162.pdf
    The requirement to use custom Selection Listener to populate some fields from the selected row.
    J Developer Version: 11.1.1.4.0
    The error is as below
    +<LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5+
    javax.el.ELException: java.lang.NullPointerException
    +     at com.sun.el.parser.AstValue.invoke(Unknown Source)+
    +     at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)+
    +     at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1300)+
    +     at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:268)+
    +     at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:144)+
    +     at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:402)+
    +     at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:148)+
    +     at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:271)+
    +     at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:144)+
    +     at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:402)+
    +     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)+
    +     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)+
    +     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)+
    +     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)+
    +     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)+
    +     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)+
    +     at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)+
    +     at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)+
    +     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)+
    +     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)+
    +     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)+
    +     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)+
    +     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)+
    +     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)+
    +     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)+
    +     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)+
    +     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)+
    +     at java.security.AccessController.doPrivileged(Native Method)+
    +     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)+
    +     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)+
    +     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)+
    +     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)+
    +     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)+
    +     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)+
    +     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)+
    +     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)+
    +     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)+
    +     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)+
    +     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)+
    +     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)+
    +     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)+
    +     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)+
    Caused by: java.lang.NullPointerException
    +     at ibm.view.GenericTableSelectionHandler.makeCurrent(GenericTableSelectionHandler.java:48)+
    +     at ibm.view.backing.Testpage.XxSelectListener(Testpage.java:207)+
    +     at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)+
    +     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)+
    +     at java.lang.reflect.Method.invoke(Method.java:597)+
    +     ... 60 more+
    The table structure is as below for your reference
    +<af:table value="#{bindings.TestTableAdfView1.collectionModel}"+
    var="row"
    +rows="#{bindings.TestTableAdfView1.rangeSize}"+
    +emptyText="#{bindings.TestTableAdfView1.viewable ? 'No data to display.' : 'Access Denied.'}"+
    +fetchSize="#{bindings.TestTableAdfView1.rangeSize}"+
    +rowBandingInterval="0"+
    +filterModel="#{bindings.TestTableAdfView1Query.queryDescriptor}"+
    +queryListener="#{bindings.TestTableAdfView1Query.processQuery}"+
    +filterVisible="true" varStatus="vs"+
    +rowSelection="single"+
    +binding="#{backingBeanScope.backing_testpage.t1}"+
    +id="t1"+
    +selectionListener="#{backingBeanScope.backing_testpage.XxSelectListener}">+
    Any help to resolve the issue is highly appreciated.
    Thanks,
    Arijit
    Edited by: user10570755 on Aug 2, 2011 11:19 PM

    //selection with the selection in the ADF model Object
    _selectedRowData = _table.getSelectedRowData();
    //cast to JUCtrlHierNodeBinding, which is the ADF object //that represents a row
    JUCtrlHierNodeBinding _nodeBinding = (JUCtrlHierNodeBinding) _selectedRowData;
    //get the row key from the node binding and set it //as the current row in the iterator
    Key _rwKey = _nodeBinding.getRowKey();i guess nodeBinding becoming null here.. _table.getSelectedRowData().. is not returnign anything                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Default Value using Custom Library?

    In Custom Form A, in the global variables i have store the value , How to populate default value to Form B using in custom library.
    I tried using COPY, but its not working?
    COPY('GLOBAL.EXP_PRO',':IT_QF.PRO_NUM');
    Is their any other way to do it?
    Thanks!

    Zaafran Ahmed  Posted: Oct 26, 2010 2:05 PM
    COPY(:GLOBAL.EXP_PRO,'IT_QF.PROJECT_NUMBER');user12207320 Posted: Oct 26, 2010 2:40 PM
    I tried it throws a error,bad bind variable error >
    This will throw an error because the COPY built-in takes 2 Varchar2 parameters (Source and Destination). When you use the COPY built-in, you pass references to the objects not the objects themselves. Therefore, the reference to the global variable :GLOBAL.EXP_PRO would have to be passed as a string to COPY.
    Looking at your original post, you have a COLAN in the destination string. Try the following:
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    /* Change this statement to: */
    COPY('GLOBAL.EXP_PRO','IT_QF.PROJECT_NUMBER');Craig...

  • How to process (populate & merge) XFA PDF Forms using Adobe library in Java

    We have the XFA Forms (.pdf) created in Adobe LiveCycle designer 8.2 ES. We have the following requirement :
    1. We need to populate data in those forms using standalone Java programs.
    2. We need to merge the populated forms and create a single PDF out of these forms, using standalone Java programs.
    Can both of these be done using Adobe PDF Library or Acrobat SDK?
    What is the difference between Adobe PDF Library or Acrobat SDK?
    We already have the licensed version of Adobe Acrobat Professional 9 with LiveCycle Designer 8.2 ES. Where can I get the relevant Adobe Java APIs from?
    Can someone provide some sample code that could be used for the above requirements?
    Please provide your inputs on these. We have been using IText, but facing some limitations in that recently.

    The answer looks quite clear, and the conclusion is essentially simple: Don't use LiveCycle Designer.
    Keep in mind that LiveCycle Designer originated as design tool for the according servers (that's way back in JetForms's days). For reasons I still can follow, Adobe decided to thow this design tool after any Acrobat Pro for Windows buyer. And the forms industry is now suffering from the mess that created.
    Also, keep in mind that the term "Server" is used here as "service providing application".
    Rants aside, was there a specific feature making you chose XFA (aka LiveCycle Designer)? Knowing these reasons can help us finding suitable workarounds.
    HTH.
    Max Wyss.

  • Eclipse using custom library tag error

    Hello, I have the following erro when I execute my index.jsp page on eclipse configured for tomcat
    type Rapport d'exception
    message
    description Le serveur a rencontr� une erreur interne () qui l'a emp�ch� de satisfaire la requ�te.
    exception
    org.apache.jasper.JasperException: Impossible de compiler la classe pour la JSP:
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)Here is my index.jsp page code
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
    <%@ taglib uri="/WEB-INF/tld/Authentification.tld" prefix="mt"%>
    <%@ page isELIgnored="false" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>MindMap - Lab JSP2</title>
    </head>
    <body>
    <mt:AuthenTag>
         <script type="text/javascript" src="excanvas.js"></script>
         <script type="text/javascript" src="json2.js"></script>
         <script type="text/javascript">
              <mt:mapTree noUsager="${sessionScope.userId}" />
         </script>
         <script type="text/javascript" src="mindmap.js"></script>
        <div style="position: relative" id="mainDiv">
        <canvas width="4000" height="4000" id="mindMap"/>
    </div>
    </mt:AuthenTag>
    </body>
    </html>Now here my tld xml file
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
        version="2.0">
    <display-name>Authentification</display-name>
      <tlib-version>1.0</tlib-version>
      <short-name>Authentification</short-name>
      <uri>MesTags</uri>
      <tag>
        <description>Tag qui affiche une fenetre d'authentification</description>
        <name>AuthenTag</name>
        <tag-class>tagAuthentification</tag-class>
        <body-content>scriptless</body-content>
      </tag>
        <tag>
        <description>Tag contient les ements necessaire pour construire un arbre</description>
        <name>mapTree</name>
        <tag-class>tagMapTree</tag-class>
        <body-content>tagdependent</body-content>
        <attribute>
          <description>Le numero usage</description>
          <name>noUsager</name>
          <required>true</required>
           <rtexprvalue>true</rtexprvalue>
          <type>int</type>
        </attribute>
      </tag>
    </taglib>And finally here is a screenshot of my eclipse tree page :
    My project screenshot : http://www.membres.lycos.fr/patatesaufour/eclipsePath.JPG
    thank you.

    Hello, I have the following erro when I execute my index.jsp page on eclipse configured for tomcat
    type Rapport d'exception
    message
    description Le serveur a rencontr� une erreur interne () qui l'a emp�ch� de satisfaire la requ�te.
    exception
    org.apache.jasper.JasperException: Impossible de compiler la classe pour la JSP:
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)Here is my index.jsp page code
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
    <%@ taglib uri="/WEB-INF/tld/Authentification.tld" prefix="mt"%>
    <%@ page isELIgnored="false" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>MindMap - Lab JSP2</title>
    </head>
    <body>
    <mt:AuthenTag>
         <script type="text/javascript" src="excanvas.js"></script>
         <script type="text/javascript" src="json2.js"></script>
         <script type="text/javascript">
              <mt:mapTree noUsager="${sessionScope.userId}" />
         </script>
         <script type="text/javascript" src="mindmap.js"></script>
        <div style="position: relative" id="mainDiv">
        <canvas width="4000" height="4000" id="mindMap"/>
    </div>
    </mt:AuthenTag>
    </body>
    </html>Now here my tld xml file
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
        version="2.0">
    <display-name>Authentification</display-name>
      <tlib-version>1.0</tlib-version>
      <short-name>Authentification</short-name>
      <uri>MesTags</uri>
      <tag>
        <description>Tag qui affiche une fenetre d'authentification</description>
        <name>AuthenTag</name>
        <tag-class>tagAuthentification</tag-class>
        <body-content>scriptless</body-content>
      </tag>
        <tag>
        <description>Tag contient les ements necessaire pour construire un arbre</description>
        <name>mapTree</name>
        <tag-class>tagMapTree</tag-class>
        <body-content>tagdependent</body-content>
        <attribute>
          <description>Le numero usage</description>
          <name>noUsager</name>
          <required>true</required>
           <rtexprvalue>true</rtexprvalue>
          <type>int</type>
        </attribute>
      </tag>
    </taglib>And finally here is a screenshot of my eclipse tree page :
    My project screenshot : http://www.membres.lycos.fr/patatesaufour/eclipsePath.JPG
    thank you.

  • Using Custom.pll on AP Invoices form goes into error in 11.5.10.1

    Hi All,
    I am trying to do some customization on APXINWKB (Invoices form) using CUSTOM.pll. But whenever i am trying to open the form after adding the code in CUSTOM.pll i am getting the following error:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "APPS.GL_EURO_USER_RATE_API", line 173
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "APPS.GL_CURRENCY_API", line 327
    ORA-01403: no data found
    FRM-40735: WHEN-NEW-ITEM-INSTANCE trigger raised unhandled exception ORA-06502.
    I am trying to display a a small message in the new form instance of the above form thru CUSTOM.pll, nothing more than that!!. If i remove the coding, the form is working perfectly. My oracle apps version is 11.5.10.1
    Can any body help me??
    Raj

    Hi Helios,
    Thank you for the update, actually the problem is solved.
    The issue is : Whenever i am trying to show a message in that form using either form personalization or CUSTOM.pll, it is giving the error, if i do any thing else like 'changing the default where clause etc', it is not giving any error. The problem is only with message. Actually my requirement is changing the where clause, which is happening with out any problem. I dropped the idea of showing the message any way.
    This problem is strange. Any ways, i am raising an SR with Oracle.
    Raj

  • StandardView button is being selected in the ribbon even user clicks on Datasheet view of a library created using custom template.

    Hi,
    We have an issue with one of the library created using custom library template. Eventhough user selects Datasheet view from the ribbon it's showing Standard view button as selected. However content is being correctly in the grid view. Can some one help me
    in sorting this issue.
    NB: Functionality is working as expected with library created using OOB document library template.
    In the above screen shot Datasheet was selected.but Standard View was highlighted. 
    Is that something should be done in schema.xml file?
    Thanks,
    Venugopal

    Hi Venugopal Pulagam,
    This seems a weird issue, based on my understanding, it is not caused by SharePoint. I haven’t seen that there is settings in list instance schema file can effect this to happen.
    To narrow down this issue, would you please check whether this can be reproduced in other type of browser?
    And as this only happens for this specific library, please create a new list based on the template, check the result.
    How you create the list template, please share the steps to reproduce the issue.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • FRM-40815: Form Error, using CUSTOM.pll

    Hello,
    I am trying to customize WIP Lot Transactions Oracle Standard Form using CUSTOM.pll.
    Upon navigating to one of the 3 blocks in the form(RESULTING_LOT), I am getting following error message:
    "FRM-40815: Variable GLOBAL.CLRREC_NOVALIDATE does not exist"
    This global variable is not used in CUSTOM.pll at all. But is initialized and used in the standard form only.
    When custom code is turned off, there is no error message.
    Please advise.
    Thanks,
    Krishna.

    Hi,
    Thanks for the response.
    I have created a custom profile and attached it users and Profile value has the organization names.I want the User A with Org1 value in the profile to see all the GL Batches which is created by any other user who belongs to only Org1. Say another user User B with Org2 as the profile value should not see any GL batches created by any other user in the GL Journal Form belonging to other Org's.I'm able to restrict the batches using the below query using the personalizations in the Record Group for the Batch Name.But if the user doesnt give any search criteria and then selects Find then the main form displays all the batches. Hence I want to overide the Data Block where to display accordingly.
    select a.name from gl_je_batches a
    where 1=1
    and a.created_by in (select b.user_id from
    fnd_user b,
    fnd_profile_option_values c,
    fnd_profile_options d
    where c.profile_option_id =d.profile_option_id
    AND c.level_value = b.user_id
    AND profile_option_name='KAP_USER_ORGANIZATION'
    AND c.profile_option_value =(select profile_option_value
    from fnd_profile_option_values e
    where e.level_value =fnd_profile.value('USER_ID')
    and profile_option_id=d.profile_option_id)
    Thanks,
    Ashwini.

  • Only one value shown in dropdown list of ISR form using pure ABAP

    Hi all,
      We are trying to create a Adobe form using ISR library controls. We want to populate a dropdown list with all the values from  the table T001 dynamically. We have implemented the BAdi QISR1 & populated the ADDITIONAL_DATA. The BAdi is executing & populating the value correctly.
      In the we have created a control using the ISR Dropdown & mapped to the Context BUKRS from the interface created. When we execute the form, only the first value is getting filled.
      Can anyone help us in this ??? Its very urgent....
    Thanx,
    Sivagami.R

    Hi,
    I am just giving the solution what I have done in my project. Hope this will help:
         DATA: BEGIN OF it_ccode OCCURS 0,
                   bukrs TYPE t001-bukrs,
                   butxt TYPE t001-butxt,
                     END OF it_ccode.
    DATA: wa_ccode like line of it_ccode.
    Select Company Code (bukrs) and Text (butxt) from table T001.
    SELECT bukrs butxt
    from t001
    into table it_ccode.
    LOOP AT it_t001.
        ADD 1 TO lv_index.
        ls_additional_data-fieldindex = lv_index.
        ls_additional_data-fieldname  = 'FIELDNAME_KEY'.
        ls_additional_data-fieldvalue = it_t001-bukrs.
        APPEND ls_additional_data TO additional_data.
        ls_additional_data-fieldname  = 'FIELDNAME_LABEL'.
        CONCATENATE it_t001-bukrs '-' it_t001-butxt
        INTO ls_additional_data-fieldvalue.
        APPEND ls_additional_data TO additional_data.
      ENDLOOP.
    And the form my fields binding is:
    $record.FIELDNAME.DATA[*].FIELD
    Try this out. Hope this will help.
    Regards,
    Amit

  • Is is possible to use AdobeLibraryAPI.js to create a custom library on Android

    With the iOS App Builder, we are allowed to upload our own custom library Zip file.  The library uses AdobeLibraryAPI.js to interact with entitlement and fetch folios. 
    We are having problems trying to implement the same custom library from our iOS app into our Android app.  Specifically, the login api calls are failing...

    Adobe Reader for iOS doesn't support forms. A few non-Adobe PDF viewers have some support. The one that is the best at this time is Readdle's PDF Expert, which also has decent support for JavaScript, so calculations are supported.

  • How to create custom structure in smart forms & use them in interface

    hi experts....
    can anyone tell me how to use  custom structure in
    form interface (parameters) without creating any structure
    in the dictionary.

    Hi Shrama,
    If you want to use the structure in interface. You have to create structure in dictionary.
    if you create in form or in report ..they won't recongnize the local structures.
    Thanks,
    Sunil

  • Can I use a Forms as a Library to other Forms?

    I am converting our Forms 3.0 Application to 9i. I am currently looking to convert via the easiest path so we can start developing with the new technology.
    In Forms 3.0, we have a Library of common procedures which is actually a Form. In Forms 3.0, other forms can then call procedures in the Form, similar to the librarys in Forms 9i, 6i etc. I would rather not convert this to a library manually because our Forms 3.0 "Library" is constantly changing. (unless there is an automated way of converting a Form to a 9i Library (.pll)... Even the 9i XML-2-Forms procedures can't handle libraries so I can't even write a Perl Script to do it...)
    It looks as if it will let me reference a Form as a library but then I get the following error:
    "PDE-PLI011 A tools common schema table is missing from the object store."
    Cause: You attempted to create or access a library stored in the database, but the operation failed because a table was missing from the Oracle Tools Common Schema.
    Action: Contact your DBA and insure that the Oracle Tools Common Schema is installed properly.
    How do I fix this? How do I install the Oracle Tools Common Schema? I cannot find any information on this problem anywhere on the Internet / Oracle Documentation / Forms Help / OTN. Please help if you can...
    Cheers,
    Tim.

    I haven't found the solution to the error message, however, I have found a way to convert my forms 3.0 .inp files to .pll's :)
    1. I use a perl script to convert the *.inp to a .pld format (text version of .pll)
    a) strip out the Forms 3.0 specific stuff and replace it with procedure headings in a package
    b) massage the older Forms 3.0 code such as replace :GLOBAL.dummy with name_in('GLOBAL.dummy')
    2. convert pld to pll as follows:
    ifcmp90 module=V3FORM_UTIL userid=scott/tiger@orcl module_type=library parse=yes
    as for the PDE-PLI011 error... Please reply if you know a fix for this one. It will be useful to know...
    Cheers,
    Tim.

Maybe you are looking for

  • "There was a problem downloading podcast. An unknown error occurred (-50)"

    Hello everyone, When I try to download the latest episode of my podcast feed, I see an exclamation mark next to the episode. When I click on the exclamation mark for more information, I see the following error message: "There was a problem downloadin

  • Integrate Crystal Reports to Business Objects

    We are trying to introduce Crystal Reports into our current BOE environment and are trying to keep the 'custom password synchronization code' authentication method we have in place for Business Objects with Crystal.  If at all possible.  We have a cu

  • Canon Pixma Pro-10 printing problem

    Hello, I had my printer for little bit over a year, with no problems, until recently. I am still using the same paper, which is Ilford Gold Mono, but it happened on several other papers as well. Basically, it seems that carriage grabs the edge of pap

  • User command cases..

    Hi, I have displayed the ALV report. Now I want to create a single user command case so that if I double click on the record I go to transaction IW33. After going to IW33 when I click ob 'back' button it should come back to the ALV report. Can anyone

  • AI CS5 Font handling, how many are too many fonts.  I have 14000 fonts

    Since I installed a font pack that I purchased, Adobe is sluggish...opening, saving files, closing files...getting a lot of "not responding" and then it returns to working condition.  I can select text, right click, but clicking Fonts does nothing.