Thread: Please help
View Single Post
  #1 (permalink)  
Old 07-31-2007, 02:51 PM
Swamipsn Swamipsn is offline
Member
 
Join Date: Jul 2007
Posts: 72
Swamipsn is on a distinguished road
Please help
Hi,
In a MVC approach project I want to pass the values presented in Servlet to
a JSP page. For example

String x = request.getParameter("xvalue");
int i = Integer.parseInt(x);
i = x*100;
Now I want to display the value of "i" into a JSP page how can I..?
Reply With Quote
Sponsored Links