Adding property to property editor of Dynpro iView

In case of regualr(non-dynpro) iView, I could just modify portalapp.xml to add a property which shows up in the iView property editor inside PCD.
In case of web dynpro iView, How do I add property which shows up on my web dynpro iView property editor? How do I programmatically read this property?
Right now I am using "Application Parameters" attribute of the iView to store the attributes as name/value pair seperated by "&" . But it's not very user friendly.
Thanks
Sam

Hi,
I can only ask the same as Sam.
Is it possible to add any custom property to a web dynpro iView ?
Regards,
Ferenc

Similar Messages

  • How to create a custom property for web dynpro iView - please respond

    Hi,
    I have to create a custom iView property for a web dynpro Java Application.  I am searching forums and sap help and not able to find any documentation on this. Please post your thoughts here...
    Thanks
    Srini
    Edited by: Srinibapati on Sep 5, 2009 3:56 PM

    No One replied and closing this thread...........I still don't have answer for this.
    Thanks.
    Srini

  • System option is empty in the url iview property editor

    hi
    I wanted to create a URL iview. I would also like to specify the System for the url iview. But when I go to the URL iview property editor, when I select the dropdown list next to system, there are no systems listed.
    Please explain me how to make the system available for the url iview.
    Thanks for the help
    -Mike

    Hi,
    Can you detail your requirement. URL iviews are iviews in which you can set any URL and the iview will connect directly to it. So, you cannot force set the URL iview to use a System.
    I guess you are trying to call some BW report. For this you can try to create an iview based on component
    com.sap.portal.appintegrator.sap and then select the application. In this iview you should be able to specify the system.
    Cheers!!

  • Where is the Property Editor - Portal_server ?

    Hello:
    I'm following this <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c4/fd584289e59041e10000000a1550b0/frameset.htm">documentation</a> and I can't find the Property Editor - Portal_server.
    Thanks.
    RLS.

    Thanks for answer Ramakrishna Prasad.
    Yes, of course. My mistake on putting the general link of the documentation.
    Under the title <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2c/00584289e59041e10000000a1550b0/content.htm">"Create a Web Dynpro Iview"</a> says:
      "5.      In Step 4 of the Web Dynpro iView Wizard you have to specify the Web Dynpro-specific parameters.
               a.   System"
    (and is show the "Property Editor - Portal_server " screen).
    Thanks a lot.
    RLS

  • 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

  • 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.

  • 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.

  • Collection property editor

    In both of the RAD environment which I have previously used, there are property editors for a collection of a particular property type. In Borland's VCL the property editor is built-in once one uses a VCL collection as a property, while in .Net one can specify the System.ComponentModel.Design.CollectionEditor for a ,Net collection. These properties editors work flawlessly for a property which is a collection of a particular property type, whether it is a value type, like a Java int, or a reference type like a Java Object of a particular base class. They allow the end user to add an entry to the collection and then either type the value, if it is a value type, or present a drop-down list of other components of the specified type which have been added to the form ( bean context in Java terms ) for the user to choose, if it is a reference type.
    Coming to JavaBean development I was surprised that Java does not apparently have such a built-in property editor. Is this true, or have I just been unable to find documentation about it ?
    If there is no built-in property editor for a collection of types, are there any such property editors for this on the Internet anywhere ?
    I realize that I can build my own generic property editor for a collection, but I would like to avoid it if I can and use one that already exists. The case of a property editor for a collection seems quite common in terms of creating re-usable components, and I need one for a property of a JavaBean I am creating. Any help on this would be greatly appreciated.

    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4043157
    It is not implemented yet.

  • Show 'Print' Option not see in view property editor

    I have created a new ABAP web dynpro application and am trying to integrate it into the portal (7.0).  I created a view and am trying to customize the appearance of the tray it appears in so that the user can print the view.  I know that in the standard ESS functions that we have (which are WD Java) I  simply found the show "print" option in the property editor and made sure it was set to yes.  The problem is that while all of the other options are there (Details, help, personalize, refresh, remove, etc),  unfortunately I do not see a show "print" option available in the property editor of the view.  Is there any way that I can get it to show up?  Is there some other parameter that controls whether it should appear.
    I do see the show "print" option on the page, but my users want to see it on the view.
    Thanks for your help.
    Pam Laverty

    Hi,
    It looks like you do not have write permissions to the PCD objects and thus cannot edit them.
    http://help.sap.com/saphelp_nw70/helpdata/EN/f6/2604f005fd11d7b84200047582c9f7/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/f6/2604e505fd11d7b84200047582c9f7/frameset.htm
    Regards,
    Praveen Gudapati

  • Property editor, Permission editor and security zone

    Could anyone let me know what different between <u>Property editor, Permission editor and security zone</u> when we build the new role in portal and have to go through these three for setting up. Could you compare them with creating new role in R/3 system?
    Thank you so much and sorry to bother you guys.

    Hi,
    Property editor is the editor which shows a list of properties of any pcd object like iView property or page property etc. Using this, u can edit the properties of the pcd object.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/7d9713087311d7b84600047582c9f7/frameset.htm
    Permission editor is the editor where u can change the permission level for particular application or portal content objects like read/ write permission, end user permission etc. So using this, u can set permissions for different users to access different pcd objects.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/0fab1b76984ed0944d5c732cfad1b2/frameset.htm
    Security zone mentions the level of portal security like low, high etc.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/25/85de55a94c4b5fa7a2d74e8ed201b0/frameset.htm
    Regards,
    Vijai

  • Property editor sheet

    Hi
    I need to develop a generic GUI-based java bean property editor. A simple sheet like the one used to edit bean properties in netbeans would suffice. Can anyone tell me if some software is already available for this purpose?

    Christoph,
    I would guess that your view part needs to implement ISelectionProvider...
    On 30/11/2012 10:59 AM, Christoph Miksovic wrote:
    > Dear readers,
    >
    > I have an EMF-based RCP-application that was originally generated
    > using the genmodel-generator. The application thus has EMF.Edit end
    > EMF.Editor components. When I run the application, I basically have an
    > editor and a property sheet. When I select an object in the editor,
    > the property sheet shows its properties, as expected.
    > Now I added a custom view part that contains a Tree viewer.
    > Essentially the code is as follows:
    >
    >
    > public class MyCustomViewPart extends ViewPart
    > (...)
    > private ComposedAdapterFactory adapterFactory = new
    > ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE);
    > (...)
    > public void partActivated(IWorkbenchPartReference arg0) {
    > (...)
    > treeViewer.setContentProvider(new
    > AdapterFactoryContentProvider(adapterFactory));
    > treeViewer.setLabelProvider(new
    > AdapterFactoryLabelProvider(adapterFactory));
    > treeViewer.setInput(editingDomain.getResourceSet());
    > (...)
    > }
    >
    > public void createPartControl(Composite parent)
    > { (...)
    > getSite().setSelectionProvider(treeViewer);
    > (...)
    > }
    >
    >
    > When I now select an object in the tree viewer of MyCustomViewPart,
    > the property sheet remains empty. When I activate the editor and
    > select an object in the editor, the property sheet shows the
    > proprieties of the selected objects.
    >
    > Can anyone please give me a hint why the property sheet remains empty
    > if I select an object in the tree viewer of my MyCustomViewPart?
    >
    > Thank you very much for any help,
    > Christoph

  • 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.

  • How to retrieve a property value from an iview in the back-end?

    Hi,
    I am looking for a back-end function module or any other way to retrieve the property value of an iview in the portal.
    Is this possible?
    thanks,
    Bert Caryn

    Hi,
    Look at the following threads,
    For programmatically getting the iview properties,
    Programmatically getting iView Properties
    Also,
    Get Properties of IView Programmatically
    Permanent change of iView property programmatically
    Hope these threads help u.
    Regards
    Srinivasan T

  • 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

  • My smart playlists in iTunes match are not interpreting "date added" property correctly for some songs.

    I have many smart playlists that are dependent upon the "date added" property of my songs. I use iTunes match on a PC, my iPad (4th gen), and my iPhone 5, and my music is stored on my iMac. For some reason, (on my iPhone only) a handful of songs stubbornly continue to appear in smart playlists even though their "date added" is much earlier than the playlists dictate. And they are the same handful of songs on all playlists that have this problem.
    Turning off Live Updating resolves the problem, but then what's the point of a smart playlist if I have to continually update it manually? Turning off iTunes Match on my iPhone, deleting music, and turning iTunes Match back on does not resolve the problem.

    I think I have figured this out, so I'll share in case anyone else has this issue. I had automatic downloads enabled for my iPhone, so any iTunes music purchases were automatically downloaded to my phone. As a result, the "date added" attribute of a song is tied to when it was downloaded to the phone rather than when I originally purchased the song and added it to my iTunes library.
    I disabled iTunes Match, deleted these songs from my phone, re-enabled iTunes Match, and that seems to have done the trick.

Maybe you are looking for