PresentationObject.dtd for publishers of the attribute

Hello community,

is it possible to have a presentationobject.dtd for publishers to attribute other than the main file and how the XML editor attribute definition will look like?

Change the file name and the attribute that is in the DOCTYPE does not work for me (11 GR 1 material).

Thank you very much for your answers.

Hello

The presentationobject.dtd is to restrict the attributes that you can include in the XML descriptor.

You want to keep this behavior? If this isn't the case, I recommend you just remove it in order to create the attribute editors without changing the base file:

It will be useful,

Gerardo

Tags: Fusion Middleware

Similar Questions

  • Publishers of the attribute.  FILE UPLOAD TYPES. How to specify several file types?

    Hi all

    I'm creating a new attribute Editor, this editor attribute must specify the types of files that can be downloaded. I get a problem when I specified the list of valid types of files when I use this setting:

    < UPLOADER FILETYPES = "" *.pdf, * .doc ""

    or

    < UPLOADER FILETYPES = "* .pdf, * .doc"

    or

    ...

    I use this documentation:

    http://docs.Oracle.com/CD/E29542_01/doc.1111/e29634/data_attributeeditors.htm#CIHFFIBF

    If the editor attribute is configured for a file type, works:

    that is to say:

    <? XML VERSION = "1.0"? >

    <! DOCTYPE PRESENTATIONOBJECT >

    < PRESENTATIONOBJECT NAME = "Upload" >

    < UPLOADER FILETYPES = "*.pdf" MAXFILESIZE = "2MB" > < / UPLOAD >

    < / PRESENTATIONOBJECT >

    or for any type of file, works too:

    that is to say:

    <? XML VERSION = "1.0"? >

    <! DOCTYPE PRESENTATIONOBJECT >

    < PRESENTATIONOBJECT NAME = "Upload" >

    < UPLOAD MAXFILESIZE = "2MB" > < / UPLOAD >

    < / PRESENTATIONOBJECT >

    I tried several diferent option but I have not it, no luck... and I couldn't find the solution in

    OpenMarket, Gator, AttributeTypes, UPLOADER

    I use WebCenter Sites 11.1.1.8.

    THX!

    I got it, you must use ";" instead of ",".

    Kind regards

  • Design of the attributes in DRM for an export of pivot in database tables

    Hi all

    I need help in the design of export and real estate in DRM configured with the database table.

    Consider a hierarchy has, with 10 Member L1, L2... L10 and each with some leaves (hierarchy level 3). Each Member has a different set of attributes / properties that are associated with, lets call P1A, P1B, P1C for Limb L1, P2A P2B for Limb L2 and so on. P1A property may or may not apply to any other Member, it may be unique to the L1. Each property / attribute has a value for this branch. The requirement now is to get the export table in the format below.

    Name of the node Name of the parent Attribute Value of the attribute
    Leaf1L1P1Asome value
    Leaf1L1P1Bsome value
    Leaf1L1P1CSome value
    Leaf2L1P1A

    a new value

    Leaf2L1P1Ba new value
    .............
    LeafXL2P2Asome value

    Basically, repeat the names of nodes according to the properties that are associated with him.


    One of the approaches I have however is to create 2 properties for each set of attribute associated with a member, which means create property called 'Attribute1' and ' attribute value 1 "for P1A which will allow me to select P1A to property 'Attribute1' and assign the value to the property «value of the attribute 1" for P1A.»» Like to create several properties of the attribute for P1B, P1C. Then for P2A, P2B P2C I can reuse attribut1, assign the value 1, 2 attribute, assign the value 2 and so on.


    But I'm not able to understand how to map attribute 1, 2 attribute, attribute 3 to the same column of the table "Attribute" and similar thing for 'value of the attribute.


    Sorry for the confusion long post. I hope I could clearly explain the requirement, but if I missed anything or anything confused sounds, pls let me know, I can help clarify.


    Any help seeing this through will be greatly appreciated.


    Thanks in advance

    Sam

    var prop_names ="";

    prop_names = String (node. PropValue ("Custom.PropNames"));

    var prop_str ="";

    prop_names = prop_names. Split(",");

    var prop_val ="";

    var val_final ="";

    var arr_itm ="";

    for (i = 0; i<>

    arr_itm = prop_names [i];

    prop_val = node. PropValue (arr_itm);

    prop_str = arr_itm. Replace(/custom./g,""); "

    {if(val_final=="")}

    val_final = prop_str. Concat(";",prop_val);

    }

    else {}

    val_final = val_final. Concat(",",prop_str,";",prop_val);

    }

    }

    Return val_final;

  • I use Google's DoubleClick for publishers to track clicks on outgoing links on a text link. My text ad and link does not appear in FireFox 3.6.15.

    I use Google's DoubleClick for publishers to track the clicks-through on outgoing links. I have text ads and banner ads on my site.

    (DoubleClick for Publishers is here: https://www.google.com/dfp/info/welcome.html)

    I made an announcement of text with a link to text site Web DoubleClick for publishers. The announcement of text present in IE and Chrome, but doesn't show in FireFox 3.6.15.

    To see the problem go to: http://www.helicopterlinks.com. See three columns of helicopter companies listed on this page.

    Very high to the left of the three columns is empty, in FireFox 3.6.15. It is hence is the followed DFP ad text and advertising does not appear. The announcement of text present in IE and Chrome.

    Advertising works using JavaScript. I've just updated my JavaScript on my computer and that the announcement still does not work.

    It is a serious problem. According to my Google Analytics account, January 1, 2010 - March 5, 2011, 24.03% of people who visit my site using FireFox.

    If someone will please email me with updates, I would appreciate it.

    Try announcement Web development / standards evangelism MozillaZine forum. The helpers there are better informed on the problems of development of web page with Firefox.

    http://forums.mozillazine.org/viewforum.php?f=25

    You will need to register and log in to post in this forum.

  • Is it possible CreateInsert with the value of the attribute of a backingBean method?

    Hello, I am using JDeveloper 11.1.2.3.0
    I want to create a new record in the database with an attribute in a backingBean method. I have therefore a method that returns a string and I want to use this value for one of the attributes when I fill out the form in the ADF. But I have a problem because the operation CreateInsert cleans all the fields of the form. Is it possible to only fill the other fields of the form and as a field to be filled in automatically with the value returned by the method? If this isn't the case, please give me an idea on how to achieve this.
    Thank you

    Ok

    For example, if you have a button to your form to create a new line.
    The button should be as below:

     
    

    And the code in your backing bean:

    public String onCreateRowClick() {
      OperationBinding op = getBindings().getOperationBinding("CreateInsert");
      Object result = op.execute();
      DCIteratorBinding yourIt= getBindings().findIteratorBinding("yourViewIterator");
      Row newRow = yourIt.getCurrentRow();
      newRow.setAttribute("aa", getAttributeValue());
      return null;
    }
    
    public DCBindingContainer getBindings() {
        DCBindingContainer bindings = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
        return bindings;
    }
    

    and of course, you should have the "CreateInsert" action in your page links.

    Do you need anything else?
    I'm not good enough with tutorials :).

  • Set the attributes for dynamic data waveform t0 zeros?

    HI -.

    A beginner to labview here, so please be nice ;-)

    I have a simple setup with mainly express screws where I follow the steps below in a while loop

    (1) collect signals with the DAQ Assistant, that generates dynamic data. It is the collection of samples of N

    (2) changing the attributes of the dynamic data using the express VI 'Set the Dynamic Data attributes'

    (3) storing dynamic data revised to a file by using the writing to the file of the measurement.

    The problem I was see is that whenever I have insert the express VI 'Set the Dynamic Data attributes' in the data flow, I find myself with a file where synchronization of the signal (i.e., the waveform t0) was cancelled. This seems to happen any dynamic data attributes, I edit. For example, even if I try to set the name of signal I find myself with out having a nulled-out t0

    FYI, I'm using Labview 2009 9.0f3, 32-bit

    I have attached a code simplified showing what looks like a bug to me. Any help would be appreciated!

    It looks like a bug to me as well. Also, unlike other screw Express, you do a right click on it and select open the face before seeing what the problem is. It's pretty simple to find a work around. I converted to a waveform, has obtained the t0 and handed that back as the timestamp for the signal of slected.

  • Getting the values for the attributes of the user in IOM

    Hello

    I have it here is the snippet of code that retrieves the values for all the attributes user OIM 11g. But this code returns the exception of null pointer for attributes with null values. I also put if condition to check for null pointer exception, but always the null value is thrown in the newspapers whenever this code snippet is executed in the event handler.

    Any thoughts?

    private Map getUser(String userKey) {
      Map users = new HashMap();
      User user = null;
      UserManager userManager = (UserManager) Platform
      .getService(UserManager.class);
      try {
      user = userManager.getDetails(userKey, null, false);
      logger.log(ODLLevel.FINE, "User: {0}",new Object[] { user });
    
      } catch (NoSuchUserException e) {
      logger.log(ODLLevel.ERROR, e.getMessage(), e);
      } catch (UserLookupException e) {
      logger.log(ODLLevel.ERROR, e.getMessage(), e);
      }
      Set AttrNames = user.getAttributeNames();
      logger.log(ODLLevel.FINE, "User Attributes: {0}",new Object[] { AttrNames });
    
      Iterator itr = AttrNames.iterator();
      while (itr.hasNext()) {
      try {
      String AttrNAme = itr.next().toString();
      logger.log(ODLLevel.FINE,"Current Attribute is : {0}::",new Object[]{AttrNAme});
      if( user.getAttribute(AttrNAme).toString()!=null && user.getAttribute(AttrNAme).toString().length()!=0){
      String AttrValue = user.getAttribute(AttrNAme).toString();
      logger.log(ODLLevel.FINE,"Attribute: {0} and Value: {1}",new Object[]{AttrNAme,AttrValue});
      users.put(AttrNAme, AttrValue);
      }
      } catch (Exception e) {
      logger.log(ODLLevel.ERROR, e.getMessage(), e);
      }
      }
      return users;
      }
    

    TIA

    A call to ToString on null will give you the exception. You should check that the value is not null before calling toString() on it.

    In addition, you must perform an additional control on the user object that you receive after your try catch block. If the user object is null, then there is no need to run code on the user object.

  • Validation on the value entered for the attribute-based LOV

    Hello

    I use R12 and created an integrator based on a Table based on a table of seedlings open interface. I use an approach that does not involve PLSQL since the Integrator is based on a Table on a table of seedlings open interface and I have so defined it an importer to call a simultaneous program seeded import. I also put in place a LOV component on one of the attributes in the interface.

    My question is, if in the spreadsheet, the user double-click in the cell LOV to extract, and then select a value (for example if they are in copying and pasting quite a few records if they manually type a value) and the value you entered don't is not one who belongs to a group of data from the LOV, this would raise a validation error when loading?

    In this scenario, I would LOV to serve as a validation check to ensure that users can choose only one value that would be in the LOV, even if they have not actually open the popup LOV and selected a value there. I have some research which I would probably need to validate the data against and because my approach is purely a non-PLSQL that I think the best way to achieve this.

    Appreciate your help as always

    Concerning

    Not to worry, I think I answered my own question by developing a little proof of concept.

    As expected, you can enter values that are part of the DataSet LOV. Enter any other value will highlight the line as an error line asking the user to enter a valid value.

    Thank you

  • [ADF, JDev12.1.3] (How to set values for the attributes 1) to create a file and 2) committing to the database?

    Hallo,

    in my tables and forms (created from VO istances) there are some areas for which, insert and update, I calculate and set the value programmatically when a record is created or updated.

    In some cases, I put the necessary values using the 'CreateWithParams' in the workflow diagram...

    In some other ones, I associate an action, a bean, a created button drag-and - drop operation 'CreateWithParams' of the istance VO...

      public String cwpButton_action() {
        BindingContainer bindings = getBindings();
        OperationBinding operationBinding = bindings.getOperationBinding("CreateWithParams");
        // here I calculate and set the needed params
        // ...
        Object result = operationBinding.execute();
        if (!operationBinding.getErrors().isEmpty()) {
          return null;
        }
        return null;
      }
    

    And is ok if I can calculate the values for the attributes before a new record is created.

    But the approach that I have used to define the attributes (for new and updated records) whose value should be caluclated after the user has filled in the fields, before committing to the database?

    Thank you

    Federico

    Federico,

    Let me first tell you that our code is activity masking errors (the cache instead of working on them).

    1. If (! operationBinding.getErrors () .isEmpty ()) {}
    2. Returns a null value.
    3. }
    4. Returns a null value.

    This means that you do not check the errors at all. You must at least print a log with the error message, you receive, if you get one!

    To solve your problem, you override the method prepareForDML() of the entity or entities in question. You can calculate and set the necessary attributes until they get engaged in the doDML(). Do not use doDML() because it is too late in the life cycle.

    Timo

  • The attributes defined for SelectCheckbox in the view object Failed

    Hello

    I expanded the view object of the table to filter the records and the table contains the selection box (no change has for this box). When I choose one of the records to help select the check box and go to an action, the error is coming as "Attribute defined for SelectCheckbox in the view object TeamTableVO failed" ... Is the error due to VO scope or any other reason...

    Help, please...

    Kind regards

    Praveen

    Hello..

    Check the following

    1. check if the value of any attribute is set, if yes remove

    2. check the attribute map

    3. set your columns can Yes

    4. check if its VO selected to interview

  • Map the attributes of HTML language for export to HTML/EPUB?

    Assume a character labeled InDesign "French" style The HTML code should code like this:

    < span lang = "fr" > This is an ESP. < /span>

    How to map the attributes of HTML language for export such as "lang ="en"" is included as an attribute of this tag span in the exported HTML or fluid EPUB?

    If InDesign will only perform this task for EPUB fixed, which is a programmatic way to manage this, other than having a human hunt for each instance of "French" in the HTML document that is exported, * without even a way to perform an automatic search / Add * query?

    Thank you.

    Hi erica,

    indesignCC affect the attribute language according to the language specified in the character-/-paragraph style.

    Assuming that you're stuck with another version there is always a way to GREP / regular expressions.

    With a text editor like TextWrangler (Mac) Notepad ++ (Win) you can finde the opening and replace with .

    What is possible with Sigil if you produce Epub files.

    gretings

  • EPMA for the size of the attribute

    What is the title of the column to the size of the attribute field.

    for example if I have the entity dimension and I have a dimension of the Geography attribute attached to it and I have a dimension of the Color attribute attached to it as well

    What would be the column names for the 2 columns in the entity section be?

    I use the Oracle Excel EPMA file to create ads, but I could hardcode it as well.

    Hello
    The column headers should be geography and color. You must also set the associations between entities and these dimensions of the associations sheet attribute.
    In fact, these columns should appear automatically after you set the association.

    See you soon,.
    Alp

  • EL for the attribute 'id' to the InputText component

    Hello

    Is it possible to assign EL to the attribute 'id' to the InputText component?
    According to the doc ADF is not possible.
    Please let me know, if a possibility exists

    According to the doc ADF is not possible.

    According to the doc of the ADF, it is not possible. 10 points for you have answered your own question.

    Doc is [url http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e12419/tagdoc/af_inputText.html] here. Note where it says 'No' in the 'Media EL?' column for the attribute ID.

    John

  • Component attribute declarative for action in the link layer

    Hello

    I have a component declarative which includes buttons to add/remove/save/cancel that I hope to use to the standardization of page layouts. I need to assign two properties for each button, the actionlistener and the enabled property.

    For the button of validation for example I would attribute actionlistener for * #{bindings.Commit.execute} * and I would set the enabled property to * #{! bindings.Commit.enabled} * which would allow the validation button only if there was something to engage, if the action of CreateInsert had been carried out for example.

    And I would create attributes in the declarative element to these two parameters.

    What I want to know is is there a way that I can pass the action itself #{bindings.Commit} as an attribute in the component declaration so that I can reduce the number of attributes (and ease of development), and if yes, what type this attribute will be.

    Thank you

    Hello

    Create an attribute of type OperationBinding (full path) and you're good to go. I did the same thing with the DCIteratorBinding

    Frank

  • How to programmatically change the attribute of af:message.for?

    < p >
    I would like to know how, if possible, dynamically change the attribute 'for' of the af: message in the code for the validator in my grain of support. In my example below, I would like to change the af: message for the 'txtReportNumber' attribute 'txtCaratWeight '.

    I have included an excerpt from the next page
    & lt; AF:panelGroup binding = "#{backing_ReportVerificationCriteria4.panelGroup2} '"
    ID = "panelGroup2" layout = "vertical".
    styleClass = "body_text15" & gt;
    < /p >
    < p >
    & lt; < color = "#ff0000" > af:message < / police > binding = "#{backing_ReportVerificationCriteria4.message1} '"
    ID = "message1", color = "#ff0000" > for = "txtReportNumber".
    < / police > inlineStyle = "font family: Gil without, Verdana, Arial, Helvetica, without serif;" do-size: 15px; color: #FFFF00; make-weight: bold; left margin: 0px; Max-width: 300px; line-height: 5px; < br / >
    messageType = "none" / & gt; < br / >
    & lt; AF:objectSpacer width = "10" height = "10" < br / >
    Binding = "#{backing_ReportVerificationCriteria4.objectSpacer1}" < br / >
    ID = "objectSpacer1" / & gt; < br / >
    & lt; / af:panelGroup & gt; < br / >
    & lt; AF:panelGroup binding = "#{backing_ReportVerificationCriteria4.panelGroup3}" < br / >
    ID = "panelGroup3" layout = "horizontal" < br / >
    inlineStyle = "font family: Gil without, Verdana, Arial, Helvetica, without serif;" do-size: 11px; color: #052149; margin left: 15px; line-height: 14px; "& gt; < br / >
    & lt; AF:outputLabel value = "number of statement:" < br / >
    Binding = "#{backing_ReportVerificationCriteria4.outputLabel5}" < br / >
    ID = "outputLabel5" < br / >
    inlineStyle = "do-family: Gil without Verdana Arial Helvetica without serif;" font-size: 11.0px; Color:RGB (5,33,73); line-height: 14.0px; "/ & gt; < br / >
    & lt; AF:inputText label = "number of statement:" < br / >
    Binding = "#{backing_ReportVerificationCriteria4.txtReportNumber}" < br / >
    < color = "#ff0000" > id = "" txtReportNumber < / police > ' columns = "20" simple = "true" < br / > "
    inlineStyle = "do-family: Gil without Verdana Arial Helvetica without serif;" font-size: 11.0px; Color:RGB (5,33,73); line-height: 14.0px; "< br / >
    showRequired = 'false' immediate = "false" < br / >
    Validator = "#{backing_ReportVerificationCriteria4.txtReportNumber_validator}" < br / >
    requiredMessageDetail = 'Both report number and Carat weights are necessary.' < br / >
    required = "true" / & gt; < br / >
    & lt; / af:panelGroup & gt; < br / >
    & lt; AF:panelGroup binding = "#{backing_ReportVerificationCriteria4.panelGroup4}" < br / >
    ID = "panelGroup4" < br / >
    inlineStyle = "font family: Gil without, Verdana, Arial, Helvetica, without serif;" do-size: 11px; color: #052149; margin left: 15px; line-height: 14px; "< br / >
    page = "horizontal" & gt; < br / >
    & lt; AF:outputLabel value = "Carat weight: ' < br / >" "
    Binding = "#{backing_ReportVerificationCriteria4.outputLabel6}" < br / >
    ID = "outputLabel6" < br / >
    inlineStyle = "do-family: Gil without Verdana Arial Helvetica without serif;" font-size: 11.0px; Color:RGB (5,33,73); line-height: 14.0px; "/ & gt; < br / >
    & lt; AF:inputText label = "Carat weight:" < br / >
    Binding = "#{backing_ReportVerificationCriteria4.txtCaratWeight}" < br / >
    < color = "#ff0000" > id = "" txtCaratWeight < / police > ' columns = "20" simple = "true" < br / > "
    inlineStyle = "do-family: Gil without Verdana Arial Helvetica without serif;" font-size: 11.0px; Color:RGB (5,33,73); line-height: 14.0px; margin-left: 7.0pt; "< br / >
    Validator = "#{backing_ReportVerificationCriteria4.txtCaratWeight_validator}" / & gt; "" < br / >
    & lt; / af:panelGroup & gt; < br / >
    < /p >

    Hello

    the field 'for' supports the El. So you can use a reference of bean managed to replace the value

    Frank

Maybe you are looking for

  • Backlit keyboard for my laptop.

    I recently bought a HP laptop and I was wondering if I could pass the keyboard by purchasing a backlit keyboard. I just want to know if the backlit keyboard would work with my laptop because I read that it is not compatible with any laptop. Also, I w

  • App of CBS does not

    App CBS does not.  wants we begin the free trial version, login or renew with iTunes but none work.

  • Plug-and-Play and DEP stop computer

    Randomly, my computer tells me that there was a problem with the Plug-and-Play and Data Execution Prevention must shut down and restart windows. This happens everytime I turn on my computer in 10 minutes, even if I do not open a Web page. I ran scan

  • Configuration of multiple Sources of identity in the politics of identity (ACS 5.3)

    Hello I have a 5.3 ACS cluster that is configured to use AD. There are a few features wireless and control tools that have no AD accounts. I would like to configure ACS to check first AD for the authentication of the user, and if that fails to derail

  • 7841 SIP Phone - Background Image

    Can I get a positive confirmation that the SIP 7841 landline does not support custom background images?  I've seen on google images that seem to show a 78xx research phone with a screen saver snoopy or similar image and this lead me to believe that t