hi everyone,
Am doing project for profit and loss account,I need to display daily expediences in graph format for that am using jquery bar graph its working separately when i integrate its not working properly.
i used the following code for forward ..
request.setAttribute("listvalue", list);
RequestDispatcher dispatcher = request.getRequestDispatcher("/ViewProfitLoss.jsp");
dispatcher.forward( request, response);
but when i call the jsp file through the follwing code the graph is working
response.sendRedirect("/ViewProfitLoss.jsp");
pls help me
Thanks in advance