Change default text in adf faces component in Webcenter Spaces

Hi ,
Here is the link that I found to change the default text in adf faces component. http://www.oracle.com/technetwork/developer-tools/adf/learnmore/49-skin-component-labels-169191.pdf
Scenario is simple :
Taskflow "ABC" is used in webcenter space through imported Library in spaces App. Taskflow "ABC"  have the pageFragment "view1" and fragment has a adf table on that page. I was trying to change the "Detach" text using below code in above provided instruction. 
{ "af_panelCollection.LABEL_DETACH_TABLE_DLG", "Any name for the Detachable Table" },
{ "af_panelCollection.LABEL_DETACH_TREE_TABLE_DLG", "Any name for the Detachable Tree Table" }
Query/Problem : I did change in the trinidad-skins.xml of DesignWCSpaces app ... redeployed the war.. But the text didn't changed. The above steps worked fine for individual ADF application ... SO what's wrong with implementation on Webcenter Spaces ?

Hi.
Basically you have to do the following:
Create an ADF JAR Library including your Skin (JS, Images, CSS Skin, Resources Bundles and trinidad-skins.xml)
Deploy the ADF JAR Library as Shared-lib in WebLogic.
Include in your weblogic.xml of the WebCenter Portal (Formerly Spaces) deployment via DesignWebCenterSpaces or the new extension the reference to the shared-lib.
Restart WebCenter Portal (Spaces). When starting WebCenter Portal (Spaces) it looks inside of the Classpath for all trinidad-skins.xml files.
Setup your custom skin for a Space and test.
If the Skin is not selectable in the Administration Console then register your new skin downloading/updating/uploading from the MDS the generic-site-resources.xml file of the default scope GUID.
If you still have issues then may I priorize a Blog entry explaining this .
Regards.

