Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Rabiah Begum    on Jun 13 In Java Category.

  
Question Answered By: Jana Franklin   on Jun 13

in second jsp  file u have to write the code following
<%
for(int i=0;i<x.length;i++){
%>
<input type="hidden" name="city" value="<%=x[i]%>">
<%}
%>

in third jsp file  u have to write the following code

x[]=request.getParameterValue("city");

Share: 

 

This Question has 11 more answer(s). View Complete Question Thread

 


Tagged: