Implementing resource list filter

hi,
i'm implementing a resource list filter. i added the filter as a jar file in the lib directory of my portal application, and created a portal service which registers the classloader to CRT. In the log file i can see that the registering is done succesfully. But when i create the filter in the portal i get ClassNotFoundException.
Do i need to implement a manager too??? or is this probably just a naming problem?
thx,
Kristof

Hi Detlev,
yeah well, i was right about the naming problem, so i got the filter running now.
But another problem occured. I need to extend the DCTMResourceListFilter, so i inherited this class. The only thing i did was calling super methods in constructor and FilterResourceList, and then i got this exception. Kinda strange because there is a filter configured using this DCTM class. Any idea's??? thx
Exception ID:10:19_13/10/06_0001_4133550
[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Component : pcd:portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.basicsearch
Component class : com.sapportals.wcm.portal.component.base.ControllerComponent
User : E122830
at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
at java.security.AccessController.doPrivileged(Native Method)
at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sapportals.wdf.WdfError
at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:678)
at com.sapportals.htmlb.AbstractCompositeComponent.render(AbstractCompositeComponent.java:41)
at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
at com.sapportals.htmlb.rendering.DefaultFlowLayoutRenderer.render(DefaultFlowLayoutRenderer.java:29)
at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
at com.sapportals.htmlb.Component.render(Component.java:150)
at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
at com.sapportals.htmlb.rendering.DefaultFormRenderer.render(DefaultFormRenderer.java:39)
at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
at com.sapportals.htmlb.Component.render(Component.java:150)
at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
at com.sapportals.htmlb.rendering.DefaultDocumentRenderer.render(DefaultDocumentRenderer.java:69)
at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
at com.sapportals.htmlb.Component.render(Component.java:150)
at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:686)
at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:355)
at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:286)
at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.render(GridLayoutRenderer.java:39)
at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:127)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
... 29 more

