Oracle ADF - Context Sesitive popup menu.

Hi,
I have a table in my application.
The way I created it,
I drag and dropped it on .jspx from Data Control->ProductVO->Named Criteria->All queriable Attributes
Then pop opened->Quick Query->ADF Quick Query with table.
On right click of any record from table, I want to open a context menu which will contains options like
- Lock Product
- Unlock Product
- Release Termsheet
Appreciate your help.
Thanks,
Madhav.

Hi John,
Thanks for your help.
I was just reading the same.
I got the solution here...
http://jdeveloperandadf.blogspot.com/2011/04/how-to-add-context-menu-in-table.html
Thanks,
Madhav.

Similar Messages

  • How to create ADF tree and popup menu by ADF

    Hi All,
    I want to create a tree, and display different context menu when click right click on different tree node.
    please give me a example or Some step to step tutorial .
    Thank you

    Here are a couple of Tree tutorials:
    http://www.oracle.com/technology/oramag/oracle/09-jul/o49frame.html
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/web_masterdetail.htm#BJEBEEJD
    http://one-size-doesnt-fit-all.blogspot.com/2009/09/jdev-11gr1-aftree-mashup-using.html
    http://www.connotea.org/user/jdeveloper/tag/tree
    Edited by: Shay Shmeltzer on Sep 27, 2009 10:51 AM

  • JsCookMenu - Problem with display of Menu (Oracle ADF)

    I am using Oracle ADF with JSF components. The jsCookMenu displays the menu along with "x" representing images on the right and left side of the menu label. Please suggest me how to remove this icon from the menu display. Please find the code below.
    <t:jscookMenu layout="hbr" theme="ThemeOffice" styleLocation="/css/jscookmenu" >
    <t:navigationMenuItem id="nav_1" itemLabel=" Menu1 " >
    <t:navigationMenuItem id="nav_1_1" itemLabel="Menu1.1" > </t:navigationMenuItem>
    </t:navigationMenuItem>
    </t:jscookMenu>
    I am getting this problem with IE when the application starts. When I do ctrl+refresh, this issue doesnot occur. Also, with Firefox I am not getting any problem. I need to know how to fix this issue with IE when the application starts. Any suggestions on this would be of great help.

    User, please always tell us your jdev version.
    The interesting part is what you did not tell us.
    Kindly let me know as to why Iam not to replicate the issue in my earlier WLS.Please find my code means hte code has once run OK and now after you did some changes doesn't any longer. Querstion: what did you change, not oly to the code but to the environment.
    Timo

  • Opening pdf in ADF popup menu

    Hi All,
    I have big issue in opening a pdf file under ADF popup menu. currently, the popup menu is working fine and but i dun know how to load the pdf once the popup menu is loaded. I tried to put javascript code in <body> with "onLoad=...", however, i dun know how to load pdf from javascript.
    Any one has a good idea to get around this problem???
    Cheers,
    -T

    Hi!
    I would like to insert a pdf file into the database and then display it. Actually I do not know how to insert the file into the db nor how to extract it. I use a library (jpedal) to show the pdf and am able to represent a byte stream, but how do I get it?
    regards,
    Mario Udina

  • Oracle.adf.view.rich.context.ExceptionHandler is not working properly

    Hi,
    I am using Jdev 11.1.2.0.0 and weblogic server (10.3.5).
    I have overridden oracle.adf.view.rich.context.ExceptionHandler class and registered under ADF Meta-INF/services folder. when I am deploying in the local machine it is working fine, but in production mode it is not catching the Faces(UI) level exceptions.
    Please let me know any configuration have I missed in Production server or not?

    +"So don't go for this solution to quickly and always think of alternative solutions. Sometimes a try-catch-final block does it better than sophisticated web exception handling. "+
    https://blogs.oracle.com/jdevotnharvest/entry/extending_the_adf_controller_exception_handler
    :-)

  • Oracle.adf.controller.faces.context.FacesPageLifecycleContext not found

    Hi all,
    I am using JDeveloper 11.1.1.0 and I am trying to do an application about security.
    I have found some references on web and I have a bean that uses this line of code:
    FacesPageLifecycleContext ctx = (FacesPageLifecycleContext)event.getLifecycleContext();
    but on the line:
    import oracle.adf.controller.faces.context.FacesPageLifecycleContext;
    the debugger tells me: "class oracle.adf.controller.faces.context.FacesPageLifecycleContext not found"
    What's the correct class to import?
    Thanks

    Hi,
    not sure what you are doing - however I am not asking ;-)
    Try import oracle.adf.controller.v2.context.LifecycleContext
    Frank

  • Import oracle.adf.view.faces.context.AdfFacesContext fails

    I am trying to import import oracle.adf.view.faces.context.AdfFacesContext and it says "Error(9,8): AdfFacesContext not found". Do I need to add any library to JDeveloper?

    Hi,
    To import this class you just need of ADF Faces Runtime library on your project.
    Bye

  • How to custom skin PanelTabbed and Popup components in ORACLE ADF?

    Hi,
    I'm new to this framework. I'm trying to custom skin ORACLE ADF tab and popeup components to match with a design provided by my client. But I'm facing challenges in styling them. Does anybody did this before? Or do we have any sample code on the web to follow. Please Guide.
    Thanks,
    Srini

    Hi.
    I think that everyone did it before . Take a look into official doc:
    Creating and Managing Skins - 11g Release 1 (11.1.1.7.0)
    Selectors for Skinning ADF Faces Components
    The last link have the full list of Skin Selectors (CSS properties that you can change) of the ADF Components.
    There is also an IDE helpful to create Skin call ADF Skin Editor: Application Development Framework Downloads
    I hope it helps.
    Regards.

  • ClassNotFoundException: oracle.adf.view.faces.webapp.AdfFacesFilter

    Hi JDeveloper,
    Jdev Version: 11.1.1.6.0
    I am writing code to upload file to temp location, for this I added following configuration.
    <!-- This filter is always required by ADF; one of its functions is
    file upload. -->
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    But on running the code getting below exception:
    weblogic.application.ModuleException: Failed to load webapp: 'SP'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.AdfFacesFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    Any clue on this?
    Please suggest
    Thanks,Ankur

    Hi Timo,
    I have read this blog carefully, but still my problem is unresolved. I have to save file to location on Submit button in popup. I am not able to get example how to do so, that on Submit button I should move the file to file server.
    My code is:
    <af:inputFile label="File Name:" id="if1" showRequired="true"
    autoSubmit="true"
    value="#{backingBeanScope.spr2DownloadPageBean.file}"
    valueChangeListener="#{backingBeanScope.spr2DownloadPageBean.uploadFile}"
    binding="#{backingBeanScope.spr2DownloadPageBean.inputFile}"/>
    Backing Bean:
    public void uploadFile(ValueChangeEvent valueChangeEvent) {
    // Add event code here...
    System.out.println("fileUpdate invoked");
    UploadedFile file =(UploadedFile)valueChangeEvent.getNewValue();
    if(file!=null){
    FacesContext context = FacesContext.getCurrentInstance();
    FacesMessage message = new FacesMessage(
    "Successfully uploaded file " + file.getFilename() +
    " (" + file.getLength() + " bytes)");
    I am not able to figure out code for Submit Button:
    public String UploadButton_action() {
    // Add event code here...
    if(this.getInputFile().getValue()==null){
    FacesContext context = FacesContext.getCurrentInstance();
    return null;
    Please suggest.

  • 30EA2 Can't get Popup menu

    Hi!
    I'm evaluating Oracle SQL Developer 30EA2 for other platforms with JDK 1.6.0_20 on Fedora Linux (I use the "other platforms" version because all I need to get it running is to unzip it in its own directory and it doesn't interfere with anything else on my system).
    I can not get the popup menu via keyboard, only by the right mouse click. It doesn't work in Connections tab, nor in the SQLWorksheet.
    Shortcut key for command Other-Popup Menu is Shift-F10 (stock default setting)
    First I migrated the settings from previous installation (Version 2.1.1.64 Build MAIN-64.39) and it didn't work. I thought it may be because of mismatched settings, so I stopped SQL Developer,. deleted the ~/.sqldeveloper/system30.0.02.83 folder, started SQL Developer, but it does not work either.
    I can get popup menu in the 2.1.1.64 version normally, by Shift-F10 or by pressing "popup key" (located between Win key and Ctrl key).
    Please fix this, as this is a major obstacle for using SQL Developer without mouse. I use SQL Developer extensively every day, so keyboard only usage is essential to me.
    Speaking of popup menu: there is a double "Refactoring" entry in the popup menu in SQLWorksheet.
    Otherwise, SQL Developer is getting better and better! Keep up the good work!
    bye
    Alex

    Hi Alex -
    Just tested this on 3.0.02.97, Java(TM) Platform 1.6.0_21, Red Hat Enterprise Linux AS release 4 (Nahant Update 8), gnome
    & both Shift-F10 and 'Context Menu' keystrokes work so will be in next rel;ease.
    Brian Jeffries
    SQL Developer Team

  • JBO 29114 ADF context is not set up to process messages

    Hi,
    I have created a Rest web service and hosted it on my own IP address..
    I am trying to create a mobile application using the URL data control for the rest service created.
    I get the below error when I do so:
    *"JBO 29114 ADF context is not set to process messages for this exception.Root cause error code is DCA - 50000."*
    The jdev version I am using is 11.1.2.3 and I have created it successfully in Jdev 11.1.1.4.
    Also I have set proxy settings in my HTTP Analyzer and 'Web Browser and Proxy Settings'.
    The proxy seems to work fine and also I have tested the rest service.It seems to be ok.
    Please advice on the error msg.
    Thanks in advance,
    Malathy.

    Malathy,
    as you use a version which is not available to the public (us) I assume that you are an Oracle employee. In this case you should ask this on an internal forum.
    Timo

  • Oracle-ADF inlineFrame initializing view scoped bean twice

    I am facing strange issue related with af:inlineFrame component. Trying to display/render ADF page inside of af:popup within af:inlineFrame component. The weird thing is when the popup displayed; view scoped bean's @PostConstruct method called twice. That means bean is initialized twice. However it needed to be initialized once since bean is referenced from the page that is going to be displayed inside af:inlineFrame.
    Correct flow gotta be:
    Click to button openPopup() method called.
    openPopup() sets URI then opens popup.
    inlineFrame source property set as it's going to display framePage.jspx.
    JSF scans framePage.jspx code finds out there is a reference to FrameBean inside af:outputLabel
    Construct FrameBean then call @PostConstruct method.
    Call appropriate getter and render page.
    What happens in my case:
    Click to button openPopup() method called.
    openPopup() sets URI opens popup.
    inlineFrame source property set as it's going to display framePage.jspx.
    JSF scans framePage.jspx code finds out there is a reference to FrameBean inside af:outputLabel
    Construct FrameBean then call @PostConstruct method.
    Call appropriate getter and render page.
    Construct FrameBean then call @PostConstruct method.
    Call appropriate getter and render page.
    Popup located like:
    <af:popup id="mainPopup" binding="#{mainBean.mainPopup}">
    <af:dialog id="mainDialog">
      <af:inlineFrame source="#{mainBean.URI}"> </af:inlineFrame>
      </af:dialog>
    </af:popup>
    Showing popup via af:button action="#{mainBean.openPopup}":
    public void openPopup() {
    this.setURI("http://localhost:7001/app/framePage.jspx");
      RichPopup.PopupHints hints = new RichPopup.PopupHints();
    this.getMainPopup().show(hints);
    framePage.jspx:
    <?xml version='1.0' encoding='UTF-8'?> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <jsp:directive.page contentType="text/html;charset=UTF-8" />
    <f:view>
    <af:document title="Frame Demo" id="demoDocument">
      <af:form id="demoForm">
    <af:outputLabel value="#{frameBean.commonId}">   </af:outputLabel>
      </af:form>
      </af:document>
    </f:view>
    </jsp:root>
    FrameBean:
    @ManagedBean
    @ViewScoped
    public class FrameBean {
    private String commonId;
      @PostConstruct
      public void afterInit() {  } 
      public String getCommonId() {
    return commonId;
    public void setCommonId(String commonId) {
    this.commonId = commonId;
    Making FrameBean @SessionScoped solves this issue since bean is kept with session but I don't want to keep it within session. Also setting source property of af:inlineFrame in jspx as hardcoded not fixing the problem.

    im using ADF Essential on Glassfish 3.1 with no problem, but glassfish is heavyweight. I think Oracle ADF is not dependent to Application Server , then i tried to use my project with Tomcat 7. I deployed my application on Tomcat 7 , but im getting some exceptions.
    Not all application servers support Oracle ADF.
    Refer the certification matrix, Tomcat 7 is not listed as being supported.
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html

  • Oracle ADF: Cannot Commit Database Transaction

    Hi All
    I am trying to update oracle database using Oracle ADF from command line. The following is my code snippet
      final String amName1 = "taxreturn.AM_Taxreturn";
      final String connStr = "jdbc:oracle:thin:o9ias/[email protected]:1521:t1fdbo";
      Hashtable env = new Hashtable(2);
      env.put(Context.INITIAL_CONTEXT_FACTORY, JboContext.JBO_CONTEXT_FACTORY);
      env.put(JboContext.DEPLOY_PLATFORM, JboContext.PLATFORM_LOCAL);
      ApplicationModule appMod1 = null;
    try {
       javax.naming.Context ic = new InitialContext(env);
      ApplicationModuleHome home1 = (ApplicationModuleHome)ic.lookup(amName1);
      appMod1 = home1.create();
      appMod1.getTransaction().connect(connStr);
    } catch (Exception e) {
        e.printStackTrace();
      ViewObject t1xvVO = appMod1.createViewObject("t1xvVO", "taxreturn.T1XrefVView");
      t1xvVO.setWhereClause("T1X_T1FU_USERID='" + "testlin2" + "' and T1X_T1_TAXYEAR='" + "2012" + "' and T1X_DELETED is null and T1X_INVOICE_T1_150 is null");
      t1xvVO.executeQuery();
    Row rowT1xv = null;
    int count = 0;
    while (t1xvVO.hasNext()) {
    count++;
    rowT1xv = t1xvVO.next();
    System.out.println("Number of records: " + count);
    t1xvVO.executeQuery();
    if (t1xvVO.hasNext()) {
        rowT1xv = t1xvVO.last();
        System.out.println("First Name: " + rowT1xv.getAttribute("T1FirstName"));
        System.out.println("T1xInvoiceT1150: Before: " + rowT1xv.getAttribute("T1xInvoiceT1150"));
        rowT1xv.setAttribute("T1xInvoiceT1150", "250");
        //appMod1.getTransaction().postChanges();
        System.out.println("T1xInvoiceT1150: After: " + rowT1xv.getAttribute("T1xInvoiceT1150"));
    System.out.println("Is Dirty: " + t1xvVO.getApplicationModule().getTransaction().isDirty());
    try {
        appMod1.getTransaction().commit();
        System.out.println("Commit succeeded.");
    } catch (oracle.jbo.JboException e) {
        System.out.println("Commit failed. " + e);
    I can see there are total 3 records retrieved. Then I execute query for the view object again and change the last record. But after the commit statement, the database is not update. What's wrong here? Thanks in advance
    Leaf

    Refer 6.4.9 How to Create a New Row for a View Object Instance
    http://docs.oracle.com/cd/E37975_01/web.111240/e16182/bcqueryresults.htm#sm0094
    The procedure to create an ApplicationModule and find View object is different than in the code snippet. Use the procedure in the link.

  • How to deploy an Oracle ADF 11.1.1.3 Application in JBOSS 5 ?

    I spend many time looking for solution for deploying ADF Faces Application 11.1.1.3 in JBOSS.
    Do somebody have an idea?
    Thanks.

    Thanks you.
    I had seen this blog but it does not match wath I need. I have an MVC project whith some ADF Business Components and I need access to MySQL Database.
    I also follow the steps mentioned by Kashinath at the following URL: How can I deploy an ADF 11g application in JBoss 5?
    But when I deploy my project in Jboss-4.2.2.GA/server/default/deploy I have this error :
    <hr/>
    08:00:15,905 INFO [EARDeployer] Init J2EE application: file:/D:/D04_INSTALL/D49_IDE/eclipse_ganymed/jboss-4.2.2.GA/serv
    er/default/deploy/MyApplication.ear
    08:00:27,701 WARN [JBossEntityResolver] Cannot load publicId from resource: jboss-web_5_0.dtd
    08:00:27,804 WARN [DeploymentInfo] Only the root deployment can set the loader repository, ignoring config=LoaderReposi
    toryConfig(repositoryName: com.oracle.adfpojo:loader=adfm.jar, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoa
    derRepository3, configParserClassName: org.jboss.mx.loading.HeirarchicalLoaderRepository3ConfigParser, repositoryConfig:
    java2ParentDelegation=true)
    08:00:27,915 WARN [JAXWSDeployerHookPreJSE] Cannot load servlet class: org.apache.myfaces.trinidad.webapp.ResourceServl
    et
    08:00:28,020 INFO [TomcatDeployer] deploy, ctxPath=/MyProject01-ViewController-context-root, warUrl=.../t
    mp/deploy/tmp17627MyApplication.ear-contents/MyProject01_ViewController_webapp1-exp.war/
    08:00:28,501 ERROR [[MyProject01-ViewController-context-root]] Erreur lors de la configuration de la clas
    se d'Úcoute de l'application (application listener) oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack
    java.lang.NoClassDefFoundError: oracle/jrf/PortabilityLayerException
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
    at java.lang.Class.getConstructor0(Class.java:2699)
    at java.lang.Class.newInstance0(Class.java:326)
    at java.lang.Class.newInstance(Class.java:308)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3800)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
    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 org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
    at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
    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 org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
    at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
    at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
    at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
    at org.jboss.web.WebModule.startModule(WebModule.java:83)
    at org.jboss.web.WebModule.startService(WebModule.java:61)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Thanks.

  • How do I add an entry in Project Explorer's popup menu

    Is it possible to add my own entries in the popup menu of Project Explorer?
    I'm considering writing an LabVIEW addin that adds extra functionality to the Project Explorer, but I need a way to extend the context menu.
    /Leif

    LeifS wrote:
    Is it possible to add my own entries in the popup menu of Project Explorer?
    I'm considering writing an LabVIEW addin that adds extra functionality to the Project Explorer, but I need a way to extend the context menu.
    /Leif
    It is probably possible with digging deep into the contents of your "LabVIEW/resources" folder but will have a number of drawbacks. First your VI will need to provide a specific (undocumented) and most probably not so trivial interface that will be hard to uncover. It will somehow need to tell the project Explorer what it's name is and for what types of files or containers it should be displayed.
    Then those hooks will likely change between each LabVIEW version too as the Project Explorer is still a project under development. So unless there is an unlikely document here on ni.com that describes this (and which a search should clearly give you if there) I think it is simply not worth the hassle to dig into this.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

Maybe you are looking for

  • I can't sync an album(imported from a CD)on my itunes library to my iphone 5?

    I just bought a new cd, imported it successfully onto my itunes library so I am able to play the songs on my windows 7 netbook but I just cant sync them to my iphone5, when I connect the phone to my laptop and click on the music it shows the album th

  • Qosmio G30 buzzes when connected to a Pa System

    I am using my Qosmio G30-201 laptop with my djing system. When I connect this to my mixer I get a loud buzzing sound coming through the speakers. If I disconnect the charger it stops buzzing. Is there anything I can do to stop this sound as I do need

  • UseDefaultTile give-me a empty frame on Start Menu

    Hello Everybody, In a domain, I'm trying to put company logo as user picture. I created a 128 x 128 bmp and saved it at "C:\ProgramData\Microsoft\User Account Pictures\user.bmp". To avoid users to change the picture I created the value on registry [H

  • How to use BatchSecurityItem  in BusinessObjects Enterprise SDK

    Hi All,           Can you please provide me code snippet or hint,to use BatchSecurityItem  Class in BusinesObjects Enterprise SDK.I am struck.Please help. Regards, Simha

  • Credit report - need clarifications

    Hi all,Newbie here, so I just pulled my credit report and below are my closed accounts. The only remaining item i need to pay off is the Midland Funding (in red). All the other accounts has ZERO balance (paid off). So my question are does the CHARGE-