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 7540211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:35:06+00:00 2026-05-30T07:35:06+00:00

hi there i am woring with java play framework and i want to implement

  • 0

hi there i am woring with java play framework and i want to implement JQuery Tagit in my project.

I am doing exactly the same thing written in their site but i cant manage to retrieve the values of selected values. heres the code:

<form id="messageForm">
<script>
$(document).ready(function(){
    $("#mytags").tagit({
        select:true,
        availableTags:function( request, response){
            $.ajax({
                url: "@{Users.getUserList()}",
                dataType: "json",
                data: {
                    term: request.term
                },
                success: function( data ){
                    response ($.map( data, function ( item){
                        return {
                            label: item.fullName,
                            value: item.username
                        }
                    }));
                }
            });
        }
    });
});
</script>
<label for="mytags">To:</label>
<ul id="mytags" name="selectedTags"></ul>
</form>

i can succesfully populate the list with json elements, i have no problems with that. but somehow i cant manage to retrieve the entered tags from it.

i tried

document.getElementByID(“messageform”).selectedTags

but i think im doing it wrong.

  • 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-05-30T07:35:07+00:00Added an answer on May 30, 2026 at 7:35 am

    Finally i found the problem. Tag-it plugin is a quite common plugin but there are lots of different version written by different programmers around the internet. I was working with a different tag-it module than i was looking at the document. So be careful that you are reading the corrent document of the tagit module you are using (sorry for my grammar i know it sucks) –

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

Sidebar

Related Questions

I am working on a JAVA project in which there are multiple terminals. These
In Java, there is no such thing as an unsigned byte. Working with some
I have a very old linux system and installed java and play framework. When
Just stated to play around with Jquery and Java. I stated to setup a
I'm working on a Java applet that needs to display fancy equations. Is there
I want set Listbox background to transparent but not working Is there any idea?
Is there any difference between double dispatch and visitor pattern? I'm working with Java
There is a bug in Java 6u13 and 6u14. https://bugs.java.com/bugdatabase/view_bug?bug_id=6835450 Simply put, the following
Is there something like a C# Substring for Java? I'm creating a mobile application
I'm working in Java on a project that requires me to make a few

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.