How can I add an existing cfm page to a project?

CFB3 Question: How can I add an existing cfm page to a project? I created a project and copied a file into the project folder but I can't seem to find a way to add the cfm file into the project.

@Carl - Well heck, yes I did... But after reading your response I went back and tried right-clicking on and refreshing different things and what worked was right-clicking on the project name in the Navigator window and then clicking on refresh in that context menu.
Thank you Carl!

Similar Messages

  • How can I add a language on pages (Greek) to check the spelling when that language is not on the list?

    how can I add a language on pages (Greek) to check the spelling when that language is not on the list?
    I can see other languages available for spelling check, but not Greek and I dont see how to add it.
    I have added the Greek keyboard on the Mac, so I can write in Greek , but I dont know how to check the spelling in Greek on pages

    You can try to add a 3rd party spellchecker
    http://milaraki.com/blog/2010/11/greek-spelling-at-pages-how-to/

  • How can I add metadata to iWeb pages hosted on .mac?

    How can I add title/description/keyword metadata to my website?
    Is there an easy solution?
    I publish my site to my .mac account.
    Any direction would be appreciated. I work in the web marketing industry, so it bugs me not being able to add metadata to my site.
    Thanks!
    Macbook   Mac OS X (10.4.7)  

    So I find the folder: Welcome_files for example
    Then do I open up the Welcome.js file using text
    editor?
    When I add the metadata, then do I Save As and put
    the file back into the Welcome_files folder?
    Actually every page like Welcome has a Welcome.html file and then a folder "Welcome_files". The file you want to edit is the Welcome.html file. Not anything in the folder.
    Do I need to Publish again, or is that process
    automatic since the site is pulling from down from my
    iDisk?
    Nope don't publish again. That would just overwrite you changes again. Just save the file in the same place and you're done.
    Will I have to re-enter metadata every time that the
    page changes, or every time the site changes?
    Anytime iWeb thinks the page needs to be republished, your edited file will be overwritten.

  • How can I add an extra in pages when creating a newsletter?

    Hi,
    I'm working on a newsletter in Pages via the newsletter template (I'm working in 5.2) it won't however let me add an extra page, I just have the two that are in the original template.
    Any ideas?
    Thanks.

    Hi Chl0w,
    In layout mode (again, Pages 5.x) you can use Insert (Page) from the menu bar or toolbar.
    Pages Help for Mac, Add, delete, and rearrange pages
    Add a page
    In a page layout document: Click Insert   in the toolbar, then choose Page.
    The new page appears at the end of the document.
    In a word-processing document: Add a page break. You can also add a section that begins on a new page.
    Take care,
    Nubz

  • How can I add an external com libraries to the project

    Some exported files that I'm using has
    package com.heaton.bot
    How do I add this package to JDeveloper 9.0.3.4?

    In your project (double click the project in the System Navigator pane) you have the ability to add directories to your class path or source path. Configurations->Development->Paths for .class and Common->Input Paths for .java.

  • How can I alter an existing OA Page to call my JSP page ?

    hi,
    I want to use the existing oracle payslip page that when the user selects a date and clicks the Submit button it does all the relevant processing as normal but instead of displaying the Oracle payslip it should then display mine.
    I don't think this possible in Personalization so i tried creating my own controller code. I decompiled the Controller Code on the server and copied that into my new Controller class. I then added my own code to do a setForward to my page.
    I copied this new class to the server under XXmycust.oracle.etc etc and added this entry top the jserv.properties file.
    I then went into Personalize this Page to alter the controller - I set the Controller for the page layout to be my new controller, and bounced Apache. But when I try to access the page I just get the red Error message. !!!
    What is the correct procedure if you want to alter an existing page's Controller code ?

    Hi,
    Here is more information for you.
    Here is the ORIGINAL decompiled oracle controller :
    // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
    // Jad home page: http://www.kpdus.com/jad.html
    // Decompiler options: packimports(3)
    // Source File Name: PayPayslipChoosePayslipCO.java
    package oracle.apps.pay.selfservice.payslip.US.webui;
    import oracle.apps.fnd.common.AppsContext;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.*;
    import oracle.apps.fnd.framework.server.OADBTransaction;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OARawTextBean;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.layout.OATableLayoutBean;
    import oracle.apps.fnd.framework.webui.beans.message.OAMessageChoiceBean;
    import oracle.apps.pay.selfservice.common.server.PayGetCommonFunction;
    import oracle.apps.pay.selfservice.common.server.PayOnlineSSPrefs;
    import oracle.apps.pay.selfservice.payslip.webui.PdfPayslip;
    import oracle.apps.per.selfservice.arch.webui.Constants;
    import oracle.apps.per.selfservice.common.SSHRParamTable;
    import oracle.apps.per.selfservice.common.SSHRParams;
    import oracle.cabo.ui.beans.BaseWebBean;
    import oracle.cabo.ui.beans.RawTextBean;
    import oracle.jbo.*;
    public class PayPayslipChoosePayslipCO extends OAControllerImpl
    private String buildURL(OAPageContext oapagecontext, String s)
    boolean flag = oapagecontext.isLoggingEnabled(1);
    String s1 = oapagecontext.getRootApplicationModule().getDbc();
    StringBuffer stringbuffer = new StringBuffer("OA.jsp?akRegionCode=PAY_PAYSLIP_TOP_SS");
    stringbuffer.append("&akRegionApplicationId=801");
    stringbuffer.append("&dbc=" + s1);
    if(flag)
    oapagecontext.writeDiagnostics(this, "redirect URL = " + stringbuffer, 1);
    return stringbuffer.toString();
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    boolean flag = oapagecontext.isLoggingEnabled(1);
    String s = "";
    String s1 = "";
    oapagecontext.isLoggingEnabled(6);
    String s2 = PayGetCommonFunction.getLaunchedFunction(oapagecontext);
    String s3 = "";
    PayOnlineSSPrefs payonlinessprefs = new PayOnlineSSPrefs();
    String s4 = "PAYSLIP";
    if(flag)
    oapagecontext.writeDiagnostics(this, "processRequest start", 1);
    OAApplicationModule oaapplicationmodule = oapagecontext.getApplicationModule(oawebbean);
    OADBTransactionImpl oadbtransactionimpl = (OADBTransactionImpl)oaapplicationmodule.getOADBTransaction();
    SSHRParams sshrparams = new SSHRParams(oapagecontext.getRootApplicationModule().getOADBTransaction());
    String s5 = String.valueOf(sshrparams.getLegislationCode());
    s5 = "".equals(s5) ? (String)oadbtransactionimpl.getValue("INIT_LOCALIZATION_CODE") : s5;
    String s6 = sshrparams.getSelectedPersonName();
    String s7 = sshrparams.getPersonId();
    String s8 = sshrparams.getAssignmentId();
    String s9 = sshrparams.getEffectiveDate();
    String s10 = oapagecontext.getMessage("PAY", "PAY_NO_SS_PREF_PAYSLIP_WEB", null);
    if(flag)
    oapagecontext.writeDiagnostics(this, "legislationCode = " + s5, 1);
    oapagecontext.writeDiagnostics(this, "personName = " + s6, 1);
    oapagecontext.writeDiagnostics(this, "personId = " + s7, 1);
    oapagecontext.writeDiagnostics(this, "assignmentId = " + s8, 1);
    oapagecontext.writeDiagnostics(this, "effectiveDate = " + s9, 1);
    OARawTextBean oarawtextbean = (OARawTextBean)oawebbean.findIndexedChildRecursive("PayPayslipCheckRecord");
    OAMessageChoiceBean oamessagechoicebean = (OAMessageChoiceBean)oawebbean.findIndexedChildRecursive("PayPayslipChoosePayslip");
    OATableLayoutBean oatablelayoutbean = (OATableLayoutBean)oawebbean.findIndexedChildRecursive("PayPayslipChseTable");
    if(flag)
    oapagecontext.writeDiagnostics(this, "Got noRecordMessage, poplist, chseTable", 1);
    if(oapagecontext.getTransactionValue("") == null)
    String s11 = payonlinessprefs.getPreferences(oaapplicationmodule, Integer.parseInt(s7), s4, s9, "Online_Doc");
    if(s11 == null)
    oapagecontext.putTransactionValue("", "Y");
    else
    oapagecontext.putTransactionValue("", s11);
    if(flag)
    oapagecontext.writeDiagnostics(this, "DISPLAY_PAYSLIP = " + oapagecontext.getTransactionValue(""), 1);
    if(oapagecontext.getTransactionValue("").equals("N"))
    if(oarawtextbean != null)
    oarawtextbean.setText(s10);
    oarawtextbean.setRendered(true);
    if(oamessagechoicebean != null)
    oamessagechoicebean.setRendered(false);
    if(oatablelayoutbean != null)
    oatablelayoutbean.setRendered(false);
    if(!oapagecontext.getTransactionValue("").equals("N"))
    if(oapagecontext.getTransactionValue("payslipDateChk") == null)
    String s12 = (String)oaapplicationmodule.invokeMethod("checkDate");
    oapagecontext.putTransactionValue("payslipDateChk", s12);
    String s13 = oapagecontext.getTransactionValue("payslipDateChk").toString();
    if(flag)
    oapagecontext.writeDiagnostics(this, "PAYSLIP_DATE = " + s13, 1);
    if(oapagecontext.getTransactionValue("payslipDateChk") == null)
    String s14 = oapagecontext.getMessage("PAY", "PAY_34978_PROFILE_PAYSLIP_WEB", null);
    if(oarawtextbean != null)
    oarawtextbean.setText(s14);
    oarawtextbean.setRendered(true);
    if(oamessagechoicebean != null)
    oamessagechoicebean.setRendered(false);
    if(oatablelayoutbean != null)
    oatablelayoutbean.setRendered(false);
    return;
    } else
    String s15 = "pay_us_employee_payslip_web.get_term_info( " + sshrparams.getSelectedPersonBusinessGroupId() + ",person_id,action_context_id) = 'Y'";
    OAViewObject oaviewobject = (OAViewObject)oaapplicationmodule.findViewObject("PayPayslipChoosePayslipVO");
    if(!oaviewobject.isExecuted())
    oaviewobject.setWhereClauseParams(null);
    oaviewobject.setWhereClauseParam(0, s5);
    oaviewobject.setWhereClauseParam(1, s5);
    oaviewobject.setWhereClauseParam(2, s7);
    oapagecontext.getTransactionValue("payslipDateChk").toString();
    oaviewobject.setWhereClauseParam(3, oapagecontext.getTransactionValue("payslipDateChk"));
    if(oapagecontext.getParameter("pEnableTerms") == null)
    oaviewobject.setWhereClause(s15);
    else
    if(!oapagecontext.getParameter("pEnableTerms").equals("Y"))
    oaviewobject.setWhereClause(s15);
    } else
    OAViewObject oaviewobject1 = (OAViewObject)oaapplicationmodule.findViewObject("PayPayslipGetFunctionParamVO");
    if(!oaviewobject1.isExecuted())
    oaviewobject1.setWhereClauseParams(null);
    oaviewobject1.setWhereClauseParam(0, "pEnableTerms");
    oaviewobject1.setWhereClauseParam(1, s2);
    oaviewobject1.executeQuery();
    oaviewobject1.reset();
    boolean flag2 = oaviewobject1.hasNext();
    if(flag2)
    OARow oarow = (OARow)oaviewobject1.first();
    if(oarow != null)
    String s18 = oarow.getAttribute("Funcparameter").toString();
    String s20 = PayGetCommonFunction.getParameterValue(s18, "pEnableTerms", "&");
    if(s20 != null)
    oapagecontext.putTransactionValue("N", s20);
    if(!s20.equals("Y"))
    oaviewobject.setWhereClause(s15);
    oaviewobject.executeQuery();
    if(flag)
    oapagecontext.writeDiagnostics(this, "executed PayPayslipChoosePayslipVO, Query is " + oaviewobject.getWhereClause(), 1);
    oapagecontext.writeDiagnostics(this, "executed PayPayslipChoosePayslipVO", 1);
    oaviewobject.reset();
    boolean flag1 = oaviewobject.hasNext();
    if(flag)
    oapagecontext.writeDiagnostics(this, "choosePayslipExists = " + flag1, 1);
    if(!flag1)
    String s16 = oapagecontext.getMessage("PAY", "PAY_34977_NO_EMP_PAYSLIP_WEB", null);
    if(oarawtextbean != null)
    oarawtextbean.setText(s16);
    oarawtextbean.setRendered(true);
    if(oamessagechoicebean != null)
    oamessagechoicebean.setRendered(false);
    if(oatablelayoutbean != null)
    oatablelayoutbean.setRendered(false);
    if(flag1)
    oarawtextbean.setRendered(false);
    if(oamessagechoicebean != null)
    oamessagechoicebean.setListDisplayAttribute("PayslipChoice");
    oamessagechoicebean.setListValueAttribute("ActionContextId");
    oamessagechoicebean.setPickListCacheEnabled(false);
    oamessagechoicebean.setPickListViewUsageName("PayPayslipChoosePayslipVO");
    oamessagechoicebean.setRequiredIcon("NO");
    if(flag)
    oapagecontext.writeDiagnostics(this, "Choose Payslip Drop down is set.", 1);
    Object aobj[] = oaviewobject.getWhereClauseParams();
    for(int i = 0; i < aobj.length; i++)
    if(flag)
    oapagecontext.writeDiagnostics(this, "Value of Bind variable of Choose Payslip (" + i + ") : " + aobj.toString(), 1);
    if(oapagecontext.getTransactionValue("pActionContextId") == null)
    OARow oarow1 = (OARow)oaviewobject.first();
    if(oarow1 != null)
    dbTrans = oaapplicationmodule.getOADBTransaction();
    s = dbTrans.decrypt(oarow1.getAttribute("ActionContextId").toString());
    oapagecontext.putTransactionValue("EffectiveDate", oarow1.getAttribute("EffectiveDate").toString());
    s1 = oarow1.getAttribute("ActionContextId").toString();
    oapagecontext.putTransactionValue("pActionContextId", s);
    oapagecontext.getTransactionValue("pActionContextId").toString();
    oamessagechoicebean.setDefaultValue(s);
    if(flag)
    oapagecontext.writeDiagnostics(this, "pActionContextId = " + s, 1);
    if(oapagecontext.getTransactionValue("pActionContextId") != null)
    s = oapagecontext.getTransactionValue("pActionContextId").toString();
    if(flag)
    oapagecontext.writeDiagnostics(this, "process_asg_action not null, pActionContextId = " + s, 1);
    if(oapagecontext.getParameter("pCalledFrom") != null)
    oapagecontext.putTransactionValue("", "Y");
    if(s2 != null)
    OAViewObject oaviewobject2 = (OAViewObject)oaapplicationmodule.findViewObject("PayPayslipGetFunctionParamVO");
    oaviewobject2.setWhereClauseParams(null);
    oaviewobject2.setWhereClauseParam(0, "pCallfromMgr");
    oaviewobject2.setWhereClauseParam(1, s2);
    oaviewobject2.executeQuery();
    oaviewobject2.reset();
    boolean flag3 = oaviewobject2.hasNext();
    if(flag3)
    OARow oarow2 = (OARow)oaviewobject2.first();
    if(oarow2 != null)
    String s23 = oarow2.getAttribute("Funcparameter").toString();
    s3 = PayGetCommonFunction.getParameterValue(s23, "pCallfromMgr", "&");
    if(!s3.equals("Y"))
    String s19 = String.valueOf(oapagecontext.getEmployeeId());
    String s21 = oadbtransactionimpl.getAppsContext().getFNDGlobal("EMPLOYEE_ID");
    String s22 = sshrparams.getLoginPersonId();
    String s24 = null;
    if(s != null && !s.equals(""))
    OAViewObject oaviewobject3 = (OAViewObject)oapagecontext.getApplicationModule(oawebbean).findViewObject("PayPayslipGetPersonDetails");
    if(!oaviewobject3.isExecuted())
    oaviewobject3.setWhereClauseParam(0, s);
    oaviewobject3.executeQuery();
    oaviewobject3.reset();
    boolean flag4 = oaviewobject3.hasNext();
    if(flag)
    oapagecontext.writeDiagnostics(this, "personExists = " + flag4, 1);
    if(flag4)
    OARow oarow3 = (OARow)oaviewobject3.first();
    if(oarow3 != null)
    s24 = oarow3.getAttribute("PersonId").toString();
    if(!s22.equals(s7) || !s21.equals(s22) || !s21.equals(s7) || !s19.equals(s7) || !s24.equals(s7))
    oapagecontext.writeDiagnostics(this, "BUG3926332 Security Violation : Login person id is not same as person id, HrLoginPersonId = " + s22 + " PersonId = " + s7 + " fndGlobalLoginUser " + s21 + " asgPersonId " + s24 + " pCurrentUser " + s19, 6);
    oapagecontext.writeDiagnostics(this, "BUG3926332 Security Violation : SessionId :" + oapagecontext.getSessionId(), 6);
    oapagecontext.writeDiagnostics(this, "BUG3926332 Security Violation : EncryptedActionContextId :" + s1, 6);
    oapagecontext.putTransactionValue("", "N");
    String s25 = oapagecontext.getMessage("PAY", "PAY_34977_NO_EMP_PAYSLIP_WEB", null);
    if(oarawtextbean != null)
    oarawtextbean.setText(s25);
    oarawtextbean.setRendered(true);
    if(oamessagechoicebean != null)
    oamessagechoicebean.setRendered(false);
    if(oatablelayoutbean != null)
    oatablelayoutbean.setRendered(false);
    throw OAException.wrapperException(new OAException("Not allowed to view payslip due to security violation"));
    PdfPayslip pdfpayslip = new PdfPayslip();
    if(flag)
    oapagecontext.writeDiagnostics(this, "Identifying payslip architecture ...", 1);
    String s17 = pdfpayslip.chooseArchitecture(oapagecontext, oaapplicationmodule, Integer.parseInt(s7), oapagecontext.getTransactionValue("EffectiveDate").toString(), s5);
    if(flag)
    oapagecontext.writeDiagnostics(this, "Payslip architecture -> " + s17, 1);
    if(s17.equals("PDF"))
    pdfpayslip.generate(oapagecontext, oaapplicationmodule, Integer.parseInt(s7), oapagecontext.getTransactionValue("pActionContextId").toString(), oapagecontext.getTransactionValue("EffectiveDate").toString(), s5);
    public void processFormRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    boolean flag = oapagecontext.isLoggingEnabled(1);
    if(flag)
    oapagecontext.writeDiagnostics(this, "-----ProcessFormRequest start\n", 1);
    super.processFormRequest(oapagecontext, oawebbean);
    if(oapagecontext.getParameter("HrGoButton") != null)
    if(flag)
    oapagecontext.writeDiagnostics(this, "****** Go Pressed\n", 1);
    OAApplicationModule oaapplicationmodule = oapagecontext.getApplicationModule(oawebbean);
    dbTrans = oaapplicationmodule.getOADBTransaction();
    String s = dbTrans.decrypt(oapagecontext.getParameter("PayPayslipChoosePayslip").toString());
    if(flag)
    oapagecontext.writeDiagnostics(this, "Assignment_action_id = " + s, 1);
    oapagecontext.putTransactionValue("pActionContextId", s);
    OAViewObject oaviewobject = (OAViewObject)oaapplicationmodule.findViewObject("PayPayslipArchDataVO");
    oaviewobject.setWhereClauseParam(0, s);
    oaviewobject.executeQuery();
    OARow oarow = (OARow)oaviewobject.first();
    oapagecontext.putTransactionValue("EffectiveDate", oarow.getAttribute("EffectiveDate").toString());
    String s1 = buildURL(oapagecontext, s);
    if(flag)
    oapagecontext.writeDiagnostics(this, "redirecURL >> " + s1 + "\n", 1);
    oapagecontext.setRedirectURL(s1, true);
    public PayPayslipChoosePayslipCO()
    public static final String RCS_ID = "$Header: PayPayslipChoosePayslipCO.java 115.21 2006/04/20 04:04:30 sdahiya noship $";
    public static final boolean RCS_ID_RECORDED = VersionInfo.recordClassVersion("$Header: PayPayslipChoosePayslipCO.java 115.21 2006/04/20 04:04:30 sdahiya noship $", "oracle.apps.pay.selfservice.payslip.US.webui");
    public static final String PROCESS_ASG_ACTION = "pActionContextId";
    public static final String DISPLAY_PAYSLIP = "";
    public static final String PAYSLIP_DATE = "payslipDateChk";
    public static final String CALLED_FROM_MGR = "";
    public static final String EnableTerms = "N";
    public OADBTransaction dbTrans;
    =====================================================
    HERE IS MY NEW CONTROLLER
    =====================================================
    package XXmizuho.oracle.apps.pay.selfservice.payslip.US.webui;
    import oracle.apps.pay.selfservice.payslip.US.webui.PayPayslipChoosePayslipCO;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.OARow;
    import oracle.apps.fnd.framework.webui.OAWebBeanConstants;
    public class XXmizuhoPayPayslipChoosePayslipCO extends PayPayslipChoosePayslipCO
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    public void processFormRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    boolean flag = oapagecontext.isLoggingEnabled(1);
    if(flag)
    oapagecontext.writeDiagnostics(this, "-----ProcessFormRequest start\n", 1);
    super.processFormRequest(oapagecontext, oawebbean);
    if(oapagecontext.getParameter("HrGoButton") != null)
    if(flag)
    oapagecontext.writeDiagnostics(this, "****** Go Pressed\n", 1);
    OAApplicationModule oaapplicationmodule = oapagecontext.getApplicationModule(oawebbean);
    dbTrans = oaapplicationmodule.getOADBTransaction();
    String s = dbTrans.decrypt(oapagecontext.getParameter("PayPayslipChoosePayslip").toString());
    if(flag)
    oapagecontext.writeDiagnostics(this, "Assignment_action_id = " + s, 1);
    oapagecontext.putTransactionValue("pActionContextId", s);
    OAViewObject oaviewobject = (OAViewObject)oaapplicationmodule.findViewObject("PayPayslipArchDataVO");
    oaviewobject.setWhereClauseParam(0, s);
    oaviewobject.executeQuery();
    OARow oarow = (OARow)oaviewobject.first();
    oapagecontext.putTransactionValue("EffectiveDate", oarow.getAttribute("EffectiveDate").toString());
    String s1 = buildURL(oapagecontext, s);
    if(flag)
    oapagecontext.writeDiagnostics(this, "redirecURL >> " + s1 + "\n", 1);
    oapagecontext.setRedirectURL(s1, true);
    oapagecontext.setForwardURL("testdb1.jsp",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    =================================================
    HERE ARE THE ERRORS WHEN I ACCESS THE PAGE
    ===================================================
    oracle.apps.fnd.framework.OAException: java.lang.ClassCastException
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:597)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1133)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2318)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.lang.ClassCastException
         at oracle.apps.pay.selfservice.payslip.US.webui.PayPayslipChoosePayslipCO.processRequest(PayPayslipChoosePayslipCO.java:177)
         at XXmizuho.oracle.apps.pay.selfservice.payslip.US.webui.XXmizuhoPayPayslipChoosePayslipCO.processRequest(XXmizuhoPayPayslipChoosePayslipCO.java:14)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1133)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2318)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    java.lang.ClassCastException
         at oracle.apps.pay.selfservice.payslip.US.webui.PayPayslipChoosePayslipCO.processRequest(PayPayslipChoosePayslipCO.java:177)
         at XXmizuho.oracle.apps.pay.selfservice.payslip.US.webui.XXmizuhoPayPayslipChoosePayslipCO.processRequest(XXmizuhoPayPayslipChoosePayslipCO.java:14)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1133)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2318)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

  • How can I add a new task to an online project from outlook

    At the moment, I can see tasks in outlook.
    I can modify them.
    But cant add a new one. Seems strange behaviour.

    Hi Dave TQM,
    You cannot (that is add a new task to Project Online from Outlook).
    You need to edit the task in Project Online or Project Pro.
    Ben Howard [MVP] | web |
    blog |
    book | P2O

  • How can I add a podcast episode to an existing web page using iWeb?

    How can I add an episode to an existing web page using iWeb?
    I could probably figure this out but I am afraid if I make changes to the site and re-upload it to the podcast area I will have just doubled it. I see them repeated from time to time.
    What is the proper protocal? Thanks
    Mac G4   Mac OS X (10.4.3)  

    Hi apple-owner,
    Method 1.
    To create this scatter-plot, I selected the whole of Columns A and B. (Shift click on the Column reference tabs).
    The plot ignores blank rows, but they are "ready" for new data:
    Method 2
    If you did not select whole columns, you can extend the "active" rows. Rows 1-5 selected:
    Add more data rows and drag the fill handle (small white circle, bottom right) down
    Regards,
    Ian.

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • HT201342 How can I add an e-mail address to my existing icloud addresses?  I currently only use one and I would like to ad two more?

    How can I add an e-mail address to my existing icloud account?  I curently only use one of the three.

    Each iCloud account only has a single iCloud account.  If you want, you can add up to 3 alias addresses that will receive email in the same iCloud inbox, as explained here: http://support.apple.com/kb/PH2622.

  • How can i add filename on a document in pages 5.1 ?

    I am allways using a template to make documents, that I save under different names. How can I add the (changed) filename in the footer of a saved document ?
    It is important to me to print the filename on document, to find and edit it on my mac later.
    In MS Word it is easy to automaticaly add filenames, path, author and other filedata to the document. I can't find how to do that automatically in Pages templates.
    I saw earlyer answers to this question on this community, but they don't work as I expect, or only on earlier versions of pages.....  I trust there is an easy way to do this.
    Can someone help me please ?

    That function, present in "Pages 09" (i.e. Pages 4.3) , was not included in Pages 5.0-5.1.  (Nor were nearly 100 other such features, from mail merge and bookmarks to non-contiguous text selection, 2-up page viewing and the ability to set alternating left/right margins, headers & footers.Version 5.1 is also notably buggy. One work around, or partial work around, is to click the file name at the top of the window document. You can then select the filename, copy it  and paste it whereever you like. As far as I can see, however, there is no way to include the path: all you get is the filename and extension.

  • HT5312 You never said how can i add a rescue email to my existing account

    You never said how can i add a rescue email to my existing account

    http://support.apple.com/kb/HT5312

  • I have an apple TV Model A1427 and do not have an icon for youtube. How can I add youtube to the home page?

    I have an apple TV Model A1427 and do not have an icon for youtube. How can I add youtube to the home page?

    Have icon but cannot connect - Please Help.
    Mine is Gen. 2 - Model MC572C/A. I have the YouTube icon but cannot access YouTube.  Message says "No content was found - There is a problem communicating with YouTube. Try again later."  This problem has been for at least 1 month now.  Any ideas?

  • How can i add songs to a family members ipod without erasing existing songs

    How can i add songs to a family members ipod without erasing her existing song list.

    For future reference, since I came here for the same reason, I'd like to add to the solution.  The link was not complete in explaining how to, but then again I'll just trying to attempt to fill in the gap.
    After opening iTunes, on the upper left hand side is a small icon with an arrow pointing down. Click on the arrow and a menu pops out.  Click on "Show Menu Bar."  On the new bar(Older iTunes File, Edit, View, Controls, etc. bar at the top).  Click on View and then Show Side Bar.  There you can just click and drag new songs into your iDevice without any problems... hopefully...
    Seriously, this helped me, so if Apple finds a way to not allow me to do this simple task of adding purchased songs into my idevices from another computer, I'll have to resort to other means.
    The one idevice that's having trouble with is my iShuffle(2nd). 

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

Maybe you are looking for

  • Open link in background when anchor's attribute "href" contains javascript

    Hi community, I support web enterprise-level application with some legacy parts, where some windows are opened by using window.open command inside of anchor's href attribute. (e.g. <a href="javascript:MyFunction('../someurl', '2')" ../> ... function

  • My late 2012 iMac keeps shuting down by Kernel Panics

    I been having several Kernel Panics on the last few days. I ran an AHT and it returned a memory failure so I contacted OWC to replace the modules. I extracted the modules yesterday and will ship them by the end of the week. The KPs still happening, A

  • Photo edit crashes ipad

    Using ios 8 Ipad MD518LL/A When I edit a photo the image does not show a preview and then crashes the photo program choose photo, crop, no preview, crash . Any suggestions?

  • Enlarge image from picture box when hover over

    Hi, I am just hoping i could get some help on something small that i can not seem to get to work. I have a picture box, and when i hover over it i would like to change the image to a larger one. I am guessing that is how they give a interspersion of

  • PB G4 takes a while to connect

    Ever since I installed my Extreme 802.11n, my PowerBook G3 (1.33 GHz) can take up to 12-13 seconds to connect after everything appears to be fully loaded (i.e., after top menu bar including clock, battery, etc appears.). Is this common? Here are some