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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:31:31+00:00 2026-05-23T16:31:31+00:00

I am trying to set session attribute in a jsp function. The function reads

  • 0

I am trying to set session attribute in a jsp function.
The function reads cell data from a table row and stores it in a variable array.
Could you suggest how can I set the array_variable to the session ?
My code is as below –

function sendData(recordToSend)
{
var sessionData = new Array();

var table = document.getElementById("tblReport");

var rowNum = parseInt(recordToSend);

var cells=table.rows[rowNum].cells;

for(var c=1;c<cells.length;c++)
{
    sessionData[c-1] = cells[c].innerText;
}

<%
session.setAttribute("tableData",sessionData);// problem is here 
%>

}

Thanks for upcoming suggestions.

  • 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-23T16:31:31+00:00Added an answer on May 23, 2026 at 4:31 pm

    Java/JSP and JavaScript do not run in sync as you’d expect from the coding. Java/JSP runs at the webserver upon a HTTP request and produces HTML/CSS/JS code which get sent back to webbrowser as a HTTP response. All the webbrowser retrieves is a bunch of HTML/CSS/JS code without any single line of Java/JSP code.

    To the point, you need to let your JS (or a HTML form) send a HTTP request with the desired request parameters to the webserver and hook some Java (Servlet) code on the request URL so that it can set the session attribute based on the request parameters. You could let JavaScript fill hidden input values of a form and submit it, or send an Ajax request.

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

Sidebar

Related Questions

I'm trying to display an attribute value of ArrayList from JSP set in session
I am trying to access session data across multiple wildcard sub domains. I set
I am trying to set Session values using a IHttpModule. I have set the
Im trying to set up a session and i am getting a header error,
Im trying set the single table inheritance model type in a form. So i
I'm trying to set a session cookie restricted to a particular path (let's say
I am trying to set an auth cookie in OnAuthorization of my custom attribute
Basically i am trying to set a session when a user clicks a specific
I am having problems of trying to set a session cookie(s) in Liferay 6.0
Can I rewrite the session attribute WW_TRANS_I18N_LOCALE in Struts2 ? I want to set

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.