• problem when using the xe:appSearchBar

    By L. B. 1 decade ago

    Hi All,

    I'm experiencing following problem when using the xe:appSearchBar.

    In the Web browser the searching works perfectly, but in the Notes Client I get following error in the Log:

    CLFAD0256E: Dispatcher Servlet Problem - Cannot find the module: nln1!!testcdbnpcr.nsf

    This looks correct because 'test' is the directory where the cdbnpcr.nsf is located thus the full path should be something like:
    nln1!!test/cdbnpcr.nsf

    Can anyone tell me what is going wrong or what I am doing wrong? I tried with the latest (21-aug) and previous release. 

    <xe:this.searchBar>
        <xe:appSearchBar queryParam="search" inactiveText="Search..." pageName="/xeHome.xsp">
        xe:appSearchBar>
    xe:this.searchBar>

    Any help is very much appreciated.

    Lucien

     

    • Fix submitted

      By Padraic Edwards 1 decade ago

      Hi,

      There was a bug in the renderer which is causing the issue you see with search not working in databases which are in folders on the client. I have submitted a fix and it will be in the next extension library release.

      thanks,

      Padraic

      • fix xe:appSearchBar

        By L. B. 1 decade ago

        Hello Padraic !  thank you for this follow up !