<table width="703" height="474" border="0" align="center" bgcolor="#FFFFFF">
<tr>
<td align="center" width="647" height="470">
<form name="form1" method="post">
<table align="center" width="606" border="0">
<tr>
<td width="144">
<input name="R2" type="radio" value="radiobutton" /><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">To
All User</font></b>
</td>
<td width="235">
<input name="R2" type="radio" value="radiobutton" /><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">All
at Particular Level</font></b>
</td>
<td width="213">
<input name="R2" type="radio" value="radiobutton" /><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> Individual at Particular level</font></b>
</td>
</tr>
</table>
<table border="0">
<tr>
<td width="57"> </td>
<td width="35"> </td>
</form>
<form>
<td width="96"> </td>
</tr>
</table>
</form>
</td>
</tr>
</table>
Is this possible in jsp. I am new to jsp. I have 2 forms in one jsp page. I am trying to get a table with 2 forms. Table have three columns in the table .I am trying to have 2 columns in one form and third in the other form. Is it possible. I have seen many examples related to multiple file hanling but i didnt get any solution. Can anybody help me? Plz... Thanks in advance.