Similar Messages

  • Calling a custom resource list filter within another resource list filter

    Hi,
    We integrated an external repository (Documentum) in KM using a connector provided by them. And we would like to filter the search results given by Trex on a property of those documents.
    We thought about implementing a Resource List Filter for the StandardSearchResultRenderer (Search Result Renderer Settings) but it already uses a custom filter A provided by Documentum.
    Is it possible to create a new Resource List Filter B that would uses the custom filter A + perform a filter on a property?
    Thanks in advance,
    Eric

    Hi Eric,
    Do you know if TREX indexes the properties of the documentum repository? (Sorry to ask this, but I have no access to a documentum repository here) Are the properties part of the index? Easiest way to find out is to go to Display Index Details in TREX monitor, the indexed properties are listed there.
    If the properties are indexed you can probably proceed as described in the attached How To Guide from 3.2 onwards. The guide describes in the first part how to configure TREX so that it indexes DC properties from office attributes checked in into KMC- not interesting to you.
    The second part (from 3.2)  describes how these properties are made searchable, although they are not KM properties and not maintainable in KMC. This might meet your problem. The idea is to create a property in KMC using the property name that it has in TREX index.
    Please have a look and let me know if it is a solution for you,
    cheers,
    Bettina
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f2b51c01-0c01-0010-ddba-88b44076317f
    Message was edited by: Bettina Knauss

  • Resource List Filter NoClassDefFoundException

    Hi all!
    I have implemented a Resource List Filter to filter out un-approved resources. However, when i run it on the Navigation iView, there is this Exception:
    NoClassDefFoundError: com/sapportals/wcm/repository/ResourceFactory;
    Can you help me out? The code follows:
         public void filterResourceList(IResourceList list, IParameters params)
              throws WcmException {
              IResource resource = null;
                    // This seems to be the line raising the error
              IResourceFactory resFactory = ResourceFactory.getInstance();
              IRepositoryServiceFactory repServiceFactory = resFactory.getServiceFactory();
              for (int i = list.size() - 1; i >= 0 ; i--) {
                   resource = list.get(i);
                   IStatemanagementManager stateMgr =
                    (IStatemanagementManager) repServiceFactory.getRepositoryService(resource, IWcmConst.STATEMANAGEMENT_SERVICE);
                   IStatemanagementResource statRsrc = stateMgr.getStatemangementResource(resource);
                   IStatemanagementUtilsResource statRsrcUtils = statRsrc.getUtils();
                   IState state = statRsrcUtils.readState();
                   if (!"released".equals(state.getID())) list.remove(resource);
    Thanks in advance
    Thiago

    Hi Kumar,
    this is not really correct. A NoClassFoundException is not part of Java core. There only <i>ClassNotFoundException</i> and <i>NoClassDefFound<u>Error</u></i> do exist.
    ClassNotFoundException is thrown when a class is explicitely tried to get loaded. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassNotFoundException.html
    NoClassDefFoundError is thrown when a referenced class definition within a loaded class cannot be resolved. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/NoClassDefFoundError.html
    Also see for an overview http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rtrb_classload_viewer.html and/or http://dev2dev.bea.com/pub/a/2004/01/Webflow.html
    Hope it helps
    Detlev

  • Resource list filter for filtering on timestamp

    Hi,
    We need to implement scenario where only XML form messages active in the timestamp are displayed to end users.
    For this we have done the following changes :
    1) The KM folder permissions are Everyone has read only role and Admin users has Full control
    2) IN XML form we have a property which has unique name.
    3) There is layout set created , collection rendered and resource rendered, CM repository for having the KM folder under /root
    4) the collection rendered has configuration of resource list filter
    5) the filters par file is deployed refering the blog : Resource list filter for Flexible UI navigation
    In this ,the code references the Folder path and checks for the filter property.
    6) the resouce list filter has the java class as the one from par file.
    still this is not working. Please let me know if I am missing something.

    Hi Kumar,
    this is not really correct. A NoClassFoundException is not part of Java core. There only <i>ClassNotFoundException</i> and <i>NoClassDefFound<u>Error</u></i> do exist.
    ClassNotFoundException is thrown when a class is explicitely tried to get loaded. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/ClassNotFoundException.html
    NoClassDefFoundError is thrown when a referenced class definition within a loaded class cannot be resolved. See http://java.sun.com/j2se/1.4.2/docs/api/java/lang/NoClassDefFoundError.html
    Also see for an overview http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rtrb_classload_viewer.html and/or http://dev2dev.bea.com/pub/a/2004/01/Webflow.html
    Hope it helps
    Detlev

  • Resource List Filter versus Portal Drive

    Hi all,
    i have created own resource list filter and i found out that the class receives wrong input data. The input list of resources doesn't contain resources created via Portal Drive. Has somebody same problem? Thanks in advance for whichever advice!
    Regards
    Zbynek

    Hi Zbynek,
    That sounds a bit strange. The resources are listed within the portal anyhow, but they are not passed to the filter implementation? I've never experienced that and I also have difficulties to imagine such a scenario.
    Anyhow, if it is true, you definitely should open an OSS message about it. But first, double-check your situation!
    Hope it helps
    Detlev

  • More then one resource list filter in render

    Hello KM Experts,
    Is it possible to add more then one resource list filter in collection list render.
    I've tried to add two different collection list renders with different filters to layout. But it seems that works only one of the filters.
    Any suggestion?

    Hi,
    Wt way you created filter (Coding or through portal). In portal means
    Goto System Admin>System Config>KM>Content management>Global Service>Resource List Filter>Resource List Filter-->Check ur filter settings.
    Refer this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/31fa0d2d-0401-0010-efa3-af7a8647c3bc
    Regards,
    Senthil K.

  • Problem with resource list filter in SP15

    Hi Gurus,
    I modified a standard SAP provided layoutset to provide a filtering service exactly like explained in this blog:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2102
    It's working properly in EP6.0 SP09, but unfortunately it doesn't work in SP15 (with the same KM configuration).
    The problem seems this:
    after click on "Filter" button, the runtime environment correctly calls "onSetFilters" event handler, but at the end of this method, the execution flow doesn't invoke "filterResourceList" method in the "SimpleResourceFilter" class.
    Have you any ideas for this behavior?
    Please, i need urgent help.
    Thanks in advantage.
    Regards,
    Alfio Nucifora.

    Yes, i solved my problem.
    I changed the resourcetype property of "MemoryOptimizedHierarchicalStatus" Renderer Status (System Administration/System Configuration/
    Knowledge Management/User Interface/Mapping/
    Renderer Status) from MemoryOptimizedHierarchicalStatus to
    none.
    Regards,
    Alfio Nucifora.

  • List Filter Web Part not Working

    Hi. I'm implementing a SharePoint Server 2013 Enterprise Farm on a new Customer. I've created the desired site structure. When trying to use the List Filter web part, i can configure, connect sucessfully to another webpart and even filter.
    The problem is that the Webpage Dialog with the filters, the radio buttons show up but no description is associated to them. Regardless if i configure the description in the web part properties. I even gone further, and tried do create a choice filter,
    with the same behavior.
    Any help would be appreciated.
    Thank you,
    Tiago Costa   

    Hi,
    According to your post, my understanding is that you have an issue about the list filter web part.
    Per my knowledge, the description column is used to display an alternative value in the Select Filter Value(s) dialog box, which displays when a user clicks the Filter button.
    For example, if you have a Month number column that uses the numbers 1 though 12 as month values, you can use a Month Name column as the Description column so that January is displayed instead of 1, February instead of 2, and so on.
    http://office.microsoft.com/en-in/sharepoint-server-help/connect-a-filter-web-part-to-a-list-view-web-part-HA010250989.aspx
    I tried to reproduce the issue in my environment, however, when I chose the
    Created column for Description field, when I clicked the filter button, the created time displayed.
    Did the issue occur in other pages? You can recreated a new page, then check whether it works.
    You can also use other browsers to check whether it works.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • SharePoint List Filter to narrow a folder structure

    Hello,
    The company I work for has a document library containing folders for each of their hundreds of clients.  The current process now is to load all of the folders in alphabetical order in order so that the users can scroll through and find the correct client
    relatively quickly.  This takes longer than it should considering how many folders need to load.
    I was trying to utilize the SharePoint List Filter to pull the Title column so the users could filter based on the name and we wouldn't need to pull all of the data each time the library was opened, but it seems that the title and name columns don't hold
    their connection to the list.  Each time I attempt to set the connections and then use the filter, I get the "This filter is not connected" error.
    Is it possible to use this web part in this manner (or is there another web part that will work) or should I suggest moving to meta data instead of a folder structure if they want speed of use?
    Thank you in advance!

    Hi,
    Based on your description, my understanding is that you want to you want filter the document library by the title column so that the users could filter based on the name and don’t need to pull all of the data each time the library was opened.
    Refer to the following steps:
    Open your document library-> choose Export to Excel->in excel, click insert PivotTable,
    create a pivot table in Excel -> use  Report filters
    To filter the title column->save it and upload it to a document library
    Then create a new page in SharePoint  and add the Excel Web Access web part and configure it to display your workbook, (or you can add the Excel Web Access web part in your document library and configure it to display your workbook) Now
    you can filter the document library by the title column.
    Here is a link about how to Create a pivot table in Excel 2010:
    http://www.techonthenet.com/excel/pivottbls/create2010.php
    Here is a link about how to use Report filters:
    http://www.gcflearnfree.org/excel2010/20.5
    Besides, you can refer to the following blog:
    http://consulting.risualblogs.com/blog/2014/09/10/filtering-excel-webparts-in-sharepoint-using-query-string-parameters/
    Best Regards,
    Lisa Chen

  • How to know if implementation with a filter value exist for a BAdI in code?

    Hi all,
    Scenario:
    I created a BAdI. There will be a button on the UI to call its implementation(s); while if there is no implementation with specified filter value, this button needs to be hidden. Thus I need to know if the implementation exist before calling it.
    Question:
    In the ABAP code, how to get whether implementation with specified filter value exists for a BAdI?
    If it's possible, please help provide code.
    Thanks and regards,
    Said

    Problem solved:
    data: r_badi type ref to YOUR_BADI,
              badi_impl_num type i.
      get badi r_badi
        filters
          flt_name = fit_val.
      badi_impl_num = cl_badi_query=>number_of_implementations( badi = r_badi ).
      if badi_impl_num > 0.
        "there are badi implementation(s)
      endif.

  • The specified Resource List is invalid while adding memeber to resource lst

    HI team,
    I am trying add a item to a already exist resource list in Oracle Projects by Using an API with below code but i ma getting an error Single Planning Resource failed!.
    Error: The specified Resource List is invalid.
    Please help me in resolving in this issue.
    CODE:
    DECLARE
    l_return_status VARCHAR2(2000);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(2000);
    l_resource_list_member_id NUMBER;
    p_chr_temp_str VARCHAR2(512);
    l_chr_error_message VARCHAR2(2000);
    l_list VARCHAR2 (240 Byte) :='AS DEFAULT PRL UKH'; -- Taken from select name from pa_resource_lists
    BEGIN
    FND_GLOBAL.APPS_INITIALIZE(120345,51072,275,0,114);
    PA_RESOURCE_PUB.ADD_RESOURCE_LIST_MEMBER(
    p_commit => FND_API.G_FALSE,
    p_init_msg_list => FND_API.G_FALSE,
    p_api_version_number => 1.0,
    p_resource_list_name =>l_list,
    p_resource_list_id =>1061, -- Taken from select reource_list_id from pa_resource_lists
    p_resource_group_alias =>null,
    p_resource_group_name =>null, --
    p_resource_type_code =>NULL,--'ORGANIZATION',
    p_resource_attr_value =>'ORGANIZATION',
    p_resource_alias =>'TEST12345', -- Alias Name
    p_sort_order => PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM,
    p_enabled_flag => PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR,
    p_resource_list_member_id => l_resource_list_member_id,
    p_msg_count => l_msg_count,
    p_msg_data => l_msg_data,
    p_return_status => l_return_status );
    dbms_output.put_line(SubStr('p_return_status = '||l_return_status,1,255));
    dbms_output.put_line('p_msg_count = '||TO_CHAR(l_msg_count));
    dbms_output.put_line(SubStr('p_msg_data = '||l_msg_data,1,255));
    dbms_output.put_line(SubStr('l_resource_list_member_id = '||l_resource_list_member_id,1,255));
    IF (l_return_status != Fnd_Api.G_RET_STS_SUCCESS) THEN
    dbms_output.put_line('Single Planning Resource failed!.');
    IF (l_msg_count > 0) THEN
    p_chr_temp_str := SUBSTR(Fnd_Msg_Pub.get(Fnd_Msg_Pub.G_FIRST, Fnd_Api.G_FALSE),1,512);
    FOR I IN 1..(l_msg_count -1) LOOP
    p_chr_temp_str := SUBSTR(Fnd_Msg_Pub.get(Fnd_Msg_Pub.G_NEXT, Fnd_Api.G_FALSE),1,512);
    END LOOP;
    dbms_output.put_line('Error: '||p_chr_temp_str);
    END IF;
    END IF;
    END;
    Thanksin Advance,
    Regards,

    You can do it one of two ways:
    1. Change the rule of the top level to deny everything.
    or
    2. Add a rule below your "map C to Z" to deny everything.
    The way it works is that when SGD finds a local drive, it'll try find a matching rule. If it doesn't find it, it'll go up the datastore structure and check for rules. And the first rule that applies, it'll use that rule. So, in your case, when SGD sees drive A (for example), it looks at the rule of the person (or profile) object and it does not find a matching rule since you only have one rule (map C to Z), so it goes up the datastore structure, and try finding a matching rule. Since you have no other rules in between, it goes all the way to the top and try to map drive A to "U" (default first drive letter).
    Hope this helps.

  • After Migrating from Sharpoint 2010 to Sharepoint 2013 list filter options changed

    Hi All,
    After migrating from SP 2010 to SP2013 i found list View filter option is changed and filter is not working Pls help its really urgent.... you can check field 1 and field 2 in following screen shot.
    Prasad kambar

    Hi  ,
    According to your description, my understanding is that your list filter cannot work after Migrating from SharePoint 2010 to SharePoint 2013.
    For your issue, please check your log files for any issues. Also you can refer to the blogs for troubleshooting SharePoint 2013 migration:
     Firstly try running Test-SPContentDatabase on your source database for any issues -
    Test-SPContentDatabase - http://technet.microsoft.com/en-us/library/ff607941.aspx
    Troubleshoot site collection upgrade issues in SharePoint 2013 http://technet.microsoft.com/en-us/library/jj219648.aspx
    Verify database upgrades in SharePoint 2013 -http://technet.microsoft.com/en-us/library/cc424972.aspx
    And please have a look at your custom solution on your site.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Suggestion to Add more filter in "Change List filt...

    Hi,
    Please provide the more filters in "Contract List Filter" currenlty there is only one filter for "Online", In this "Online" it covers all "Online", "Away" and "Busy" but I want to add more filters related to Online for example:
    Online - Online
    Onlne - Away
    Online - Busy(Do Not Distrub)
    If I choose "Online - Away" then Skype will show me onlye Skype "Online but Away status".
    Thanks, 
    Iftikhar

    Thanks Gyan.
    Below is the code for creating list box :
    OAApplicationModule am = pageContext.getRootApplicationModule();
    OAViewObject listVO=(OAViewObject)am.findViewObject("LocationsLOVVO");
    OAWebBeanFactory list1 = pageContext.getWebBeanFactory();
    OADefaultListBean list = (OADefaultListBean)list1.createWebBean(pageContext, OAWebBeanConstants.DEFAULT_LIST_BEAN, null, "LocationsList");
    list.setListViewObjectDefinitionName("oracle.apps.irc.lov.server.LocationsLOVVO");
    list.setListValueAttribute("LocationCode");
    list.setListDisplayAttribute("LocationCode");
    list.setSize(6);
    list.setMultiple(true);
    list.setName("Location");
    OAMessageLayoutBean listboxbean = (OAMessageLayoutBean)webBean.findChildRecursive("AplmessageLayout");
    listboxbean.addIndexedChild(list);
    But it is not inserting all the location values in the list.
    Regards,
    Gaurav.

  • Implementing bullet list in JTextPane

    I found an example here:
    http://forum.java.sun.com/thread.jsp?forum=4&thread=162662
    .. which describes how to create a TextAction for implementing bullet lists with a HTMLEditorKit.
    The problem is that I use StyledEditorKit.
    Anyone know how to implement a "StyledEditorKit.BulletAction" ?

    It amazes me though that this is something that has to be done from scratch ...
    Me too!
    But it's not too bad, this is how I did it:
    1) Add a unicode prefix to represent the bullet:
         if (type.startsWith("CIRCLE"))     liType="\u25CB";
         else if (type.startsWith("DISC"))     liType="\u25CF";
         else if (type.startsWith("SQUARE")) liType="\u25A0";
         doc.insertString(doc.getLength(),liType+" "+liText,null);2) use the FontMetrics to set the outdent:
         FontMetrics     fontmetrics=getFontMetrics(font);
         FLOAT=fontmetrics.stringWidth(doc.getText(start,2));
         StyleConstants.setLeftIndent(aset,50f*listLevel-(listLevel-1)*FLOAT);
         StyleConstants.setFirstLineIndent(aset,-FLOAT);You can see the end-product [url http://home.comcast.net/~viravan/f7.htm]here
    ;o)
    V.V.

  • IPod Unit in Computer Resources list disappears when iTunes Starts

    When iTunes Starts and detects the iPod device the iPod disk resource, in computer resource list (e.g. iPod (G:)) disappears. In this way any action I made to iPod fails.
    I tried all but it doesn't working.
    help me....

    I tried two different USB ports each a failure. Other USB items are as follows: wireless mouse + keyboard bundle, wireless network adapter, digital camera (sits there all the time), and 500 GB Western Digital external hard drive. I am on a network but nothing from the iPod or iTunes accompanying folders are shared. Originally I had G: but it is now I:.
    At the moment it works again (for now). I don't know why it worked for me but I tried a non-official iPod song loader and when that didn't work I just deleted everything on the iPod (hidden files too) and the next time iTunes tried syncing it asked to set up new iPod controls. After that it stayed on the My Computer folder and I could reload songs through iTunes. I haven't tried it more than this once because I don't want to jinx it. I don't suggest my way because it was probably dumb luck.

