Assigning framework page..

Hi all,
I have a requirement where the framework page changes depending on the user action.
Say if the user clicks a particular navigation link the framework page should change.i.e depending on a action in a page the application should be capable of changing the framework page.
How do i do it. Please do provide any inputs in this regard.
Points guaranteed !
Regards
Bharathwaj

Hi,
Currently there is no way of changing the framework page on the same session,
the user has to logout and login again in order to change the frameworkpage/desktop.
In future versions (I think SP13 and above) it will be possible to replace the desktop on the fly with code.
Regards,
Tal.

Similar Messages

  • Importing framework page layouts

    Hello,
    I am trying to configure a portal frame work page myself. I have created the necessery iViews such as MastHead, toplevel navigation etc and pages. <i><b>Now i need to assign tghe portal framework layouts such as "Light Navigation Panel & Content Area Layout" or "Frame work page layouts for light portals" etc.</b></i>
    I searched for the same in Layout templates folder. But i could find only the default layouts such as 1 Column(full Width), 2 Columns (Equal width)etc
    When i tried to create a new layouts from PAR, i coud only find the default layouts par file. <b>Where could i get these PAR files?</b>
    <b>How can import these portal layouts</b>
    Kindly help,
    Regards,
    Sudheesh

    Hi Sudheesh,
    You can create your own Page layout file using this <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/How%20to%20Create%20a%20New%20Portal%20Desktop.zip">zip file</a>.
    To create a new framework page import the par file into your Netweaver Developer studio. You will find the foll: jsp's dynNavArea.jsp,framework.jsp and WAandNavPanel.jsp. You can change the jsp's and deploy it again which will overwrite the default one. Or you can rename the package and the par file to create a new one and create a new framework page without changing the default one.
    This <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1324">weblog</a> will also help you.
    Hope this helps.
    Regards,
    Pooja.
    Message was edited by: Pooja S

  • Unified Framework Page - Search functionality - How-To?

    All,
    We are trying a way to use UFP as the portal framework page to launch ESS and MSS Landing Pages.
    Anyone out there who has gone this route? Any experiences that you would like to share?
    There is not enough information on UFP. We are particularly interested in harnessing the 'Search' and 'Launcher' UI elements to search and launch any applications across ESS or MSS.
    For example : User could search for 'Open Enrollment', and the application could launch directly.
    Is that a possibility? Are those even configurable.
    Let me know, if you have any experience with configuring or getting 'Search' working with UFP.
    Thanks,
    Srikanth

    Hi Luis,
    Redefine method GET_DEQUERY_DEFINITIONS and use the following piece of code:
    FIELD-SYMBOLS: <rt_result> TYPE crms_thtmlb_search_field_info.
    CALL METHOD super->get_dquery_definitions
        RECEIVING
          rt_result = rt_result.
    READ TABLE rt_result WITH KEY field = 'STATUS' ASSIGNING <rt_result>.
    <rt_result>-ddlb_options will contain all the values for status you see in the dropdown list. Modify this list as per your requirement and hence modify the main Internal table - RT_RESULT from <rt_result> for field status.
    I hope this helps.
    Thanks
    Vishal
    Edited by: Vishal Kesar on Nov 24, 2010 12:35 AM

  • Creation of Framework Page

    hi
    can anyone help me with creation of framework page
    useful answers will be rewarded
    Regards
    JM

    Hi,
    A portal desktop comprises a framework page and a theme:
    Framework page:
          A framework page is a portal page defining the layout of navigational and structural elements in the portal  desktop. A typical framework page includes a header area,navigation area, and a work area
    Theme:   
           A portal theme defines the overall look-and-feel of user  interface elements in a portal desktop, such as aspect of font usage, UI control elements, color, and contrast.
    A portal desktop may support more than portal theme.
    Users can personalize their portal desktop at runtime to suit  their choice of style and taste.
    portal themes
    A portal theme defines the visual appearance of the control elements, font size, colors and contrast of the user interface elements of a portal desktop. A portal theme does not define the layout, structure or contents of a portal desktop. This is defined by the default framework page.
    All the themes in the portal are located under:
    System administration: Portal Content->Themes
    how to create a portal theme?
    Navigate to System Administration &#61614; Portal Display &#61614; Theme Editor.
    Choose one of the Themes that you want it’s style to be your basic.
    Make the necessary changes.
    Apply “SAVE AS” in order to create a new Theme. 
    You can’t change the default themes that are provided by SAP.
    How to Create Portal Desktop?
    1.Navigate into:
         System Administration &#61614; Portal Display &#61614; Desktops & Display Rules .
    2.Right Click &#61614; new Portal Desktop.
    3.Type name + Id.
    4. Right click on  the Framework page which you want to add the desktop &#61614; choose “Add framework page to portal Desktop”.
    5. Right click on  the Theme which you want to add the desktop &#61614; choose “Add theme to portal Desktop”.
    6.Repeat steps 4,5 for all the necessary Pages and Themes.
    7.Define one framework page and one theme as Default.
    8.Apply Save.
    Create a Portal Desktop which contains the following:
        Framework page
        The Theme object
    steps
    1) First step is to copy the default framework page (do not change the Out-of-the box Default Framework Page as other elements may depend on this one).The Default Framework Page located under Portal Users > Standard Portal Users.
    2)Next ->paste into new folder
    3) You need to change the page name by:
          a)  Open the page for editing: Make Right click on the page -> open (under the content administration).
          b)On the left side in the property editor, scroll to “Page Name” in the Property List and change it.
          c) Click Save (don’t close the editor yet). New name will automatically appear in the Portal Content Browser.
    4) Create the desktop by:
    a) Navigate into:System Administration->Portal Display->Desktops & Display Rules .
    b) Select your folder.
    c) Right Click-> new Portal Desktop.
    4) Type name + Id.
    5) Right click on  the Framework page which you copied in the previous steps -> choose “Add framework page to portal Desktop”.
    6) Right click on  the Theme which you created in practice 1-> choose “Add theme to portal Desktop”.
    7) Repeat step ‘f’ for all the necessary Themes.
    8) Define the framework page as Default by select it and click on the “Set Default” button.
    9) Define the theme you created as Default by select it and click on the “Set Default” button..
    10) Apply Save.
    now you need to create rule collection
    Rules collection
    Portal object which contains set of conditions that are defined by a portal administrator. These conditions determine which portal desktops are assigned to end users at runtime.
    You can Assign Desktop according to:
    Users name
    Groups
    Roles
    Browser Type
    Browser version
    Bandwidth
    Alias
    The rule that is listed first will be applied first if multiple conditions apply to a logged in user. (Note: When assignment to a new rule has been made to a user who has previously logged in, the theme may not immediately be seen).
    You can also create delegate structure by assign Rule  Collection  from a rule collection.
    How to Create a Rule Collection?
    1) Navigate into:System Administration ->Portal Display->Desktops & Display Rules.
    2) In the ‘portal content’ make Right Click ->new Rule Collection.
    3) Type name + Id.
    4)Click on the “Add If Expression” button.
    5) Select the required criteria (User, Group, Role, Browser Type, Browser version, Bandwidth, Alias).
    6)Fill the match value for the criteria.For role object you must type the full id of the object (e.g: “pcd:portal_content/Sharon/Roles/Content_role”–you can get it by locate the cursor on the field area and than make right click on the role object and choose the “Add Role…” command)
    7) Select the “THEN” statement.
    8) Locate the cursor in the desktop name field.
    9) Make right click on the desktop which you want to assign the user and choose the “Add Desktop…” command.
    10)Repeat steps 4-10 in case that you want to define more rules.
    then you need to create main rules.
    Master Rules collection (main_rules)– initial portal Rule Set located in the portal Catalog.
    When a user connects to the portal, the first Rule object that is read by the run-time service is the main_rules. According to the conditions in this object the user gets a Desktop or is being redirected to another Rule collection which determines which desktop will be assigned to him.
    The main_rules object is located in:System Administration ->Portal Display-> Desktops & Display Rules :
    Portal content ->super administrator ->super administration ->  main_rules
    ***********please reward points if the information is helpful to you*************

  • Error occurred while trying to access framework page - E P 7.31

    Hi ,
    we are logon to the portal getting the below error
    Error occurred while trying to access framework page: "pcd:portal_content/com.sap.pct/every_user/general/defaultAjaxframeworkContent/com.sap.portal.afpDesktop/frameworkPages/com.sap.portal.AFPpage",The object does not exist or you are not authorized to access it.If this problem persists, contact your system administrator.
    user assign to the super admin role and everyone roles,
    and user assign to the AjaxPortalDesktop
    Portal version : EP 7.3 EHP1
    Thanks
    Srinivas

    Hi Tal,
    All user's are getting same issue ,while accessing  ajax portal desktop
    i have assigned read permissions  to the desktop and framework page .still getting the same
    users are able to logon to default framework page only.(classic).
    Regards
    Srinivas

  • JSP corresponding to framework page

    Hi all,
    Can somebody tell me where can i find the jsp corresponding to framework page. I want to enable the Tool area depending on user groups. This can be done by assigning different frameworks to different groups but I have to use only one framework.
    Thanx and regards,
    anuradha.

    Hi Anuradha,
    Goto System Administration -> Support -> Portal Runtime
    -> Browse Deployment then Scroll down to find these all pars whichever is must for u.
    com.sap.portal.layouts.default.par.bak
    com.sap.portal.layouts.framework.par.bak
    com.sap.portal.navigation.toolarea.par.bak
    com.sap.portal.navigation.masthead.par.bak
    com.sap.portal.navigation.toplevel.par.bak
    Regards,
    Joshua Kiran

  • Problem with Absolute Navigation (External Window) and Light Framework Page

    Hi All,
    We are using Light Framework page for the portal devolopment. We have an application including two webdynpro iviews where absolute navigation is used to traverse from first iview to second iview (When user clicks a button on first iview). We are showing the second iview in external window (SHOW_EXTERNAL). When ever i clicks the button to traverse to second iview, i am getting an exception.
    When we are showing it in same window (SHOW_INPLACE), it is working fine. But the iview is appeared in half of the page with scrollbars. It is working fine with default framework page (with both options SHOW_INPLACE and SHOW_EXTERNAL) and dispalyed in original size as mentioned in iview properties.
    Could you please suggest us whether there is any work around for this.
    Thanks,
    Sudheer

    Hi Kathiresan
    I couldn't see the address bar of the window (In which second iview is getting displayed). But i can observe no parameters that i passed from first iview is visible in the view source of the second iview (When SHOW_EXTERNAL is used in absolute navigation). I could see all the parameters in the view source (when SHOW_INPLACE is used for absolute navigation). But i am using the same url for both the options (for SHOW_INPLACE and SHOW_EXTERNAL).
    I doubt about the url being passed when SHOW_EXTERNAL option is used. But when we checked in debug, The correct url is being triggered (Atleast from first iview). Is there any way that could display the second window with address bar. What is making difference  between SHOW_INPLACE and SHOW_EXTERNAL with absolute navigation and light framework page.
    Could someone please suggest.
    Thanks,
    Sudheer.

  • Submitting concurrent request through oa framework page

    want to submit a concurrent request through oa framework page and i wrote this code in controller
    try
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    Vector param = new Vector();
    param.add("21092008");
    int reqId = cr.submitRequest("XXC", "XXC_DATE_VALIDATION_TEST_1", "XXC DATE VALIDATION TEST 1", null, false, param);
    transaction.commit();
    System.out.println("Request ID >>> "+reqId);
    String id = "" + reqId + "";
    HashMap parameters = new HashMap();
    String url = "OA.jsp?akRegionCode=FNDCPREQUESTVIEWREGION&akRegionApplicationId=0";
    //parameters.put("akRegionApplicationId", "0");
    // parameters.put("akRegionCode", "FNDCPREQUESTVIEWPAGE");
    //parameters.put("akRegionCode", "FNDCPPROGRAMPAGE");
    parameters.put("requestMode", "DEFERRED");
    parameters.put("requestId", id);
    pageContext.setForwardURL(url,
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    parameters,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAWebBeanConstants.IGNORE_MESSAGES);
    catch (SetDeferredException e)
    throw new OAException("Munish SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e)
    throw new OAException("Munish RequestSubmissionException " + e.getMessage(),OAException.ERROR);
    catch (Exception e)
    throw new OAException("Munish Exception " + e.getMessage(),OAException.ERROR);
    but i dont know whether it is submitted or not
    when i find my request using request id through e bussiness suite i can see ant thing regarding this id
    and i m getting this error
    java.lang.NullPointerException
    at oracle.apps.fnd.cp.viewreq.webui.ViewRequestsPageCO.processRequest(ViewRequestsPageCO.java:213)
    could anyone help me please
    Thanks

    Check the "Adding Request Monitoring to Your Product" section from dev guide.
    --Shiv                                                                                                                                                                               

  • Opening an ADF page from an OA framework page

    Hello,
    We have an OA framework page (a custom app) deployed in Oracle 9i Application server. We intend to develop some ADF pages which will be deployed in a separate Oracle 10g AS. I would like to know if it is possible to open an ADF page from an OA page and the basic interoperability between them. If someone can throw some light on the feasibility of this approach, it would really be helpful. Are there any material available on this?
    Please let me know your thoughts on this. Thanks in advance
    Raja

    You way want to ask this on the OA Forum as well.
    Because you are running the apps on different servers the interoperability can only be through the db layer. I'm not aware of a solution where the apps are running in the same context, meaning you can't have an transaction spanning both apps.
    To open a page of an other app is simply done by putting a link in one app which points to the second app.
    Timo

  • PDF file cannot be viewed from OA Framework page.

    Hi all,
    I have developed an OA Framework page which shall present an XMLP report in pdf within the browser.
    When I click on my menu item which opens the oa page, the Open file.. diaglog appears. When I open or save the file (and thereafter opening if) the following error appears: _Acrobat could not open [filename] because it is either not a supported file type or because the file has been damaged._
    I can open the file if I go to the server and copies the output file to my own machine.
    The error that i'm describing is happening on the server and NOT in my development environment. I cannot get it to work at all on my own machine.
    Some facts:
    JDeveloper 9i RUP7
    XML Publisher 6.5.3
    APPS 11.5.10 CU2
    The code:
    package bksv.oracle.apps.bkfnd.bkrepgw.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    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.common.AppsContext;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    import oracle.apps.xdo.dataengine.Parameter;
    import oracle.apps.xdo.oa.util.DataTemplate;
    import oracle.apps.xdo.oa.schema.server.TemplateHelper;
    import java.io.OutputStream;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.io.FileInputStream;
    import java.util.Properties;
    import java.util.Calendar;
    import java.text.SimpleDateFormat;
    import com.sun.java.util.collections.ArrayList;
    import com.sun.java.util.collections.Iterator;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletOutputStream;
    import oracle.cabo.ui.data.DataObject;
    * Controller for ...
    public class ReportGenerationCO extends OAControllerImpl
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        String currentDateTime = ReportGenerationCO.now();
        String filename = "/home/appsamba/kkristoff/KKR_TEST_" + currentDateTime;
        //Get application context
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        AppsContext appsContext = ((OADBTransactionImpl)am.getOADBTransaction()).getAppsContext();
        DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
        HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
        // Set the Output Report File Name and Content Type
        String contentDisposition = "attachment;filename=" + filename + ".pdf";
        response.setHeader("Content-Disposition",contentDisposition);
        response.setContentType("application/pdf");
        //Initilization//   
        try {
          ServletOutputStream os = response.getOutputStream();
          DataTemplate dataTemplate = new DataTemplate(appsContext, "CS", "BKCSSR");
         //Get Parameters
        ArrayList parameters = dataTemplate.getParameters();
         //set Parameter Values as ArrayList of oracle.apps.xdo.dataengine.Parameter
          Iterator it = parameters.iterator();
          while (it.hasNext())
             Parameter p = (Parameter)it.next();
             if (p.getName().equals("P_INCIDENT_NUMBER")) {
              p.setValue("369");
             if (p.getName().equals("P_REPAIR_ORDER_NUMBER")) {
              p.setValue("");
             if (p.getName().equals("P_REPORT_NAME")) {
              p.setValue("Service Request Overview");
             if (p.getName().equals("P_SERVICE_TYPE")) {
              p.setValue("ALL");
         dataTemplate.setParameters(parameters);
          dataTemplate.setOutput(filename + ".xml");
          dataTemplate.processData();
          OutputStream outputStream = new FileOutputStream(filename + ".pdf");
          InputStream inputStream = new FileInputStream(filename + ".xml");
          Properties prop = new Properties();
          // Process template
         TemplateHelper.processTemplate(appsContext, // AppsContext
         "CS", // Application short name of the template
         "BKCSSR", // Template code of the template
         "en", // ISO language code of the template
         "00", // ISO territory code of the template
         inputStream, // XML data for the template
         TemplateHelper.OUTPUT_TYPE_PDF, // Output type of the procesed document
         prop, // Properties for the template processing
         outputStream); // OutputStream where the processed document goes.
          String sByteArray = outputStream.toString();
          byte[] outputBytes = sByteArray.getBytes();
          response.setContentLength(outputBytes.length);
          os.write(outputBytes, 0, outputBytes.length);
          os.flush();
          os.close();
        inputStream.close();
        outputStream.close();
         } catch (Exception e)
            //throw new OAException("An Error has occured master: " + e.getStackTrace().toString(), OAException.ERROR);
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
      public static final String DATE_FORMAT_NOW = "yyyy-MM-dd";
      public static String now() {
        Calendar cal = Calendar.getInstance();
        SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
        return sdf.format(cal.getTime());
    Thank you in advance.
    Regards
    Kenneth
    Edited by: Kenneth_ on 2010-07-30 12:58
    Edited by: Kenneth_ on 2010-07-30 13:33

    I have now found a solution to this problem. Thank god!
    See the code below.
    Thank you all for helping me getting this far.
    Kenneth
    package bksv.oracle.apps.bkfnd.bkrepgw.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;n
    import oracle.apps.fnd.common.AppsContext;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    import oracle.apps.xdo.dataengine.Parameter;
    import oracle.apps.xdo.oa.util.DataTemplate;
    import oracle.apps.xdo.oa.schema.server.TemplateHelper;
    import java.io.OutputStream;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.io.FileInputStream;
    import java.util.Properties;
    import java.util.Calendar;
    import java.text.SimpleDateFormat;
    import com.sun.java.util.collections.ArrayList;
    import com.sun.java.util.collections.Iterator;
    import java.io.ByteArrayOutputStream;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletOutputStream;
    import oracle.cabo.ui.data.DataObject;
    * Controller for ...
    public class ReportGenerationCO extends OAControllerImpl
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        String currentDateTime = ReportGenerationCO.now();
        String filename = "/home/appsamba/kkristoff/KKR_TEST_" + currentDateTime;
        //Get application context
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        AppsContext appsContext = ((OADBTransactionImpl)am.getOADBTransaction()).getAppsContext();
        DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
        HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
        // Set the Output Report File Name and Content Type
        String contentDisposition = "attachment;filename=" + filename + ".pdf";
        response.setHeader("Content-Disposition",contentDisposition);
        response.setContentType("application/pdf");
        //Initilization//   
        try {
          ServletOutputStream os = response.getOutputStream();
          DataTemplate dataTemplate = new DataTemplate(appsContext, "CS", "BKCSSR");
         //Get Parameters
        ArrayList parameters = dataTemplate.getParameters();
         //set Parameter Values as ArrayList of oracle.apps.xdo.dataengine.Parameter
          Iterator it = parameters.iterator();
          while (it.hasNext())
             Parameter p = (Parameter)it.next();
             if (p.getName().equals("P_INCIDENT_NUMBER")) {
              p.setValue("369");
             if (p.getName().equals("P_REPAIR_ORDER_NUMBER")) {
              p.setValue("");
             if (p.getName().equals("P_REPORT_NAME")) {
              p.setValue("Service Request Overview");
             if (p.getName().equals("P_SERVICE_TYPE")) {
              p.setValue("ALL");
         dataTemplate.setParameters(parameters);
          dataTemplate.setOutput(filename + ".xml");
          dataTemplate.processData();
          //OutputStream outputStream = new FileOutputStream(filename + ".pdf");
          ByteArrayOutputStream localByteArrayOutputStream = new ByteArrayOutputStream();
          InputStream inputStream = new FileInputStream(filename + ".xml");
          Properties prop = new Properties();
          // Process template
         TemplateHelper.processTemplate(appsContext, // AppsContext
         "CS", // Application short name of the template
         "BKCSSR", // Template code of the template
         "en", // ISO language code of the template
         "00", // ISO territory code of the template
         inputStream, // XML data for the template
         TemplateHelper.OUTPUT_TYPE_PDF, // Output type of the procesed document
         prop, // Properties for the template processing
         localByteArrayOutputStream); // OutputStream where the processed document goes.
          byte[] b = localByteArrayOutputStream.toByteArray();
          response.setContentLength(b.length);
          os.write(b, 0, b.length);
          os.flush();
          os.close();
        inputStream.close();
        localByteArrayOutputStream.close();
         } catch (Exception e)
            //throw new OAException("An Error has occured master: " + e.getStackTrace().toString(), OAException.ERROR);
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
      public static final String DATE_FORMAT_NOW = "yyyy-MM-dd";
      public static String now() {
        Calendar cal = Calendar.getInstance();
        SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
        return sdf.format(cal.getTime());
    }

  • How to include the Java Script in the Framework page

    Hi,
      I need to include the javascript in the framework page.
    If possible , how to do that ?
    Thanks in advance,
    Saravanan Dharmaraj

    Hi,
    I have included the javascript in my JSP pages as follows.Please try the same for your framework page.
    <script Language="JavaScript"
    src="<%=componentRequest.getWebResourcePath()%>/scripts/Timesheet.js(name of the javascript file)"></script>
    The javascript file is stored in the scripts folder.
    Thanks and Regards,
    Sanad Suman

  • Not able to change Framework  page in Netweaver portal 7.3

    Dear All,
    I am trying to change the framework page from drop-down, changes not affecting after saving the framework page and every time when i am changing, the object is getting locked, after unlocking still the chages are not affecting
    Please help me in this regards

    Hi,
    Are you getting any kind of java script error in the browser ? Also make sure you are using FQDN to access the portal.
    Apart from this ... try to clear your IE cache and restart the IE before trying again.
    Regards,
    Mahesh

  • Add to favourites disabled when using light framework page

    Hi,
    When using the light framework page our "add to favourites" link is disabled. If we instead use the normal framework page add to favourites in the dropdown menu works. Does anyone have an idea why this could be?
    Regards
    Mattias

    Hi,
    The reason why I decide to use Light Framework, itu2019s because Iu2019m creating an EFP, and Iu2019m using the WPC to publish the content (articles, news, and link list), using the standard Web Forms.
    The problem is, after adding to a WPC Page something so simple like an article (using the Web Form Article), no Portal iView, HTMLB or other stuff included, the preview of the WPC Page using the Default Framework Page is ok, but when using the Light Framework Page, the text in the article doesnu2019t have the correct font-family. It looks like there are some styles missing in the Light Framework Page, that WPC content is expecting.
    Thanks and Regards,
    John

  • NW2004s SPS10: color issues wirh light framework Page

    Hi,
    we're using NW2004s SPS10 and the light framework page. Everything works fine except for the following two issues:
    1.) The color for the personalisation link in the masthead is not the color we've defined in the theme editor. Example: http://img214.imageshack.us/img214/9967/image1ub0.gif As cou cann see, the link is displayed in in the default color for links (blue). How can we change the color?
    2.) The color for the commands in the page title bar doensn't match our requirements. How can whe change the color? Example: http://img440.imageshack.us/img440/1060/image2be9.gif
    Thankds in advance
    Best regards
    Thomas

    Sravanth wrote:
    Hi All,
    I'm facing a problem regarding changing colors in a OA Framework Page. We are using Apps R12. with OA Framework component 12.1.1
    There are 2 urgent Issues for me
    1. To change the Color of the Header Component(Presently it is in Light Blue Color) and To change the Image on the top of the Page(The Image which stands as a back ground for Oracle Logo)(Thick Blue in color)
    only the look and feel of the External Site Visitor Page must be changed. All the other pages should be having the default look and feel of oracle
    Can any one suggest me on how to achieve the required output...
    Thanks and Regards,
    S K SravanthHi Sravanth,
    Take a look at Atul's blog entry for this, he has documented it nicely.
    Thanks
    Shailendra

  • WDA loading in Light Framework page

    We are running WebDynpro ABAP pages in the EP 7. This works with "normal" and with Light-Framework pages. But we have noticed one thing. While the "fat" EP page requires longer seconds for loading, the loading of the embedded WebDynpro starts already during this time, hence in parallel.
    0 Secs EP page called
    1 Secs WebDypro called
    3 Secs EP pages finished
    6 Secs WebDynpro finished
    With the light framework the WD loads only after the EP pages is loaded
    0 Secs EP called
    2 Secs EP Page finished, WDA starts loading
    7 Secs WDA finished
    Is there a chance to overcome this, so starting the loading already during loading of the EP page. Any hint is appreciated. BTW, it is not about the quantity of 1 secs, this is just an example. Real world examples show this effect more dramatically.
    Edited by: Frank Torst on May 8, 2008 12:06 PM

    Question timed out and closed

Maybe you are looking for

  • How to display multiple signals on the same chart/graph

    Hello, I have a text file that has 21 different signals acquired through NI DAQ. I am able to read the file and display on the chart but the problem is all the signals have the same dynamic range -6 to +6 so when plotted they all show up on top of ea

  • Windows API ANSI version and UNICODE version

    Windows API have two version: ANSI version and UNICODE. I want to display chinese, so i use the UNICODE version. but i find it's some mistake. and later,  i change to ANSI version, it's correct. why the ANSI version can display chinese, and UNICODE c

  • Need help for creating sharepoint sites for both internet and intranet users

    We would like to know what is the best approach to create SharePoint sites for our customers(internet users) and internal employees(intranet users) on the same SharePoint server. Here is the scenario: 1) A customer posts a document from internet. 2)

  • Acrobat 3D versus Toolkit

    Hi, First, I should explain that I have no experience with Adobe Acrobat (except for the Reader, that is). I create the instructions for the assembly and testing of my company's products. In addition, I create various instructional manuals for our cu

  • HELP ON LOGIN AND UPLOAD PAGE

    hi there. I currently design a website for a rugby club, and need to allow access to the coach to upload the team every Thursday. There is no point in putting Dreamweaver on his PC so would like to add a page where he logs in (he will be the only one