老師布置的作業 但是自己剛學代碼沒多久 出現的這個問題還不知道怎么解決 望大佬幫忙出手
我是要做個簡單的登錄程式,把在jsp中填寫的資料插入資料庫的,現在提示我的index.jsp有問題 就是我的登錄界面有問題 麻煩幫忙看看,需要詳細的解答一下 謝謝
index.jsp如下:
<%@ page contentType="text/html" pageEncoding="GBK"%>
<%@ page import="java.util.* "%>
<jsp:useBean id="reg" scope="request" class="zhbit.Register"/>
<html>
<head><title>www.zhbit.com</title></head>
<body>
<form action ="check.jsp" method="post" >
username:<input type="text" name="name" value='https://bbs.csdn.net/topics/
age:<input type="text" name="age" value='https://bbs.csdn.net/topics/
email:<input type="text" name="email" value='https://bbs.csdn.net/topics/
<input type="submit"><input type="reset">
</form>
</body>
</html>

uj5u.com熱心網友回復:
編譯就有問題?找不到這個方法,你的 <jsp:useBean id="reg" scope="request" class="zhbit.Register"/>路徑對嗎?
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/76136.html
標籤:Eclipse
