JSP页面还漏了点
%>  
<tr>
       <td colspan="2" align="center"><input type="submit" name=submit value="插入"> 
                      <input type="reset" name=submit value="重置"></td>
</tr>    
</table>
</form>
</body>
</html>

解决方案 »

  1.   

    JSP页面还漏了点
    %>  
    <tr>
           <td colspan="2" align="center"><input type="submit" name=submit value="插入"> 
                          <input type="reset" name=submit value="重置"></td>
    </tr>    
    </table>
    </form>
    </body>
    </html>
      

  2.   

    JSP页面还漏了点
    %>  
    <tr>
           <td colspan="2" align="center"><input type="submit" name=submit value="插入"> 
                          <input type="reset" name=submit value="重置"></td>
    </tr>    
    </table>
    </form>
    </body>
    </html>
      

  3.   

    好像在javabean没有看到对数据库进行操作的语句
      

  4.   

    ??????????????????????怎么insert应该在insertexample.jsp这个页面处理