Passing a 2 Dimentional Array From one Jsp to Another Jsp file and Retreving it
Hi
I have a 2 dimensional integer array declared and values are dynamically stored into it in one jsp file .I passed this array into another Jsp File and when i tried to retrieve the data in the 2 Dimensional array it is raising a Null Pointer Exception.I am attaching the sample code . Please help Me
JSP FILE 1 :
// declatarion
int final_equivalentset[][] = new int[5050][5050];
// values are entered dynamically
session.setAttribute("myequivalentset",final_equivalentset);// added to session attribute
JSP FILE 2 : // the file where i retrieve the data
Object obj =(int[][])session.getAttribute("myequivalentset");
int equivalentset[][] = ( int[][])obj;
1----> **for( int check1 = 0;final_equivalentset[i-1][check1]!=0; check1++)
2----> { %><%= final_equivalentset[i-1][check1] %>
<% } %>
<% **
The above code is raising the Null Pointer Exception Both at lines marked as 1---> and 2--->
its stack trace is
strong text java.lang.NullPointerException
org.apache.jsp.Major0020Project.Blue005fGray005fTemplate.signaturesjsp.jspService(signaturesjsp.java:161)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
strong text
Please do help me as this is my Major Project and have very less Time in my hand .
Thanks and regards
Rajarshi
View Answers
Ads
Related Tutorials/Questions & Answers:
Advertisements
How to forward the control from one jsp to another?
How to forward the control
from one jsp to
another? Hi!
This is Prasad Jandrajupalli.
I have the 3
JSP's, but I want communicate with each... is not communicate with the Third
JSP.
I want forward the control
from first
jsp to second
calling one jap page from another jsp page
calling
one jap page
from another jsp page i created a button in
one jsp page i need to call
another jsp page as an action to that button. so how can i call.. plz any
one explain. its urgent
passing data from one jframe to another
passing data
from one jframe to another I have two JFrame,built by using the GUI Editor netbeans 6.9.i have to pass a data
from a Jtextfield in the first Jframe to
another JLabel in the other JFrame.Can you please help me,how
how to change password into one jsp to another jsp
how to change password into
one jsp to
another jsp i have two jsps in
one jsp i give
one password and confirm password, in
another jsp i want change my password compare with 1st
jsp how to write code please give me answer?
 
File copy from one directory to another in java
File copy
from one directory to
another in java I am trying to find very good code example for copying a
file from one directory to
another...?
Is there any size issue while copying the
file from one directory to
another
passing data between the jsp pages ?
passing data between the
jsp pages ? i developed a project... and displays the marks and i write
another jsp which will calculate the percentage of the marks.
from the previous
jsp page the data needs to pass.i use for that.when
jsp one to one mapping
jsp one to
one mapping how to perform
one to
one mapping in
jsp....code of
one to
one mapping with .xml
file
uploading a file at another system in lan using jsp
uploading a
file at
another system in lan using jsp Thanks for the code at "http://www.roseindia.net/
jsp/fileupload/Sinleupload.xhtml.shtml... to save or upload the
file at
another system in lan at location "http
Passing Parameters to Another JSP Page
Passing Parameters to
Another JSP Page
By using the include action we can pass the parameters
to
another jsp page... in the
jsp post
from the html form or the
jsp page.
The code
Passing parameters in JSP using forward.
Passing parameters in
JSP using forward. If a page is forwarded to
another page using
jsp:forward, is it necessary that the page should be already created? Or will the compiler create
one?
Hi,
it necessary
Passing Parameter with <jsp: include>
Passing Parameter with <
jsp: include>
In this example we are going to use <
jsp:include>... a
file in a
jsp page. While using <
jsp:param> we are adding