Hi Gurus
My Question 
In 1.jsp 

Bean class use = "AA"
<form name ="A1" method="get" action="1validate.jsp">
 <input type ="text" name="AA1" value="" >
 <input type = "xxxbuttonhandler" name="AA1Handler">
</form>
include 2.jsp
Bean class use = "BB"
<form name ="B1" method="get" action="1validate.jsp">
 <select name = "select">
  <option value> 
   ......
 </select>
 <input type = "xxxbuttonehandler" name=BB1Handler">
</form>

Can some one please kindly advice on how can I manipulate the information 
on form A1.AA1 when the BB1Handler is clicked?
Can JSP handle multiple forms with different bean classes?
Please advice n look forward to a favorable reply if any.
Choo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to