• Name Picker gives error when using

    By Howard Greenberg 1 decade ago

    I tried using the name picker on a server and got a "Syntax Error" message.  When I click ok, I then get the name picker but no names are populated.

    I then tried the Domino_Pickers XPage from the Ext Lib demo on the server and none of the name picker demos worked there either.

    Any suggestions or is there a bug?  I use Firefox 8.0.

     

    Howard

    • Here is a screen shot

      By Howard Greenberg 1 decade ago

    • Here is the code:

      By Howard Greenberg 1 decade ago


          xmlns:xp="http://www.ibm.com/xsp/core"
          xmlns:xe="http://www.ibm.com/xsp/coreex">

                   dialogTitle="Title" for="inputText1">


              
                  
              

          

          
          

    • Found the issue,but this needs inprovement

      By Howard Greenberg 1 decade ago

      I was not logged in when I tried to access the Directories. I never got prompted to login.

      If I was authenticated then it works fine. Not authenticated I get that error.

      It would be nice to have a redirect to login? I guess we need to test for that and display a message and provide a link (login control) if the user is not authenticated?

       

      Howard

      • Are you using form based authentication?

        By Philippe Riand 1 decade ago

        For basic authentication, it prompts me. What kind of authentication are you using?

        • *Form based authentication

          By Howard Greenberg 1 decade ago

           

          • Yes,so we cannot trigger the authentication then

            By Philippe Riand 1 decade ago

            Because it redirects the whole page. can't you force the user to be authenticated before displaying the page?