Property Editor Missing

Hi,
My situation: I created a role and tried to create a folder as a point of access in my role.
My problem: Logging on to the portal as Administrator User, I can see the Property Editor for this folder and define this folder as an Entrypoint. By Logging on to the Portal with a User, which I assigned to the same Roles and Groups as the Administrator User, I am not able to see the Property Editor. Do someone know, why I don't see the Property Editor?
Thanks,
Anna

Hello Anna,
Your Adminstrator User have some specific roles such as super_admin role other that the groups you have specified.
So when you do a USER COPY the role are also assigned to the new user with the groups. So it has all the authorizations of the Administrator User.
So try assigning the roles the adminstartor user has, like super_admin_role to the user you have created and the problem will be solved.
Regards
Deb
[provide points for helpful answers]
Message was edited by:
        Debasish Sarkar

Similar Messages

  • Property Editor is missing from page editor

    Hi,
    We are on EP7 SP10.  Strange one - the page editor does not have a property editor in it.
    I've logged a call with SAP but was wondering if anyone else has had the same issue?
    Thanks
    Paul

    Hi Milan,
    Navigate to User Admin --> Identity Management, and select a user. In the general Information tab there is a property called Activate Accessibility Feature.
    For an end user, they go to the portal personalziation link (Personalize) in the masthead, and then go User Profile.
    Hope this helps.
    Daniel
    P.S.: Why is this thread labeled Answered but no points have been awarded and the thread continues?

  • Missing Property Editor for worksets and roles

    Hello,
    I created a role and different worksets.
    Now i woud like to set the Entry-Point of some worksets to "yes". But if i open the workset from the Portel-Content-Menu, there is no property-editor opened. Only the object-editor is opened.
    Regards,
    Werner

    Hi
    @Gopala,
    Probably he wants the workset to be a part of the TLN and not the role. In this situation it makes sense for the workset to be the entry point.
    @Werner
    I didnt quite understand the meaning when you said that it opens the object editor and not the properties of the workset. Could you check if the workset object is locked.
    Thanks,
    GLM

  • Installed ES - Error when loading adminui: Property Editor not registered with the PropertyEditorManager

    I just installed LiveCycle ES on a Windows 2003 virtual machine using the WebSphere application server.
    Everything is finally installed, but now when I try to access the adminui url (http://xxxxx:9080/adminui/login.faces) I receive the following exception:
    Error 500: com.ibm.ws.jsp.JspCoreException: Unable to convert string 'adminUIResources' to class javax.el.ValueExpression for attribute basename: java.lang.IllegalArgumentException: Property Editor not registered with the PropertyEditorManager
    Am I missing something?  What now?

    You shouldn't have any appserver specific libraries in WEB-INF/lib (covered by the webapp's default classpath). Further on the appserver/lib (covered by the appserver's default classpath) should only contain appserver specific libraries and at highest 3rd party libraries which are going to be shared among all webapps. Finally you should NOT have added or modified anything in the jdk/lib (covered by the runtime's default classpath).
    So in case of a default and unmodified environment everything should just work flawlessly. In your specific case it seems that you've unnecessarily added/copied appserver specific libraries in the WEB-INF/lib or that you have duplicated EL libraries from (another) appserver in the appserver/lib or maybe -more worse- in the jdk/lib.

  • How to use Property Editor from an Add-In?

    Hi,
    I am writing a WYSIWYG add-in for JDev that allows users to put some object into a JPanel instance.
    Thess object has properties such as left, right, width, height, etc.
    - Question: how to use JDev's property editor to allow users change properties of thess object?
    - Another word: how to user JDev's Property Editor API from an add-in?
    I looked at the document. It does not give me enough information about Property Editor.
    Thanks in advance,
    Trung

    Hello Prasad,
    You are on the right avenue - launch an external application which can connect to running Outlook instance and then close it. After this you can launch Outlook anew. Here are the steps required to get the job done:
    1. Use the Marshal.GetActiveObject method which obtains
    a running instance of the specified object from the running object table (ROT) - Outlook in your case, for example:
    // Check whether there is an Outlook process running.
    if (Process.GetProcessesByName("OUTLOOK").Count() > 0)
    // If so, use the GetActiveObject method to obtain the process and cast it to an Application object.
    application = Marshal.GetActiveObject("Outlook.Application") as Outlook.Application;
    then use the
    Quit method to close the running instance. The
    associated Outlook session will be closed completely; the user will be logged out of the messaging system and any changes to items not already saved will be discarded.
    2.  Use the
    Start method of the System.Diagnostics.Process class to start Outlook anew.

  • Enum property editor not rendering

    I am trying to get a simple Enum property editor to work for my custom component but I keep getting an error: "Failed to load/render Property Editor"
    The component XML is:
    <input-parameter  hidden="false"  name="level" required="true" title="Log Level" type="org.apache.log4j.Level">
              <default-value>
            </default-value>
          <property-editor editor-id="com.adobe.idp.dsc.propertyeditor.system.Enum" />
      </input-parameter>
    <class-path>
          libs/log4j.jar
       </class-path>
    Log4j.jar is in the component package and in the component class path
    I have tried the com.adobe.idp.dsc.propertyeditor.system.Enum Class as described in the docs here: http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=001419.html
    I also tried using com.adobe.idp.dsc.propertyeditor.system.EnumPropertyEditorComponent as described here: http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=001379.html
    Both give the same error. I even tried using my own Enum class insteasd of org.apache.log4j.Level and referencing that, but still get the same error.
    Any ideas would be helpful - thanks
    (Adobe LiveCycle Workbench ES2
    Version: 9.0.0.1.20100511.1.236086)

    Ok after some playing about and changing random things, I seem to have figured it out.
    - org.apache.log4j.Level is not an Enum class, it is a collection of static vars.
    - I refactored my own Enum class to remove everything but the Enumeration values (no constructor, methods or construction parameters)
    - I used com.adobe.idp.dsc.propertyeditor.system.Enum and not com.adobe.idp.dsc.propertyeditor.system.EnumPropertyEditorComponent
    - I added my Enum class to the <export-packages> XML parameter
    Hope this helps someone else with the same issues

  • What is Link-to in  Property Editor-Items

    hi
    tell me purpose of this properties in Property Editor.
                 link-to---static text
    ,            Unique id--in all items and  in form,
                 Linkedobject--in link button
                .ObjectType----form
    reply appreciated
    karthik

    Karthik
    link-to--- if u keep any label and textbox u have to give the textboxname to linkto property of label. This is used becoz for ex u place the label and textbox and maximize the form these two  wont be in correct level
    Unique id-- Using this property we can use the items its the name of item
    Linkedobject-- in link button if u specify only the correct form will open
    .ObjectType----in link button u have to specify the linkobject and object type.
    To refer the linkobject and objectype see
    C:\Program Files\SAP\SAP Business One SDK\Help\SDK_EN.chm
    there search for BoLinked Object
    If thishelps u give reward points,
    Regards,
    Anitha

  • Property Editor failed! for workset creation

    Hi All,
    I am getting "Property Editor failed!" when i create a new workset in EP.i am not seeing any properties window for the workset at all.any help greatly appreciated.
    Thanks
    Aravind

    Hi Aravind,
    When asking a question, can you try to be just a little more precise: At what point do you get the error? When you click Finish to create the workset, or when you open up the workset in the Portal Catalog? What version are you using? Any other special features of your portal or landscape?
    Thanks.
    Daniel

  • Upgrading to JSF 1.2,  error: Property Editor not registered

    we have a JSF appliction working well on Jboss 4.0.5GA using myfaces 1.1. Now we are moving to jboss 5.0.1GA that uses jsf ri 1.2. After fixing some issues, finally we got the following error for our custom component at runtime:
    <x:hello value="#{bean.name}" />
    org.apache.jasper.JasperException: Unable to convert string "#{bean.name}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager.
    org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:887)
    It works for myfaces 1.1 version. What is the possible reason? Thanks for any information.
    Dave

    Thanks a lot for response!
    We are using weblogic10.3
    We had MyFaces jars and things are very fine. We are planning to use Iceface which required JSF 1.2
    I had taken jsf-api-1.2.jar and jsf-impl-1.2.jar and latest supporting jars.
    Now I am getting below error with existing jsp
    welcome.jsp:31:25: No property editor found for the bean "javax.el.ValueExpression".
    <h:outputText value=_"click here"_ styleClass="TXT" />
    ^----------^
    welcome.jsp:31:25: No property editor found for the bean "javax.el.ValueExpression".
    <h:outputText value="click here" styleClass=_"TXT"_ />
    ^----------^
    It is throwing while compiling jsp for almost all the places....
    Is there any extra configuration required which is specific to jsf 1.2?
    Edited by: nishantparmar on Jun 13, 2009 8:30 AM
    Edited by: nishantparmar on Jun 13, 2009 8:31 AM

  • LOok for Emergeny help about Property editor not visible

    For some reason, my Property Editor window of Workshop is not visible any more. I have tried restart workshop and from possible menus.
    I have read a posting dated Mar 10, 15,17 by Jared, Judecki, he said even by restall the workshop, the problem still there. He talked about editing a properties file that Weblogic placed in Window's profile
    (which related with the window's location.
    I post this problem again want to get tour response especially from Jared Judecki, if you know what's the name of properties file and how to edit it, also if you know the email of Jared Judecki, that's of great help.
    Thanks again!!
    Please tell me the steps how to fix the "property
    editor not visible in weblogic", where is the properties file related with weblogic in windows profile. and how to edit this file.

    Did you try selecting portal components like books, pages, portlets. I have seen this problem too. But it would go away when you restart workshop.
    --SJ                                                                                                                                                                                                                                                                                                               

  • Property Editor not visible

    For some reason my property editor window can no longer be seen. When I select View->Property Editor nothing shows. My current window loses focus, but no editor appears. The same happens when I use the shortcut Alt-6. I have the same problem with the Document Structure Window. Double clicking on items in the Data Palette does not bring up the Property Editor either.
    The best I can figure is that I accidentally dragged the window off screen or something. I've even uninstalled and deleted my entire BEA_HOME directory and reinstalled, but that did not fix anything.
    Any ideas how I can get my Property Editor back?
    Thanks.

    Did you try selecting portal components like books, pages, portlets. I have seen this problem too. But it would go away when you restart workshop.
    --SJ                                                                                                                                                                                                                                                                                                               

  • Property Editor not registered with the PropertyEditorManager

    I´m trying to integrate a fully working jsf 1.1 application into JBoss 4.2.2 which uses jsf 1.2 which isn´t that compatible at all.
    I just have one implementation of the jsf-libs and not any in the application war.
    "ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[samigo].[jsp]] Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: Unable to convert string "#{authorFrontDoorMessages.auth_front_door}" to class "javax.el.ValueExpression" for attribute "value": Property Editor not registered with the PropertyEditorManager".
    And yes, i have been searching a lot on google and read a lot of the article and forum threads but i haven´t been able to solve this.
    I have been struggling with this problem more than a week now, so please give me a tip on what the problem might be.
    Any idea?

    You shouldn't have any appserver specific libraries in WEB-INF/lib (covered by the webapp's default classpath). Further on the appserver/lib (covered by the appserver's default classpath) should only contain appserver specific libraries and at highest 3rd party libraries which are going to be shared among all webapps. Finally you should NOT have added or modified anything in the jdk/lib (covered by the runtime's default classpath).
    So in case of a default and unmodified environment everything should just work flawlessly. In your specific case it seems that you've unnecessarily added/copied appserver specific libraries in the WEB-INF/lib or that you have duplicated EL libraries from (another) appserver in the appserver/lib or maybe -more worse- in the jdk/lib.

  • Advanced Property Editor

    As is the case with previously posted users, I find the persistent appearance of the Editor an annoying nuisance. Why has it not been addressed to the satisfaction of 'us' complaining users
    Can this function be disabled without impairing the use of the Thunderbird program in a dramatic way....!
    Ralph Fraser

    When you want to:
    '''highlight a word, '''
    * double click on the word and can then choose your options eg: bold
    '''highlight a whole line'''.
    * position cursor at start, hold shift key and press End key.
    '''highlight all text.'''
    * Ctrl +A
    or
    * position cursor at start, hold shift and click on end of section.
    '''To highlight any section, word etc, alternate option:'''
    * position cursor, left click hold down and drag across the area you want.
    '''To Invoke the Advanced Property Editor:'''
    * Double click in a white space eg: after the end of a sentence

  • Generic Property Editor-like panel for generic variable editing

    I am looking for a TreeTable like interface to modify a rather large list of hierarchical parameters. These parameters for example can be a bunch of class variables that may be written to a "configuration file" later on. For example:
    ParamSetA (expand/collapse available)
    |-------> ParamA1_name, ParamA1_value
    |-------> ParamA2_name, ParamA2_value
    |-------> ParamSetB
    |-------> ParamB1_name, ParamB1_value
    |-------> ParamB2_name, ParamB2_value
    ParamSetC (expand/collapse available)
    |-------> ParamC1_name, ParamC1_value
    |-------> ParamC2_name, ParamC2_value
    |-------> ParamC3_name, ParamC3_value
    ...(etc)
    Ideally, I really like the built-in property editor found say in NetBeans, or those used to edit bean properties. An example is found [in this image|http://java.sun.com/docs/books/tutorial/figures/javabeans/customization.gif], But I am not sure how to implement it so that it edits generic data (i.e. class variables) and not specific bean data.
    I understand regular tables are editable, but I like being able to expand/collapse sets to simplify the view. I understand TreeTables are available, but I haven't seen implementations for things other than a file browser, but I'm fairly new to swing.
    Any recommendations on built-in java capabilities that will help with this above concept?
    Thank you.

    You are going to have to pick a specific tree table. Hard to help you with an implementation when you haven't even chosen which component you are using. I recommend SwingX's TreeTable:
    [https://swingx.dev.java.net/]
    Questions regarding it should probably be posted on their forum rather than here though.

  • Converter property editor locale always blank

    While doing the Tutorial 'About Converters' at http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/converters.html
    Specifically while viewing the sample code for "Example Two: Using Converters for Numeric Formatting" I noticed that no matter what I enter for a locale in the converter's property editor in the Java Studio IDE the properties always remains blank in the IDE (and are not set in the constructor either). I'm speaking specifically about the locale. It never gets set for me unless I do it manually in the constructor myself.
    I see from the example code provided for Converter_ex2.zip (http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/converters/Converter_ex2.zip)
    that the value for locale is set in the constructor for Page1.java (code below).
                numberConverter1.setType("currency");
                numberConverter2.setType("currency");
                numberConverter2.setLocale(new java.util.Locale("en", "GB"));
                numberConverter3.setType("currency");
                numberConverter3.setLocale(new java.util.Locale("de", "DE"));
                numberConverter3.setCurrencySymbol("E");   Despite that the code is in the constructor the IDE properties editor for the numberConverter locale is blank.
    Just wondering why the property editor is always blank for the locales? This happen to anybody else?

    Hi,
    I was able to reproduce the behaviour you have described. I have filed a change request on yoru behalf.
    We thank you for your valuable feedback.
    Cheers :-)
    Sun Microsystems

Maybe you are looking for

  • Reading a String Literally - Finding the "\" Character with a Regex

    How do I search for "\" characters in a string? Such as.. String text = "Temp\temp.txt"; The problem is that Java will read "\t" as a tab, so that System.out.println(text); Will return Temp emp.txt Also, searching for the regex "\\\\" will return a n

  • MacBook Pro Retina 2.3 GHz vs. 2.6/2.7 GHz for AVID Video/Audio Production

    Hi, I am finally gearing up for my MacBook Pro purchase come early August for school. Although I have considered value powerhouse computers like Sager Notebooks, I am fairly certain I'm going to go with my gut and get the Mac. Although Google has und

  • Get or Save Unbound Data in Form

    Greetings, We're working on a project where we have a LiveCycle form that is bound to a schema.  We also have access to LiveCycle ES Forms and ES Output services. When a LiveCycle form is accessed, we send our current applications XML and the Form Te

  • Addition of new fields in MCI8 report

    Hi Experts, I am new to the PMIS area. I require to add two new fields in the MCI8 report.  I found that the data is coming from table S115.   Will append of fields in this table fulfill my needs.  Or else what shall I do for this.  Please help.

  • RefreshValidValues() is not working

    Hi all, I have a text field which when populated invokes a method called as onNameChange(). This method then populates the a drop down field below . The field name is PersonName. This is a drop down field. I use a dynamic method to populate this fiel