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

  • Home
  • SEARCH
  • 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 8065275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:36:55+00:00 2026-06-05T11:36:55+00:00

I need to creata an array in javascript, elements for the array should come

  • 0

I need to creata an array in javascript, elements for the array should come from server side.

For this what i did was,
In servlet,

String[] valuesArray = {"val1","val2","val3"};
request.setAttribute("valuesArray",valuesArray);

In Jsp/javaScript:
var arrayObj = new Array(${'valuesArray'});

but,this is not working..
Ultimately, arrayObj should contain {“val1″,”val2″,”val3”} as elements.
Can someone please suggest where i have gone wrong or let me know how to handle this requirement?

Thanks in advance.

  • 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-05T11:36:57+00:00Added an answer on June 5, 2026 at 11:36 am

    Unfortunately I havn’t found a simpler way to do it. This is how i always did –

    <script type="text/javascript">
       var arrayOb = new Array();
       <%
          String[] list = (String[])request.getAttribute("valuesArray");
          for(int count=0; count <list.length; count++) {
       %>
             arrayOb[<%= count %>]='<%= list[count] %>';//dont miss the single quotes here
       <% } %>
    </script>
    

    Pay close attention to all quotes and scriplet tag.

    You can also use jsp for loop or c:for instead of scriplet here.

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

Sidebar

Related Questions

I need to create one array in javascript like this. It should contain current
I need to create an array by searching a string for occurrences of '['
I need to create an array from a list of data in excel. The
I have a one-time need to create a file from an iOS mutable array.
I need to write a split function in JavaScript that splits a string into
I want to create a Javascript switch based on an array I'm creating from
I have a JavaScript array of objects like this: box[0] = {...} box[1] =
I am creating a huge Array in javascript...It's 4 levels deep and many elements
I found this function to parse a csv string into a multi-dim array in
I need to make a Javascript object that would behave as an associative array,

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.