Regd Style Sheets in Portal

Hi,
I am trying to change the Style of my Portal pages.I found that procedure named wwpob_app_style.render_css renders the style sheet for a page.Is there any way to tell my portal page to use my own style sheet.(like we give a css in HTML files)
and one more thing i want to know is where all the HTML classes are stored.is that stored in the database or in any css file in the server.
Regds
Rajesh Kanna.V

Hi Rajesh/Pernille,
You can use your own stylesheets for a page by using user interface templates. Create a unstructured user interface template that
uses your own stylesheet (by using the <LINK> tag in your head or by directly using the <STYLE> tag - see code snippet given below)
and use this template for your page. The following code snippet for a UI Template uses a custom stylesheet in addition to the stylesheet
generated by Portal:
<HTML dir=#DIRECTION#>
<HEAD>
<TITLE>#TITLE#</TITLE>
<SCRIPT LANGUAGE="JavaScript1.1" SRC="/pls/portal30/PORTAL30.wwv_javascript.fetch_script?p_name=popUpWindow">
</SCRIPT>
#PAGE.STYLE#
<link rel="stylesheet" type="text/css" href="/images/css/my.css">
<style type="text/css">
body {
scrollbar-arrow-color: white;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: yellow;
scrollbar-track-color: #F1F1F1;
scrollbar-face-color: #93B5DE;
scrollbar-shadow-color: white;
scrollbar-highlight-color: silver;
scrollbar-3d-light-color: black;
</style>
#PAGE.BASE#
</HEAD>
<BODY>
#BODY#
</BODY>
</HTML>
And Rajesh, the CSS generated by Portal for a page is generated during Page rendering from the database..
Regards,
Rupesh

Similar Messages

  • Adjusted Style Sheet in portal

    I have read Note
    1059450 - Unified Rendering corrections (SAP_BASIS 700 SP13-Pre1)
    and wonder what actually the Adjusted Style Sheet is.
    Quote message from Note:
    Summary
    Symptom
    Unified rendering for Web Dynpro ABAP needs to be updated for error corrections.
    Other terms
    Solution
    The attached correction instructions contain the preliminary version of the Unified Rendering Support Package 13 for Web Dynpro ABAP.
    This corresponds to change list 101761.
    If you use the SAP Enterprise Portals, you must bear in mind the following:
    If you use Web Dynpro applications in a SAP Enterprise Portal with adjusted style sheet, the portal must have Version 7.0 Support Package 13 or higher.
    Could someone please advise?
    Thank you

    Hi Doug,
    don't know if I understand you correctly. If you want to use another stylesheet from another application server within your web dynpro which is integrated in portal you can overrule the portal style in the following way.
    -> Open the iView parameters (show all parameters) where you have integrated your web dynpro and where you want to change the stylesheet
    -> Go under "Application Parameters" and add the following url example as followed:
    sap-cssurl=<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/webdynpro/resources/sap.com/tcwddispwda/global/ssr/themes/portal/ap_aponline/ur/ur.ie6.css
    In lower release (EP6 on WAS 6.20) you also must change "Hand over Portal Stylesheet" to No. In upper releases, this one is not existing anymore
    Hope that helps,
    Regards,
    Frank

  • Incorporating style sheets in portal

    Hi all,
    Is it possible to create our own stylesheets(css files)in Portal other than the ones we create using the Wizards provided. Also is it possible for us to use the already existing css files?
    Thanks in advance.
    Regds.
    Kiran.

    Hi Rajesh/Pernille,
    You can use your own stylesheets for a page by using user interface templates. Create a unstructured user interface template that
    uses your own stylesheet (by using the <LINK> tag in your head or by directly using the <STYLE> tag - see code snippet given below)
    and use this template for your page. The following code snippet for a UI Template uses a custom stylesheet in addition to the stylesheet
    generated by Portal:
    <HTML dir=#DIRECTION#>
    <HEAD>
    <TITLE>#TITLE#</TITLE>
    <SCRIPT LANGUAGE="JavaScript1.1" SRC="/pls/portal30/PORTAL30.wwv_javascript.fetch_script?p_name=popUpWindow">
    </SCRIPT>
    #PAGE.STYLE#
    <link rel="stylesheet" type="text/css" href="/images/css/my.css">
    <style type="text/css">
    body {
    scrollbar-arrow-color: white;
    scrollbar-base-color: black;
    scrollbar-dark-shadow-color: yellow;
    scrollbar-track-color: #F1F1F1;
    scrollbar-face-color: #93B5DE;
    scrollbar-shadow-color: white;
    scrollbar-highlight-color: silver;
    scrollbar-3d-light-color: black;
    </style>
    #PAGE.BASE#
    </HEAD>
    <BODY>
    #BODY#
    </BODY>
    </HTML>
    And Rajesh, the CSS generated by Portal for a page is generated during Page rendering from the database..
    Regards,
    Rupesh

  • Render Portal Style Sheet in New Page

    I created a PL/SQL Portlet that displays a list of users. When you click on a person, a new window pops up and displays information about that user.
    That works find. However, I would like the window to have the same look and feel as the portal page. I need to bring the page style sheet (css) over to the next window. Do you know if a PL/SQL Portal API that can generate the style sheet in the header area of the new page that I opened?
    Should I use a template to display my information in? If so, how do I pass the results to this template?
    Thanks

    OK, I think I got it.
    I created a structure user interface template called My_Template. In the template I set up everything. I set up the look and feel, colors, images, etc.
    Now, in my code, I use the following API.
    PORTAL30.wwv_headings.show_header(
    p_template => 'PUBLIC.MY_TEMPLATE',
    p_heading => 'The Title',
    p_help_link => '');     
    htp.p('</BODY></HTML>');
    Which will translate into the following HTML
    <HTML>
    <TITLE>My Title</TITLE>
    <BODY bgcolor="#B5B591">
    <TABLE width="100%" height="40" cellpadding=0 cellspacing=0 border=0 bgcolor="#B5B591" >
    <TR>
    <TD width="1%" align="LEFT"><IMG SRC="/images/cantrac2.gif" ALT="Return to the CANTRAC MENU(Application Home)" border="0"></TD>
    <TD width="97%" align="LEFT"><FONT STYLE="font-family:Helvetica;color:black;font-size:16pt;"><B><NOBR>My Title</NOBR></B></FONT></TD>
    <!-- frame_link = -->
    <TD width="24" height="24"><IMG SRC="/images/cantrac_menu.gif" valign=top ALT="Application Home" border=" 0"></TD>
    </TR>
    </TABLE>
    </BODY></HTML>
    I still don't get the STYLE sheet but it looks close enough.
    When I create a unstructure UI template and use the #PAGE.STYLE# command, the style is null when I call a new browser window. Need to look into what portal API to use to get this information.

  • Mapping style templates and properties to Actual Style Sheet Classes

    I got this response to an email regarding creating a customized style sheet and thought others might find it useful following is my initial question and the response from David Phipps. If anyone else has input to this conversation please join in.
    Initial question: I'm trying to create a highly customized style sheet and could use a matrix that maps the various properties to the styles that each property affects. I have had some success determining the specific styles that I would like to change but am unable to use the style mill with any efficacy to make those changes. We are attempting to create a single language style sheet with a unique color scheme that matches our branding. One big problem we have run into is that certain styles are called in multiple places with different backgrounds (i.e. breadcrumbText). Any help along these lines that you could provide would be greatly appreciated.
    Response:The CSS style mapping is not terribly satisfying right now; many objects share common CSS styles, which means if you change one tiny thing the whole page changes. We don't have a matrix or spreadsheet or styleguide that lays out the page itself and defines the styles used in each point. However, the stylesheet mill should work for you, and it's possible that what you have going on is a problem with your mill or an incomplete copy of what it generates.
    There are 18 styles in the portal currently; you can actually create new styles and populate them, which sounds like the option you are interested in. The mill is just an ANT script that uses the template files in the templates directory and combines them with the property files in the prop-color and prop-text directories.
    The prop-text files are per language (10 languages); if you check you'll see the values are all the same right now; the idea is you could change the font names or sizes per-language if you wanted to.
    The prop-color files are per style (18 styles). If you want a new set of property values for, say, style 19, you'd add a file called color.19.properties, and the mill would pick that up and generate 190 files (19 styles x 10 languages). It would then add a new line to community-themes.txt, which has a name of each style for each language, based on data it picked up from your new color.19.properties file.
    The real secret is that you only add color style elements you want to override. If you want a specific set of styles to always be available, just add them directly to the appropriate template file (in your case, the portal50.template file) without using the @variable@ in place of actual values. Then you're just adding new style overrides that apply everywhere.
    Finally, you can add arbitrary new properties to your new prtoperties file and use those in the template:
    in portal50.template:
    ..actionbarPortletBg {background-color: @personal.and.interesting.setting@;}
    in color.19.properties:
    personal.and.interesting.setting=#ff9900
    So the CSS mill is just a glorified text replacement tool.
    Remember that the CSS mill works this way:
    - Run make_all.bat if you're not sure and want to insure you've remilled everything, otherwise use make_community_css.bat or make_menu.bat to remill only community styles or those for the jsportalmenus dropdown, respectively.
    - The resulting files are created in ptimages/tools/cssmill/css
    - You have to copy the resulting files by hand to the imageserver CSS location, which is
    ptimages/imageserver/plumtree/common/public/css
    - You have to forcibly stop and restart your imageserver, be it Apache, Tomcat, IIS, Websphere or whatever; no matter what anyone says the new content won't show up reliably until you restart your imageserver.
    You probably know all this and your real problem is the CSS is not specific enough, that is, you can't get individual items to change like you want. We have been working on this, and the new version of the portal will have much more addressable CSS styles, including the ability to specify styles for individual navigation elements, individual pages, and individual portlets. This basically meant rewriting the HTML we generate, of course.
    Since you can override and rewrite chunks of our HTML as well using View Overrides, if you're in a jam we can walk you through how to rewrite specific bits of the UI that are causing you trouble - for instance, the code that generates the breadcrumbs itself.
    David Phipps
    Senior Engineering Manager
    Plumtree Software

    One way to do this is to give the <body> tag an ID. In a template, you need to make the ID attribute of the <body> tag editable.
    You would then have something like this in your style sheet:
    #home.oneColFixCtrHdr #container #navigation li,
    #services.oneColFixCtrHdr #container #navigation li,
    #about.oneColFixCtrHdr #container #navigation li,
    #contact.oneColFixCtrHdr #container #navigation li,
    #testimonials.oneColFixCtrHdr #container #navigation li,
    #links.oneColFixCtrHdr #container #navigation li
    background-color:
    #66ccFF;
    border-bottom-width: 1px;
    border-bottom-style:
    solid;
    border-bottom-color: #FFFFFF;

  • How to apply style sheet (.css) in Weblogic directory listing

    Hi,
    We are migrating a directory listing application from Apache to Weblogic.
    Earlier we did this by Apache httpd.conf entry like below :
    <Directory "/opt/apache/httpd-2.1.9/htdocs/Myreportfolder">
    IndexOptions FancyIndexing FoldersFirst NameWidth=* XHTML
    IndexOrderDefault Descending Date
    IndexStyleSheet "/css/style.css"
    </Directory>
    /opt/apache/httpd-2.1.9/htdocs folder has all it's usual resource files.
    We were able to see documents in "Myreportfolder".
    Now we have moved to Weblogic and using virtual directory mapping as below and we are trying to achieve the same thing:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <wls:weblogic-web-app xmlns:wls="http://www.bea.com/ns/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">
    - <wls:container-descriptor>
    <wls:index-directory-enabled>true</wls:index-directory-enabled>
    <wls:index-directory-sort-by>LAST_MODIFIED</wls:index-directory-sort-by>
    </wls:container-descriptor>
    - <wls:virtual-directory-mapping>
    <wls:local-path>/Myreportfolder</wls:local-path>
    <wls:url-pattern>/*</wls:url-pattern>
    </wls:virtual-directory-mapping>
    <wls:context-root>/getreports</wls:context-root>
    </wls:weblogic-web-app>
    We are able to view the reports but we do not get look-and-feel of Apache like directory listing.
    but we encounter below issues:
    1) File/Folder icons are not visible - we want to use style sheets in http header from the response that is returned from weblogic server
    2) Filename is limited to 29 characters when it is showing
    3) Files are not sortable as Descending order - we sorted using tag <wls:index-directory-sort-by>LAST_MODIFIED</wls:index-directory-sort-by> but the latest file is shown at the last
    We are thinking that Weblogic must be having some configuration like Apache httpd.conf where we can apply style sheets (css ).
    We would appreciate af anyone can provide better insight into the issue.
    or is it possible to extend weblogic.servlet.fileservlet class to serve this purpose.
    Thanks & regards,
    Rabi

    Hi Vikash,
    Check the below links which will you idea on the same.
    Stylesheet for WDA without integrating in SAP Portal
    Apply custom css to WebDynpro application
    Thanks
    KH

  • How to include custom style sheets in BI 7 WAD (Web Reports)

    Hi,
    I have WAD in 3.X, where I have used custom stylesheets. Now I need to use the same style sheets of 3.x development in BI 7 WAD.
    How do i achieve this?
    Regs, Arka

    Hi,
    Stylesheets cannot be included via the Web Application Designer for BI 7.0 web templates. You need to use the Theme Editor of the Portal instead. Please refer to the documentation:   
    http://help.sap.com/saphelp_nw70/helpdata/de/f4/bb7a3b688d3c1de10000000a11402f/frameset.htm
    Best regards,
    Janine

  • How to apply style sheet to design page

    hi all,
    i have a discussion,
    how to apply a style sheet to design page in webdynpro.
    thanks
    vikash

    Hi Vikash,
    Check the below links which will you idea on the same.
    Stylesheet for WDA without integrating in SAP Portal
    Apply custom css to WebDynpro application
    Thanks
    KH

  • How to attach a CSS style sheet ?

    Hi,
    How to attach a CSS Style sheet to a portal page ?
    Thanks for your help,
    Jean-Christophe

    For a standard Portal page you should use the Portal styles and associate them to a page. These effectively generate a CSS style sheet anyway if you view the HTML source of a rendered page in your browser.
    Using the correct PDK APIs you effectively reference the CSS tags in your Java or PL/SQL code.
    If your portlet need to open a page in a new window you can no longer reference the Portal page style as the CSS style sheet does not get attached.
    In this situation, code your HTML as normal and reference your CSS style sheets as normal.
    If you create you CSS sheet you can store it in a page as a file and access using the direct access URL like I showed you in a previous response regarding the storing of images.
    Cheers,
    John

  • How to use own style sheet in user interface templates to change buttons, fields look

    I want to use my own style sheet to change the appearance of buttons, form fields etc. while applying my own user interface template. I know I can create an unstructured UI template to change logos, body color etc. but how do I apply css to buttons, fields generated by the portal components form wizard ?
    If this is not possible, how do I create my own form and get the same functionalities of a wizard generated form ?
    Thanks.

    Mrinal,
    I have solved that problem fortunately.
    What I did was to create my own unstructured user interface template. In the unstructured UI template, you can use style.
    for example, in between the <head> tags, write <style> tages and create own classes for buttons, textboxes etc.
    Then write a javascript to assign those classes to the buttons. Call the javascript function on OnLoad event in <BODY> tag.
    That will do the job.
    for example you have a style class called buttonclass for buttons.
    <script langauge=javascript1.1>
    function setstyle(form) {
    for (var i=0; i<form.length; i++) {
    if (form.elements.type == 'button') {
    form.elements[i].className = "buttonclass";
    </script>
    <BODY onLoad = "setstyle(document.forms[0]);">
    hope this helps.
    Mainak

  • Style Sheets

    Hi All
    Apart from the built in style classes, I want to be able to use additional style classes within my Portal page. Is there a way to extend the oracle portal style with custom classes? Any other way to accomplish this?
    Regards
    Harry

    You could use an unstructured template for your page that references an external style sheet. This would allow for some customization.

  • Java.io.FileNotFoundException: Unable to locate style sheet "oracle/webcent

    Hi
    I have created a webceter application in jdeveloper 11.1.1.4 with the default page templates and pages.
    After creating the application i followed the below steps
    1. Created a new skin file test-skin.css under webcontent/oracle/webcenter/portalapp/skins
    2. Created a trinidad-skins.xml under WEB-INF and configured it as below
    <?xml version="1.0" encoding="windows-1252" ?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
    <skin>
    <id>testskin</id>
    <family>testskin</family>
    <version>
    <name>v1</name>
    <default>true</default>
    </version>
    <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
    <style-sheet-name>oracle/webcenter/portalapp/skins/test-skin.css</style-sheet-name>
    </skin>
    </skins>
    3. Made entry in the trinidad-config.xml as
    <?xml version="1.0" encoding="windows-1252"?>
    <trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
    <skin-family>testskin</skin-family>
    </trinidad-config>
    4. Ran the portal but got error on the console as below
    <StyleSheetEntry> <_getNameResolver> Could not load style sheet: oracle/webcenter/portalapp/skins/test-skin.css
    <StyleSheetEntry> <_getNameResolver>
    java.io.FileNotFoundException: Unable to locate style sheet "oracle/webcenter/portalapp/skins/test-skin.css" in local styles directory (C:\Users\197944 \AppData\Roaming\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\tmp\_WL_user\TestSkin_V2.0\7x71m9\public\adf\styles), or on the class path.
    Please be sure that this style sheet is installed.
         at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry._getNameResolverForStyleSheetFile(StyleSheetEntry.java:439)
         at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry._getNameResolver(StyleSheetEntry.java:347)
         at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry.createEntry(StyleSheetEntry.java:78)
         at org.apache.myfaces.trinidadinternal.skin.SkinImpl._createStyleSheetDocument(SkinImpl.java:563)
         at org.apache.myfaces.trinidadinternal.skin.SkinImpl.getStyleSheetDocument(SkinImpl.java:346)
         at org.apache.myfaces.trinidadinternal.skin.SkinExtension.getStyleSheetDocument(SkinExtension.java:527)
         at org.apache.myfaces.trinidadinternal.skin.SkinStyleProvider.createStyleSheetDocument(SkinStyleProvider.java:158)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getStyleSheetDocument(FileSystemStyleCache.java:649)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getEntry(FileSystemStyleCache.java:424)
         at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache.getStyleSheetURIs(FileSystemStyleCache.java:178)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.StyleSheetRenderer.encodeAll(StyleSheetRenderer.java:97)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._renderSkinStylesheet(DocumentRenderer.java:1999)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:885)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.renderView(CustomViewHandler.java:279)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:777)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:293)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:213)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    I also tried creating portal resource for the skin by right clicking on the skin file, but i still get the same error.
    If i create a skin file under anyother folder directly under the webcontent say /css/test-skin.css it works file.
    Am i doing something wrong or missing any entries?Help is appreciated.
    Thanks

    By default, trinidad-config picks up the skin setup through the preference bean - "#{preferenceBean.defaultTrinidadSkin}". The default skin can be setup through adf-config.xml at design time (look for <portal:preference id="oracle.webcenter.portalapp.skin") or using the Administration console at run-time. The value used here is whatever you've configured as "Skin Family" when creating the portal resource.
    Of course, you can edit the trinidad-config to hard-code the skin as well using the same "Skin Family" from the Create Portal Resource dialog.

  • Integrating Style sheet in WD abap

    Hi,
      I need to integrate Style sheet in WDA,the style sheet holds all the data and format of displaying,is it possible to directly call style sheet in view...
    Thanks
    Chinna

    The only way to manipulate the stylesheets used by Web Dynpro is to use Portal Themeing.  If you run you application within the portal it will automatically take on what portal theme has been customized.  If you run your application standalone then you must use the standalone theme editor to create a custom theme and run it via URL parameter.  This approach is not officially supported by SAP but there are documents on SCN that describe the process.

  • Use of Style sheet

    Hello Everybody
    1. Can anyone please let me know what advantage i am going to get by using in OBIP reports and how to use it.
    2. How to use the style sheet in my report.
    3. I tried to access the default style sheet of Oracle available in the tool. But the file having an extension of xssz. Can you please let me know how to open this file.
    Thanks
    Srikant

    Rick, thanks for the tip. I'll check out @import and see how
    that works.
    To give you both a little background, since I often see your
    names on this forum, I'm building a brand new help project for a
    brand new product. I'm trying to make smart, scalable
    infrastructure decisions for the product and help project's future.
    Currently, I'm the only author, but in the future there will
    certainly be others.
    I'm using RoboHelp 7 now, and considering the upgrade to
    RoboHelp 8. I also need to make decisions about source control and
    deployment, but those will be mostly made by our development and IT
    departments. Our product is written in Ruby, which RoboHelp does
    not provide API support for, and our development team would like to
    get away from IIS to serve up the pages of our web portal, which
    RoboHelp Server utilizes. So I'll probably have some more questions
    for you guys in the near future :-D
    Any recommendations about upgrading to RoboHelp 8? Any
    suggestions for providing context sensitive help via Ruby on
    Rails?

  • Custom cascading style sheet

    We are using 'skin_custom.properties' to point to a style sheet that will contain
    all our values to the existing selectors in the various style sheets. For example,
    in 'body.css', the 'background-color' property is set for '.bea-portal-body'.
    However, we override this in our own style sheet.
    The problem arises from the fact that the order of the style sheets is determined
    by the optional "index" attribute set in the .properties file and that unindexed
    groups are "rendered last in an arbitrary order". If you look at 'skin.properties',
    most of the standard style sheets do NOT use the "index" attribute. I would like
    my style sheet to be the last one so that it will take precedence but it doesn't
    look like this is possible. Any ideas?
    I prefer not changing the standard style sheets because that will be a maintenance
    nightmare whenever a new release is installed. Using the 'skin_custom.properties'
    is very clean and maintainable. Once again, any ideas would be greatly appreciated.

    Hi Scott,
    I've done a quick test using a CSS file located on the filesystem. My CSS contains the following
    #tCarmineTabs{margin:0px 0px 5px 0; padding: 0px; border-bottom:2px solid #000; border-top:none; line-height:normal;font-weight:bold;background: url(http://localhost:8080/i/themes/theme_carmine/tab_bg.jpg) repeat-x left middle;}
    This works fine in IE with the background image being displayed, however the image is not being displayed in Firefox. So it looks like it's browser related.
    I'll do some further testing on Firefox and see if I can get the image to display.
    Andrew.
    http://www.apexskins.com

Maybe you are looking for

  • Error while deploying Human Task

    Hi All, I am getting the following error while deploying a simple Human Task Error while deploying the form on server "Tom-latitude" Error message : java.lang.SecurityException      at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)      at java.lan

  • Question regarding multi processes in ABAP

    Hi We have written a ATC / Checkman Check Implementation. As we know the ATC / Checkman framework checks objects in object bundle of 50. Inside the check implementation we have to make a remote HTTP Call. That will be valid for all n instances. So th

  • SAP org chart on portal

    Hi, We have a test version of SAP ESS/MSS up and running. When I click on organizational unit it brings up the org chart. what is missing is that it does not bring up any vacant positions. Is is possible to display SAP org chart on portal? Is there a

  • "Length is too big" IOException when using OpenSSL key/certs

    Using WLS 5.1, SP6, Solaris Hello one and all: I am trying to test WLS with SSL. I am using the OpenSSL package to act as my own CA and generate and sign my own server certs. I don't have any problem with this part. However, when I try to use my priv

  • Back up and restore data

    How do i back up and restore all my stuff on my iphone 4, 8 GB without wifi or a computer Ive got icloud, itunes, and dropbox someone help me