Advertisement

06.13.2008 at 02:37AM PDT, ID: 23482167
[x]
Attachment Details

*** Urgent - Passing a Vector from Javascript to Java in .jsp

Asked by Blue_Lotus in JavaScript, Java Server Pages (JSP)

In teh following code how do I pass the Vector from javascript to the java function (.jsp file is as follows) :

function display_onclick(pidStatus) {
var index = 0;
index = pidStatus.get(0);
   
if (index == 0 ) {
         alert("No Products");
}

Now in the javascript part I have this :
Vector pidStatus = (Vector)session.getAttribute("PID_INFO");

<td><input type="button" value="Dsiplay"
            name="ReqSubmit" onClick="display_onclick(pidStatus)"></td>Start Free Trial
[+][-]06.13.2008 at 04:19AM PDT, ID: 21777664

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.13.2008 at 04:20AM PDT, ID: 21777665

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.13.2008 at 10:01AM PDT, ID: 21780759

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.15.2008 at 10:46PM PDT, ID: 21790994

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: JavaScript, Java Server Pages (JSP)
Sign Up Now!
Solution Provided By: karanw
Participating Experts: 1
Solution Grade: B
 
 
[+][-]06.15.2008 at 11:37PM PDT, ID: 21791156

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.15.2008 at 11:47PM PDT, ID: 21791202

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628