Similar Messages

  • Problem deploying ADF Faces component demo to Glassfish 3.1.2

    Hi,
    Jdev 11.1.2.3
    ADF Essentials
    Glassfish 3.1.2
    Windows 7 (64-bit)
    Following the instructions on https://blogs.oracle.com/shay/entry/deploying_oracle_adf_applications_to I'm able to deploy and run a very simple ADF Faces application.
    But when I try to deploy ADF Faces component demo (rfc-dvt-demo.war) I get following error:
    [#|2012-10-17T10:06:48.541+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22101: (Fatal Error) DOMSource node as this type not supported.
    |#]
    [#|2012-10-17T10:06:48.541+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22900: (Fatal Error) An internal error condition occurred.
    |#]
    [#|2012-10-17T10:06:48.557+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22101: (Fatal Error) DOMSource node as this type not supported.
    |#]
    [#|2012-10-17T10:06:48.557+0200|SEVERE|glassfish3.1.2|javax.enterprise.system.std.com.sun.enterprise.server.logging|_ThreadID=27;_ThreadName=Thread-2;|
    XML-22900: (Fatal Error) An internal error condition occurred.
    |#]
    [#|2012-10-17T10:06:48.572+0200|SEVERE|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=27;_ThreadName=Thread-2;|Critical error during deployment:
    com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/server/faces-11.1.2.3.0/WEB-INF/dvtManagedBeans.xml': XML-22900: (Fatal Error) An internal error condition occurred.
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:672)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:322)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225)
         at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4750)
         at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:550)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5366)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:498)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:917)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:901)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:733)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2018)
         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1669)
         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:301)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:461)
         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:353)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
         at org.glassfish.deployment.autodeploy.AutoOperation.run(AutoOperation.java:145)
         at org.glassfish.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:575)
         at org.glassfish.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:461)
         at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:389)
         at org.glassfish.deployment.autodeploy.AutoDeployer.run(AutoDeployer.java:380)
         at org.glassfish.deployment.autodeploy.AutoDeployService$1.run(AutoDeployService.java:220)
         at java.util.TimerThread.mainLoop(Timer.java:512)
         at java.util.TimerThread.run(Timer.java:462)
    Caused by: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/server/faces-11.1.2.3.0/WEB-INF/dvtManagedBeans.xml': XML-22900: (Fatal Error) An internal error condition occurred.
         at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
         at java.util.concurrent.FutureTask.get(FutureTask.java:83)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:670)
         ... 31 more
    Caused by: com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/server/faces-11.1.2.3.0/WEB-INF/dvtManagedBeans.xml': XML-22900: (Fatal Error) An internal error condition occurred.
         at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:920)
         at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:865)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at com.sun.faces.config.ConfigManager.getConfigDocuments(ConfigManager.java:656)
         ... 31 more
    Caused by: javax.xml.transform.TransformerException: XML-22900: (Fatal Error) An internal error condition occurred.
         at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:915)
         at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:502)
         at com.sun.faces.config.ConfigManager$ParseTask.getDocument(ConfigManager.java:1013)
         at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:911)
         ... 35 more
    Caused by: javax.xml.transform.TransformerException: XML-22101: (Fatal Error) DOMSource node as this type not supported.
         at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:917)
         at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:488)
         ... 37 moreI have also tried
    - to re-create the WAR file with "platform=Glassfish" in the deployment profile but with the same result
    - to create an EAR file with "platform=Glassfish" in the deployment profile but with the same result (I have read in the ADF docs that for ADF applications deployment of WAR files only works witin EAR files)
    From my knowledge the ADF Faces Component demo should be deployable on the certified and supported version of Glassfish as it consists of ADF Essentials features only.
    Anyone already succeeded with deployment of ADF Faces demo application on Glassfish?
    regards
    Peter

    Okay, so my problem was that the URL I was using was the OC4J launch url (http://host/applicationname and my welcome-file-list was
    <welcome-file-list>
    <welcome-file>LoginPage.jsp</welcome-file>
    </welcome-file-list>
    I tried these two variations
    <welcome-file-list>
    <welcome-file>LoginPage.faces</welcome-file>
    </welcome-file-list>
    <welcome-file-list>
    <welcome-file>faces/LoginPage.jsp</welcome-file>
    </welcome-file-list>
    and neither of these worked either. (I did restart the OC4J node between each attempt.)
    I finally created an index.html file for the application with an automatic refresh content="0;URL=faces/LoginPage.jsp" and this is working.
    Should the welcome-file-list have worked? Am I doing something wrong here?
    Thanks for the help. Mark

  • ADF FACES: Drag&drop of ADF Faces component set all prefixes to af: or :afh

    First i create a JSF page without ADF Faces components;
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
    <title>
    untitled2
    </title>
    </head>
    <body>
    <h:form>
    <h:outputText value="outputText0"/>
    </h:form>
    </body>
    </html>
    </f:view>
    Then i put the ADF Faces components <af:inputText (or <af:table>) label="Label 0"/> per drag & drop to my JSF page:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA11" prefix="af"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA11/html" prefix="afh"%>
    <f:view>
    <afh:html>
    <afh:head title="untitled2">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></meta>
    </afh:head>
    <afh:body>
    <af:form>
    <h:outputText value="outputText0"/>
    <af:inputText label="Label 0"/>
    </af:form>
    </afh:body>
    </afh:html>
    </f:view>
    !!! All tag prefixes are changed to af: or rather afh: !!!
    Why? Is this a feature? WHERE CAN I DISABLE THIS???
    I read in docs that ADF Faces components works well together with RI components or other and i can mix them.

    I posted about this recently and didn't get a single response. I've scoured the project setting/ preferences and was unable to find any pertinant setting. The workaround i've used is to design the entire page and then use notepad(yep notepad) to add the adf tags. Don't bother trying to open the .jsp/.jspx again in jdev or it will modify the tags. I'm assuming this will be addressed in the production release and am hoping this is not a branding issue.
    I'd love to hear a products person address this.

  • How to set event handler in af:inputText  adf faces component.

    Hi,
    I am using ADF Faces components for my application.
    I want to capture the onchange event of a text box on the server side.For this what should I do. How do I register an event handler for this.
    In the documentation of the CoreTags of the ADF for onFocus it is stated as below.Will this help me in any manner ?
    onfocus String the event handler for when the element receives focus.
    Please help me.
    Regards
    Uma

    Uma,
    - set autosubmit to true
    - set a value change listener in the managed bean
    Frank

  • How to change default texts in OSX dialogue windows?

    I'd like to change some of the texts that appear in the OSX dialogue boxes.
    One example: I have set my Mac up to ask for the password after N minutes of sleep. I would like to change the text in the box/window that appears when the Mac is woken up and where you are told to submit your ID and password (I'm sorry that I am not sure what exactly it says in English because I'm using another language).
    The closest thing to what I need I have come across is this:
    sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText 'Hands off'
    However, this applies only to the first login window you see after you have started the computer. I'd like to change other default texts as well.
    The default texts in different languages must be stored somewhere. How do I find them and how do I chage them? Any advice would be appreciated.

    It seems like the same problem as would be faced by someone localizing the OS, so perhaps there would be something useful here:
    http://developer.apple.com/internationalization/

  • How to change default text in Tray UI ?

    Hi:
    The default text at the icon to collapse and expand tray are "Collapse Tray" and "Expand Tray" I want to change it, How can I do it?
    I read the API    and I can't find it. If you see the API's page it will be the icon's text next to "Item 1".
    Thanks a lot for your time on this thread.
    Rocío.

    Hi Armin, thanks for your answer.
    So, it's not possible to custom HTML renderer....am I right?
    Thanks again.
    Rocío.

  • How to Change default text in Multi-Selection Table Bar

    Hi,
    I would like to change the default text "Select Object" on the Multi-selection Table Bar.
    I tried adding the following in my resultsCO but I'm getting errors:
    tableBean.setTableSelectionText("<newText>");
    Error(25,34): invalid method declaration; return type required
    Error(25,35): illegal start of type
    Error(25,3): missing method body, or declare as abstract
    What am I missing?
    Thanks much.

    I got it to work with the following:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OATableBean table = (OATableBean)webBean;
    // Set the install-base specific "control bar" select text:
    // "Select Item(s)…"
    table.setTableSelectionText("Select Item(s)...");
    }

  • Can I change default text size in CS5

    Every new document seems to open with a default text size of 12 pt. (or 0.167 inches). I am a sign maker and my typical artboard size is often 120" x 120" or larger.
    Is there a way to change the default text size so that new documents open with a text size of, say, 1 inch (or 3 inches, etc)?
    Any help would be greatly appreciated.
    thanks,
    Duncan McLean

    Open the New Document Profile that you use the most (from HD>Users><yourname>>Library>Application Support>Adobe>Adobe Illustrator CS5>en_US>New Document Profiles) or the equivalent path in Windows. Then go to Window>Type>Character Styles and double click on the [Normal Character Style] at the top of the list and modify the settings there to your liking. Save the document and restart AI.
    Here's a view

  • Changing default text color for new emails

    My wife has decided that she wants all of her out going messages to be in a blue 18 pt font. I figured out how to get the 18 pt font, but can't find how to chaneg the default text color. Any help would be appreciated.

    Changing your SIP domain will effect both Lync 2010 and 2013 (it happens at the top level). 
    Here is some information on doing this: http://blog.insidelync.com/2013/06/anatomy-of-a-sip-domain-change/ 
    I'd suggest getting it right prior to adding in your Lync 2013 topology, just for the sake of simplicity. 
    Rather than changing your SIP domain, is simply adding an additional SIP domain an option? 
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)
    This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Can you change default text reader from TextEdit?

    I use Bean, a great (and free) text editor, and would like to have it open automatically as my default text editor when I click on a text file, rather then TextEdit. Can that be set somewhere? Thanks.

    If it were in Preference in addition to telling the system the application to use you would also have to tell which files you wish to make the change on. This way with File Information pane open, the system alreay knows where to make the change.
    Beside the information about default application is maintained in the metadata for the file and not in preference for Finder. If you think about it that way, you can see that there is some logic to the way Apple does it.
    You are welcome. Glad I could help. Thanks for the star.
    Allam

  • Send to: Changing default texts/system-url for emails

    Hi, I would like to change the default texts for emails send by "Send to". The specific problem is, that the system-url in the link to the object isn't correct.
    for example: http://testsystem... instead of http://productive...
    Have you got any ideas where to change this?
    Thanks a lot
    Sandra

    Hi Sandra,
       I don't know where you have this problem but if this when you create a room you should modify in:
       System Administration-System Configuration-Collaboration- Room Backend Properties- you can generate the access url to collaboration room.
    Patricio.

  • ADF Faces Component Missing

    I follow the instructions found here:
    http://www.oracle.com/technology/products/jdev/howtos/10g/adfjsf/how-to-adf-faces-10gjdev.htm?_template=/ocom/technology/content/print
    When I get to the section:
    Creating a simple ADF Faces application to test your configuration
    My component pallet is missing the following item:
    "JSF Core".
    What do I need to do to install this component?
    Thanks.

    I tried to download and follow the instructions for the early access release, and test the configuration of the project I built off of the .war file within jdeveloper but found that the .zip files you have to download from Sun are empty. I thought I would look here to see if anyone else had run into this problem. Check to see if the jsf-api.jar from the jsf-1_1.zip has anything in it.
    Scott

  • How can I change default text in the invitation e-mail?

    Hi
    Is there anyone that knows how to change the default text in
    the e-mail invitations? I want to change the english text to
    somthing in my language.

    I have wondered that myself... I have even asked... everyone
    says it's not an option. I could be wrong... I would have to defer
    to the Adobe guys. I am on Connect everyday doing something with
    curriculum. I have found several issues that I wish Adobe would
    correct or add. I see that the new service pack has addresses one
    of them (custom reports) although, I still see bugs.
    I would love to be part of the their team that works toward
    making it better.
    Changing notifications is one thing. As far as language, that
    is a different issue.
    ~Angie

  • File download from a portletized ADF app running in webcenter spaces.

    Hi,
    I am having trouble downloading non static files from a portletized(with ADFPortletBridge) ADF application running as a portlet producer in Webcenter spaces .
    This is my scenario :
    Jdev : 11.1.1.3
    Webcenter : 11.1.1
    The ADF app has a query page, that uses the af:query component to do a query and display results on a table. This table data need to be exported as a file with some changes like splitting address to component city and state columns .
    The ADF app makes use of af:filedownloadlistener to get this(HTML formatted file with an .xls ext is our current preference to get it to open in excel, but could be anything) done . The ADF app works just fine, but as section 30.2.5.5 in the web center dev guide points out http://download.oracle.com/docs/cd/E14571_01/webcenter.1111/e10148/jpsdg_bridge.htm#CACBHDEF
    > The <af.fileDownloadActionListener> component is not supported.
    The actual behavior however is that the export happens when triggered, but the component keep serving up the same file it created the first time it got invoked every subsequent time. The same file is served even across sessions.
    The alternatives I've considered so far are :
    1. <af:exportCollectionActionListener> - Exports what you see on the UI table. Would not work for us, because our exported data is different than whats on screen. (eg: whole addresses are displayed as a single column, but broken down as component city and state columns in exported data )
    UPDATE : <af:exportCollectionActionListener> exhibits the same behavior as <af.fileDownloadActionListener> in a portlet environment. The first time after deployment it works, and every subsequent time (across sessions) it serves up the same file it first generated.
    2. redirect to a servlet - admittedly half baked idea - fiire an action that will generate the report, then put it in sessionScope , redirect to a servlet that would pick up the report from session and stream it to the user by setting the servlet's response content type. Very unsure if this would fly in a portlet environment (sorry, I'm new to portlets) and even if it does, section 30.2.5.2 in the web center dev guide says :
    Do not redirect or forward a request within your JSP. JSR 168 only supports requestDispatcher.include(). The use of httpServletResponse.sendRedirect() or requestDispatcher.forward() results in exceptions and errors. Am I overlooking some feature that would let me do this or whats the recommended method to achieve this functionality of exporting a file generated at run-time in a portlet environment ?
    Edited by: Jeevan Joseph on Oct 14, 2010 1:02 PM

    I'm facing the same problem. Do you have any news on this issue?

  • How to save the structure of a formatted text in adf faces output component

    Hi all
    please help me.
    I need to display my formatted text (with line breaks) in the jsf page. How can i do this. If i use OutputText all my line break ("\n") are ignored, the same effect with OutputFormatted component. I have tried to substitute linebreaks with the respective html tags but it also didn't take an effect.
    Thanks in advance

    Hi Timin,
    Set the Escape property on the outputText or the outputFormatted to <b>false</b>
    I believe only HTML tags will work though
    -chris

Maybe you are looking for

  • Can two people with two iTunes account share an iPad

    Just a question.  I want to share my iPad but not my iTunes account.. How

  • Conditions not  appearing  in  condition table in PO.

    Dear experts PO  was created, later  edited  and  in  conditions  custom clearing  charges were selected  from  possible  entries and entered. Another PO  was created and  saved  but  later edited and  in conditions custom clearing charges were to be

  • How can I get a new CD?

    i think my disk to for windows 7 and not windows 8.  How do i get a new CD? John

  • RTC-5260 and RTC-5324, Oracle 11.1.0.6.0

    Hello, After changing the database character set (to AL32UTF8) I cannot start the Control Center Manager anymore. I don't know if that is somehow related. The error that I get is RTC-5360 Failed to connect to the control center... and RTC-5324 This c

  • The requested time out error

    Hi All, We have completed developing application and now tries to validate and distribute my application to apple app store. But i am getting error during validation and distribute the application, giving the error "the request timed out". Its happen