How to identify the locale in the development of the Page template

Hello.

While building the page template, I need a way to identify in what I m local work. Some files is on the Complutense University of MADRID (in a segregation of the structure of language).

For example: the English file will be in an address and the same (but in Portuguese) in another (address) - one and its referenced by the Page template. So, I need a flag on which local (idiom) is the current - use the right file for the right idiom.

There is an implicit variable Webcenter give us with the current language?

Way to do that?

Thank you.

You must use the Expression langauge

#{view.locale}

Outside of your condition, you can mix jstl and use it more productively.

as


content of the Complutense University of Madrid

content of the Complutense University of Madrid

Hope this helps you.

Kind regards
Hoque

Tags: Fusion Middleware

Similar Questions

  • How to set the page template for a page in app

    I've been looking for a way to re - assign a specific page to a different page template, and I must be blind. I did it with the regions and reports, but never a whole page. The closest I can find is how to set the default page for an application model template. What I have is a printable form that they want in a specific format. I was able to code the whole thing into a region of PL/SQL, but I was hoping that I could take an existing page template and modify the model to different regions in the areas I would like to.

    Can someone help me find this? I have already created a copy of the page template I want to twist.

    If you are in the tree view, double-click the entry of title of page (top); If you are in the component view, simply click the edit button in the page area. Either way will take you to the screen of the Page change. in the display attributes section, you will see a Page Model drop-down list.

    -David

  • How to identify the page that is the master page

    I'm having object page, should be identified if its master page or not?

    If the parent of the page is masterSread, then this is a template.

  • Hello! How to change the page templates in Business Catalyst?

    Hi all

    I'm relatively new to Business Catalyst. I'm working on my e-commerce site that I originally created in Adobe Muse.

    I want to create a page template in British Colombia for the page of the e-commerce site... and I don't know how the template of style... is anyway I can attach the CSS file for the model? I have found no option for this. I intend to create a page template that I can continue to add new products as and when I want to.

    My knowledge of html and CSS is very limited and fight with the same. So, I would appreciate any help that anyone can give to the creation of a new page template for a beginner like me.

    Thanks in advance!

    Rgds,

    ~ Arti

    Thank you for posting.

    You can download a CSS file in the folder CSS in the folder root of your business catalyst site. Please refer to the following screenshot:

    http://aishday2.worldsecuresystems.com/Aish/2012-10-16_1447_001.PNG

    Once you have downloaded the file, you can link it to your model as shown in the following screenshot:

    http://aishday2.worldsecuresystems.com/Aish/2012-10-16_1432_002.PNG

    Best regards,

    Scott Rouanet

  • How to configure the Page template to read brought beans

    Hello

    I really don't understand why my Page template cannot read the data of an extended session bean.
    <af:pageTemplateDef var="attrs">
        <af:xmlContent>
        <af:panelStretchLayout>
          <f:facet name="center">
            <af:panelHeader> 
              <af:panelStretchLayout >
                <f:facet name="top">
                  <af:panelGroupLayout>
                    <af:outputText value="#{sessionScope.myBean.title}" id="pt_ot1"/>
                  </af:panelGroupLayout>
                </f:facet>
                <f:facet name="center">
                  <af:facetRef facetName="content"/>
                </f:facet>
                
              </af:panelStretchLayout>
            </af:panelHeader>
          </f:facet>
        </af:panelStretchLayout>
      </af:pageTemplateDef>
    I specified my grain of session scope
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <managed-bean id="__6">
        <managed-bean-name id="__5">myBean</managed-bean-name>
        <managed-bean-class id="__8">MyBean</managed-bean-class>
        <managed-bean-scope id="__7">session</managed-bean-scope>
      </managed-bean>
    </adfc-config>
    .. .and my bean simply defines a simple fact...
    public class MyBean{
         public String getTitle(){
              return "This is the title";
         }
    }
    Now when I create a page that extends this model, I can't see the title in my page?

    I missed something? Or its not possible really to call beans spread in a page template?

    Help, please... Thank you

    Hello

    the source of the problem is a rookie mistake typical

    What does this do? In fact the component output text tries to find the extent of session for the myBean object and then call getTitle. However, JSf only creates an instance of a bean (and then stores it in the memory defined scope) if the call is

    So this application, session and application scope does not have a scope in the EL prefix if it is a managed bean. Controlled beans are instantiated automatically by the JSF framework if the managed bean is addressed like this

    "#{bean.attribute}".

    Exception for this in the ADF are pageFlowScope, viewScope, and backingBeanScope, which are prefixed in the instruction of EL. Why in this case a prefix works it is because these are managed by the ADF and ADF controller is configured to monitor the pageFlowScope prefixes, viewScope, and backingBeanScope

    Frank

  • How to identify the primary Parent of a shared node?

    We have a property that is set to Local defined, inherit,

    Suppose the 'Color' property and currently is the behavior in DRM

    Parent A - blue

    Child 1 - blue (inherited from Parent)

    Child 2 - color blue (inherited from Parent)

    Child 3-color blue (inherited from Parent)

    Parent B - Red

    Child 3 ~ part 1 - red color (inherited from Parent B)

    Child 4-color red (inherited from Parent B)

    Children 5 - red color (inherited from Parent B)

    The customer has improved the requirement so that in the case of shared members 'color' is inherited from the primary parent like the example below.

    Parent B - Red

    Child 3 ~ action1 - blue (inherited from "Primary" Parent A)

    Child 4-color red (inherited from Parent B)

    Children 5 - red color (inherited from Parent B)

    I guess I'm going to need a new property like 'Primary colors' and I need to write a formula to calculate the color of base on the primary parent.  However, I do not know how to identify the "main Parent" a shared node we use version 11.1.1.2 N-Tier

    I'm looking for suggestions on how to calculate the value of the property you want.

    Any help will be greatly appreciated.

    Hello

    You can create a new property derived like u said and use instead of the property defined in your exports or anywhere where you have to refer to the color. The property set can be used just to take the user input.

    The new derived property should be a logic like that-

    If (PropValue (Core.SharedFlag_MDM),

    NodePropValue (PropValue (Core.PrimaryName_MDM), Custom.Colour)

    PropValue (Custom.Colour))

    Now, 11.1.1.2 I lost the memory of how the properties are referred to as - if they are just used with their names or namespaces is mentioned (Core. , custom.). You can change the formula accordingly to view properties

    Thus, if SharedFlag_MDM is True, then it will take the value of the property to its primary node, which is inherited from the primary parent and if the shared flag is False then it is just a varValeurProp on the node itself.

    I hope that answers you.

    Thank you

    Denzz

  • How can identify the real space in my SGPT123 Tablet?

    Hello

    How can identify the real space in my Xperia Tablet? I can see only 10.0 GB, if suppose has 16 GB, where's the rest?

    A space is medical, the Android operating system and recovery Partition.

  • C: drive is running out of space, even if I moved everything I could to the E: drive. How to identify the "space Eater"?

    I moved all my data to the other disk. I was installing new programs on the other disk. Yet, the space on drive C: (37 GB) keeps becoming 'used '. Free space now is 2%. How to identify the "space Monster" which takes more and more the training?

    37GB is size sorry for C:.  My minimum recommendation for everything that came out at the time of and after Windows Vista is 60 GB.

    JDiskReport
    http://www.jgoodies.com/freeware/JDiskReport/index.html

  • How iterate/identify the screens of the application stack

    Hi all

    1. work on the version of BB storm (9500/9530 Simulator) is v4.7.0.75
    2 opportunity BB JDE 4.7

    3. the request is:

    In my application I have screens showns one based on the click number, how can I display no matter which screen every time I required.i tell how fetch/identify the battery and display.

    Thanks in advance

    Ratna

    I donno what are your exact needs...

    If you want to load screens on selcting a menuitem from the GUI go to create menuItem.

    In the case depends on certain conditions of your application then just use

    try
      {
           UiApplication.getUiApplication().pushScreen(TestScreen);
      }
    
    catch(Exception e)
    {
    // PUSH screen fails because the screen was already pushed.
    // remove the screens from top of the required screen.
    while(UiApplication.getUiApplication().getActiveScreen() != TestScreen)
    
      {
         UiApplication.getUiApplication().popScreen();
      }
    }
    
  • How to identify the virtual copies (in my records) that have already been deleted a collection

    Hello!

    I keep looking for an answer to this anywhere on the web and 3 books, but can't find the answer...

    How to identify the virtual copies (in my records) that have already been deleted a collection?

    Here's the workflow, and where I'm stuck.

    1. I chose a picture and put it in a collection.

    2. I did a whole bunch of virtual photos in the collection copies that I tried different modifications.

    3. after and during a lot of changes, I have a lot of virtual copies removed from my collection because I decided against the changes after doing some comparisons.

    4. when I went the folders to select my next picture to work away and so to add to the collection, I discovered that each of my virtual copies was in the original folder, even if I had deleted from my collection.

    5. I really don't want these virtual copies deleted to be in my home folder.  They were virtual copies of trial and error and I wanted them to really just be thrown out.

    6. how to identify these virtual copies removed-from-the-collection in my folder?  File names all look the same, and besides, I want to be absolutely certain that I have selected the right ones.  Some of the changes were very minor and would be difficult to see without laboriously go through them one by one.

    Thank you very much!!

    Anne

    No easy answer on fixing the mess other than an individual inspection of the virtual copy can't watching the Images/Edit history to determine which ones that you no longer need.

    But to help prevent the problem in the future: when you are working from a collection, you must use ALT + return back to remove a copy of Photo or virtual catalog. With just the key DELETE or BACKSPACE only deletes the photo from the collection.

  • How to identify the iSCSI nodes?

    How to identify the iSCSI nodes?

    with IQN

  • How to identify the fonts used in text format?

    How to identify the fonts used in text format?

    Hi DSB.

    Open the document in Reader, go to the menu file-> properties, then click on the tag are. You will see a list of the fonts used in the document.

    Another option is to copy the text and paste it into MS Word, where you can simply move your mouse over the text to display the name of the font.

    Kind regards

    Nicos

  • How to identify the Protocol of network storage using PowerCli

    Hi all

    Does anyone know how to identify the network storage protocol using Powercli? If you do could you please point me in the right direction and appropriate controls to be used.

    Thank you.

    See you soon

    With the Get-EsxCli cmdlet, you get to many of the features esxcli.

    Something like that

    $esxcli = Get-EsxCli -VMHost MyEsx$esxcli.storage.core.path.list()
    

    You can use Select-Object to choose the specific properties of the returned objects.

    For example

    $esxcli = Get-EsxCli -VMHost MyEsx$esxcli.storage.core.path.list() | Select RuntimeName,Transport
    
  • How to identify the serial number for the instalation?

    How to identify the serial number for adobe photoshop cs5?

    http://helpx.Adobe.com/x-productkb/global/find-serial-number.html

  • How to identify the expressions of folklore in the lot while reading File adapter

    Hello
    I have a bepl process to read data from a batch of 100 records text file and write in an Oracle EBS interface table.
    After the completion of the above, I have to call a partner link.
    Problem here is that, how to identify the expressions of folklore, so that I could call my link partner in BPEL.
    How do I get there? Any help is greatly appreciated.

    Hello

    You can implement a separate process, say FileNotificationProcess, you call the link partner, based on the batch Manager wsdl to $ORACLE_HOME/bpel/system/xmllib/jca/BatchManager.wsdl. This new process would be notified of different States of the file reading activity:
    # onBatchReadStart - indicates when a file is started to read
    # onBatchReadComplete - indicates when a file is done playing
    # onBatchReadFailure - tells when a record cannot be processed by the infrastructure of adapters.
    In your case, you would call the partnerlink when a notification of "onBatchReadComplete" is sent.

    In your main process to the file adapter, add the below property, so that the file adapter would inform the new process of the different stages of the processing of batch file.

    bpel://default|FileNotificationProcess
    

    This is described in detail in BPEL best practices guide page 3-18 http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf and the article excellent blog of anthony at http://blogs.oracle.com/reynolds/2008/06/more_on_batch_processing_in_bp.html.

    Kind regards
    Yohanna.
    http://www.prshanmu.com/articles/

Maybe you are looking for