i having problem with pass the
jsp text box value to
java file.....
for example...i have one text box name is CountryName.....how i want to pass the value keyin in the text box to java file....i only can pass the value from i only can pass the value from add.jsp to add1.jsp.....
This is add.jsp
----------------------------------------------------------
-----------------------------------------------------
Problem
1. i want to know how to pass the value in the text box to java file/method.
------------------------------
add1.jsp
---------------------------------
when in add1.jsp...i click on save, i need to pass in the text box value into the java file...