Question for skin.properties

Hi
In skin.properties there are definitions for css. what's the significance of the second part, like "body" in link.body.href: css/body.css
Can I add my another css like:
link.body.href: css/myBody.css
link.body.rel: stylesheet
link.body.index: 2
I want to be able to use 2 style sheets at the same time for site redesign, one is for old pages and one is for new pages.
Thanks

Hi,
        Qst:1 :- To disable groupware services you have to configure CLP Administration and remove the unwanted service links there.
        Qst2 :- You can not change the role permissions at iView level. You should go and define role permissions in the room template and recreate the room.
              Consider awarding points if this help you...
Regards
Ramesh Kotagiri

Similar Messages

  • Auth properties question for IPS3 or IPS6

    The Auth module in Portal 3.0 and 6.0 has
    the same template based logic, where
    the placeholder <subst data="XtokensX">
    in the mylogin.html template will be replaced
    with parameters specified in "mylogin.properties".
    In the mylogin.properties I can specify:
    TOKEN (will be translated to edit input field e.g. user name)
    PASSWORD (will be translated to password input field)
    Now the question:
    Sometimes I need other input types:
    e.g. select box (for selecting NT domain or LDAP directory)
    or hidden field (e.g. to hide challenge request password for assynch RADIUS auth)
    Are there any other undocumented tags
    for "mylogin.properties" which I can use?
    PS: I already described a workaround, which I used so far in
    http://softwareforum.sun.com/NASApp/jive/thread.jsp?forum=2&thread=14219
    but I am wondering, if there is a more sophisticated way
    to address customer needs.
    Thanks,
    Alex

    The Auth module in Portal 3.0 and 6.0 has
    the same template based logic, where
    the placeholder <subst data="XtokensX">
    in the mylogin.html template will be replaced
    with parameters specified in "mylogin.properties".
    In the mylogin.properties I can specify:
    TOKEN (will be translated to edit input field e.g. user name)
    PASSWORD (will be translated to password input field)
    Now the question:
    Sometimes I need other input types:
    e.g. select box (for selecting NT domain or LDAP directory)
    or hidden field (e.g. to hide challenge request password for assynch RADIUS auth)
    Are there any other undocumented tags
    for "mylogin.properties" which I can use?
    PS: I already described a workaround, which I used so far in
    http://softwareforum.sun.com/NASApp/jive/thread.jsp?forum=2&thread=14219
    but I am wondering, if there is a more sophisticated way
    to address customer needs.
    Thanks,
    Alex

  • Question for install repository on RAC environment

    hi all,
    Our RAC has two nodes: node1(primary) and node2. Each node has two database instances: odsstag and ods. I've finished with odsstag, and
    now I am testing on ods. I create a new repository owner on node1.ods, and get
    node2.ods registered via repository assisstant. My question is will this change
    the value for rtrepos.properties file? I mean do I need to copy the file to
    node2 again?
    thanks

    Hi,
    you should use node net service name
    Regards,
    Oleg

  • Best way for skinning a JSF2.0 application

    Hi,
    I’m wondering what is the best way to skin my application.
    My applications uses facelet templates with css files included.
    The css of my custom components are injected with the @ResourceDependancy annotation.
    My question is if there is a standard way for skinning (in JSF2.0)
    Thanks for the suggestions.
    Pieter

    There is no boxed feature for skinning, however, it should be possible using the @ResourceDependency annotation.
    If each skin is contained within a resource library, then you can refer to the library via EL expression within the annotation:
    @ResourceDependency(library = "#{user.selectedSkin}", name = "style.css")
    selectedSkin resolves to a library name included with your component library.

  • Skin.properties

    Hi All,
    I need to add a CSS reference to the portal. According to documentation, I added
    reference to to CSS in skin.properties. When I start that application it is not
    able to find the style sheet.
    Weblogic Server Console error is
    <Mar 16, 2004 4:06:36 PM CST> <Error> <netuix> <BEA-420028> <The skin resource
    at base path /framework/skins/intranet/css/style1.css could not be found.>
    I have tried redeploying , reopening workshop and restarting the server.
    Any help appreciated.

    Hi Satish,
    Try checking the value of the property
    link.search.path
    in skin.properties and combine it with the value you've given to
    link.body.href
    for your css, and make sure the combined path matches the location of your css
    on the file system.
    "satish patil" <[email protected]> wrote:
    >
    Hi All,
    I need to add a CSS reference to the portal. According to documentation,
    I added
    reference to to CSS in skin.properties. When I start that application
    it is not
    able to find the style sheet.
    Weblogic Server Console error is
    <Mar 16, 2004 4:06:36 PM CST> <Error> <netuix> <BEA-420028> <The skin
    resource
    at base path /framework/skins/intranet/css/style1.css could not be found.>
    I have tried redeploying , reopening workshop and restarting the server.
    Any help appreciated.

  • Creating multiple profiles, using unified profile types, to store multiple values for same properties

    Hi All:
    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.
    The scenerio is,
    define unified profile types (Business, Vacation) using Personalization
    admin tools, using com.beasys.commerce.axiom.contact.User,
    com.beasys.commerce.axiom.contact.UserHome,
    com.beasys.commerce.axiom.contact.UserPk,
    com.beasys.commerce.axiom.contact.User for Profile Class, Home, Pk class,
    JNDI name respectively.
    Define Property set 'HotelCommerce' with property
    HotelProp as single, restricted, text (valid values Single, Double)
    Now you can use the attached jsp files to login as a user and try to set the
    property value for HotelProp for each profile. As per my understanding, I
    was expecting that I can set different values for the property 'HotelProp'
    for each profiles. But unexpectedly, all the profiles get the same value.
    Question. is it the correct behavior? if yes, how can I achieve this
    functionality?
    if not, do you see any problem in my scripts?
    your answer asap is appreciated. we need to make decision on using
    Personalization server v/s developing our own Personalization server!!!:)
    thanks,
    -rajesh
    PS: I have tried 'Unified Profile Example' type too, but that did not work.
    [propsettest.jsp]
    [home.jsp]

    I am trying to create multiple profiles, using unified profile types, to
    store multiple values for same properties. Here my intention of using
    'unified profile types' is to create multiple profiles (to store multiple
    values for a property). All the properties are stored in the same database
    maintained by Personalization server. Also, I am trying to use the same
    'USER' ejb as profile class/home/pk/jndi.Hello Rajesh,
    This is not the purpose of the UUP. The UUP is used to allow existing
    database schemas to be aggregated with the existing Weblogic Personalization
    Server database schema to provide a single, customized user profile with which
    to maintain the user properties (
    http://e-docs.bea.com/wlcs/p13n/users.htm#1068901 )
    If you want to have properties that change value based on some "profile" or
    classification of a user, then you should use classifier rules to change the
    user from "OnVacation" to "AtWork" or "AtHome". You can use these classifier
    rules to select content for the user or conditionally execute logic (
    http://e-docs.bea.com/wlcs/p13n/rules.htm )
    Ture Hoefner
    BEA Systems, Inc.
    1655 Walnut Street; suite 200
    Boulder, CO 80302
    www.beasys.com

  • Disable Lazy Loading for Navigation Properties on Entities in EF 5

    Hello all,
    Can we disable Lazy Loading for Navigation properties on any entity?
    If yes, how we can achieve the same.
    Thanks,
    Naresh

    Hi Naresh;
    If you are using code first you can do the following to turn off Lazy loading for a given navigation property. For example
    lets say we have a Customers table and a Orders table and a Customer can have 1 to many Orders the following POCO class has a ICollection that is mark as virtual, This causes Lazy loading to happen when a property of order is accessed.
    // Lazy Loading Enabled
    public class Customers
    public int Id { get; set; }
    public string Name { get; set; }
    public virtual ICollection<Order> Orders { get; set; }
    To turn off Lazy loading remove the virtual key word as follows:
    // Lazy Loading Is Disabled
    public class Customers
    public int Id { get; set; }
    public string Name { get; set; }
    public ICollection<Order> Orders { get; set; }
    To turn of Lazy Loading for all entities using Code First you can do the following in the constructor of the DbContext.
    public class MyContext : DbContext
    public MyContext()
    this.Configuration.LazyLoadingEnabled = false;
    If the above does not meet your needs please tell us what version of the Entity Framework, which context type you are using, for example ObjectContext or DbContext, and which modeling you are using such as Code First, Model First or Database First.
    Fernando (MCSD)
    If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".

  • Skin.properties script index

    My attempts to utilize the index attribute for scripts, within the skin.properties file have failed. My understanding is that I can index some, but am not required to index them all. Whenever I turn the index numbers on though, I get the error "An error has occured", with no further information. However, if I turn the index numbers off, the scripts are all pulled in, but not in the order I need them to be. I would really appreciate some guidance as to where it is I'm going wrong, as I'm sure it's probably something quite basic and obvious that I'm just missing.
    script.skin.src:          skin.js
    script.skin.type:          text/javascript
    script.menu.src:          menu.js
    script.menu.type:     text/javascript
    script.util.src:          util.js
    script.util.type:          text/javascript
    script.delete.src:     delete.js
    script.delete.type:     text/javascript
    script.float.src:          float.js
    script.float.type:          text/javascript
    script.menufx.src:     menufx.js
    script.menufx.type:     text/javascript
    script.menuJAC.src:     menuJAC.js
    script.menuJAC.type:     text/javascript
    script.menuJAC.index:     1
    script.rss.src:          rssReader.js
    script.rss.type:          text/javascript
    script.rss.index:          2
    script.announce.src:     announcements.js
    script.announce.type:     text/javascript
    script.announce.index:     3
    script.net.src:          net.js
    script.net.type:          text/javascript
    script.net.index:          4
    script.header.src:     headerFunctions.js
    script.header.type:     text/javascript
    script.header.index:     5
    script.search.path: js, ../../../resources/js

    Hi Satish,
    Try checking the value of the property
    link.search.path
    in skin.properties and combine it with the value you've given to
    link.body.href
    for your css, and make sure the combined path matches the location of your css
    on the file system.
    "satish patil" <[email protected]> wrote:
    >
    Hi All,
    I need to add a CSS reference to the portal. According to documentation,
    I added
    reference to to CSS in skin.properties. When I start that application
    it is not
    able to find the style sheet.
    Weblogic Server Console error is
    <Mar 16, 2004 4:06:36 PM CST> <Error> <netuix> <BEA-420028> <The skin
    resource
    at base path /framework/skins/intranet/css/style1.css could not be found.>
    I have tried redeploying , reopening workshop and restarting the server.
    Any help appreciated.

  • How can you change your security question for I tunes?

    How can you change your security question for I tunes?

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then the steps half-way down this page give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 link above to add a rescue email address for potential future use

  • I have a new email address and my old email keeps coming up on icloud when trying to update apps and i don't know the password or security questions for the old email. I can sign in with my apple id which is tied to another email but not itunes how to fix

    I have an apple id and it has my current email attached to it. however when i go to update apps it's asking for the password for an old email. I no longer have the old email and can't use it. when I go to icloud on my ipad it asks for the password for old email. it doesn't allow me to change the old email to current. when i go to reset it i can't remember the password or security questions for the old email so it doesn't let me go any further. How do I fix this? Do i need to call apple support?

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • I am having trouble answering my old security questions for my itunes account and it is creating a problem because I am not able to purchase apps/songs on my new IPAD. What phone number/email adress should I call to get a quick response to my issue?

    I have recently bought an IPAD 2 for my girlfriend and have encountered a problem with purchasing apps through my itunes account. It is requesting that I not only enter my pasword (which I know) but answer my old account questions, which I have forgotten the answers to. It had since locked me out of changing my questions for eight hours. Is there any number I can call to prove that I am the real owner of my itunes account so my girlfriend will be able to use her ipad to purchase new apps without having to go through the trouble of using one of my other apple devices? Random information: I believe my questions were set back in 2007 when I purchased my first ipod nano, since then I have used this same itunes account for my own ipod touch and ipad 2 and my girlfriends iphone 1st generation. I have never run into a problem regarding my questions before on any of these devices

    http://www.apple.com/support/itunes/contact/

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.   When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and

    Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.
    When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and last name).
    I changed the computer name in Preferences/Sharing to a new name and Preferences/Accounts to just be Mike. I can right click on my account name, choose advanced, and see that everything looks right.
    However, If I do a scan of my network with my iPhone using the free version of IP Scanner, it lists my computer as First-Lasts-MacBook-Pro! And it lists the user as First-Last.
    So even though another Mac just sees my new computer name, and my home folder is Mike, somewhere in the system the original setup with my full name is still stored. And it's available on a network scan. So my full name might show up at a coffee shop.
    Can I fully change the name without doing a complete re-install of Lion and all my apps?

    One thought... you said the iPhone displayed your computer's old name? I think that you must have used the iPhone with this computer before you changed the name. So no one else's iPhone should display your full name unless that iPhone had previously connected to your Mac. For example, I did this exact same change, and I use the Keynote Remote app to connect with my MacBook Pro. It would no longer link with my MacBook Pro under the old name, and I found that I had to unlink and then create a new link under the new name. So the answer to your question is, there is nothing you need to do on the Mac, but rather the phone, and no other phone will display your full name.

  • I seem to not enter the correct answers to my security questions for itunes to buy an in-app purchase and also cannot answer the questions exactly like i answered them when creating the account for my ipod, how do i find out what answers i put

    I seem to not enter the correct answers to my security questions for itunes to buy an in-app purchase and also cannot answer the questions exactly like i answered them when creating the account for my ipod, how do i find out what answers i put for my ipod touch and itunes?

    Try these previous discusssions:
    recover answers to security questions: Apple Support Communities
    how do i change apple ID security...: Apple Support Communities

  • I want to reset my privacy questions for my apple i.d. But when i request to do so it sends it to a email address that isnt on my file can anyone tell me why its not working?

    I want to reset my privacy questions for my apple i.d. But when i request to do so it sends it to a email address that isnt on my file can anyone tell me why its not working?

    1)  Apple ID: All about Apple ID security questions
    Torrifromny wrote:
    I want to reset my privacy questions for my apple i.d. But when i request to do so it sends it to a email address that isnt on my file ?
    2)  See Here.  Apple ID: Contacting Apple for help with Apple ID account security
    Ask to speak with the Account Security Team...
    3)  Or Email Here  >  Apple  Support  iTunes Store  Contact

Maybe you are looking for

  • My device is detected by itunes but impossible to sync

    Hi, I`ve managed to transfer my iTunes library from my old computer (windows xp) to my new laptop (windows 8) through iTunes but now i´ve a sync problem. When y plug my iPod,the computer and iTunes detect it perfectly  and starts running iTunes. Then

  • Recycle

    When I was setting up and registering my new MacBook there was a label that could be used to send back an old computer to be recycled. Since I was not connected to a printer at the time I figured I would come back to that after I had finished transfe

  • URGENT: How to add an URL link to an Image?

    Hi, I need to be able to link a web page from an image . How can I do this using Oracle Portal? Many THANKS Mariela

  • How to transfer acquired itunes items or apps to someone with an own account?

    Hi! My son has his first own ipod touch and his own Apple ID. Now, I would like to transfer all "his" apps and his itunes tracks on his new ipod / his Apple ID. What do I have to do? Thx Jörg

  • HT4528 iOS 7: I'm getting an error message while trying to make an in-app purchase.

    It reads: YOUR PURCHASE COULD NOT BE COMPLETED. for assistance ..blah blah support ..blah blah.  I have tried with both restrictions (in the 'General' settings enabled and disabled) no workie. The catch is I am able to download apps but I am not able