Maybe you are looking for

  • String type container element truncated in email

    Hi Folks In the email step of the workflow I have used a string type variable ( Notes of approver of ESS workflow ). The variable is populated completely in the container element in workflow log, but in the email body it's getting truncated after abo

  • Error is due to depre periods

    Hi All, During depreciation run, the following error shows: Maximum investment amount exceded in area 51 Message no.AA642 Asset affected :  00000000000xxxxx-000000 Diagnosis Process terminated, because the total investment support amount 1234.00 exce

  • Labview Opening

    Hi, I am Raghul, Currently working as Hardware test engineer . I have 4 + years of exeperience on Electronics field and 4 years of experience in labview automation tool. I am attaching my resume here. Kindly review the resume and please let us know p

  • RAID & ASM

    hello we have the below scenario for HA, your help is appreciated Hardware: - 2 identical servers in primary & secondary mode (Node1 and Node2) - Each node having 2 CPUs - One 2TB SAN storage with 10*200GB HDs + 2 redundant FC switches Sofware: - Ora

  • Mail is hanging

    When attemting to start Mail, it's just hanging. When forcing it off, and select report,I get this screen. Date/Time: 2009-03-24 08:29:31 +0100 OS Version: 10.5.6 (Build 9G66) Architecture: i386 Report Version: 4 Command: Mail Path: /Applications/Mai