Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7727489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:28:17+00:00 2026-06-01T05:28:17+00:00

Using 8.5.3, I have an Xpage with a value picker that populates a dojo

  • 0

Using 8.5.3, I have an Xpage with a value picker that populates a dojo list text box. This works fine. However, I need to populate some other fields based on the selection from the value picker. If I go to the events panel for the ListTextBox in domino designer to add events it shows errors, but from the all properties panel of the ListTextBox there are events listed. These events are client-side events which while not ideal, I can work around. However even a simple alert box does not work from these events.

Here is my sample code:

<xe:djextListTextBox id="dLinkedGroupsIDsTX"
    multipleSeparator="," intermediateChanges="true" displayLabel="true"
    value="#{document1.dLinkedGroupsTX}" onChange="alert('change');">
</xe:djextListTextBox>
<xe:valuePicker id="valuePicker1" for="dLinkedGroupsIDsTX"
    dialogTitle="Linked Groups" pickerIcon="add.png" listWidth="700px">
    <xe:this.dataProvider>
        <xe:simpleValuePicker valueListSeparator=","
            labelSeparator="~">
            <xe:this.valueList><![CDATA[#{javascript:@DbColumn("","vwGroupLU",4)}]]></xe:this.valueList>
        </xe:simpleValuePicker>
    </xe:this.dataProvider>
</xe:valuePicker>

Any help would be greatly appreciated!

UPDATE
It seems from further testing that all the other events seem to fire. onFocus, onClick, etc.. But that doesn’t really help me 🙁 Perhaps there is another way to go about this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:28:18+00:00Added an answer on June 1, 2026 at 5:28 am

    You can try to connect your javascript function to the event after page load (As in Marky’s question – Getting the dijit for a typeAhead in XPages)

    Put the following code on your onClientLoad client-side javascript of the XPage or CC:

    dojo.addOnLoad(function(){
      XSP.attachEvent("X1","#{id:dLinkedGroupsIDsTX}", "onchange",
                        function() { alert("changed");}, false, 2);
    });
    

    X1 must be any unique identifier. Also, remove the onchange attribute from your code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have using auto-complete functionality in PHP for the text box of first name.
I have a .NET web service (using asmx...have not upgraded to WCF yet) that
Have a simple contact us XPage created. Have server side validation in place that
I am trying to parse a xml file that i have (using javascript DOM).
Using MVC2 Have a master-page that needs to hide certain menus if currently logged
I have using awesome_nested_set with active_admin. But I found that active_admin can't find nested_set_options
I have using some examples on this site to create an email class for
i have using WCF service in my code that the client(WindowsFormsApplication1) capturing desktop view
I have using VPS that had to be re-imaged. my DB was part of
The Weblogic servers we are using have been configured to allow JNDI datasource names

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.