Exception reportmessage /dologin.jsp (line: 4, column: 0) The value for the useBean class attribute com.lo.User is invalid.The value for the useBean class attribute com.lo.User is invalid.這個是什么意思?以下是dologin前四行。包名類名檢查均無錯<%@ page language="java" contentType="text/html; charset=UTF-8"? ? pageEncoding="UTF-8"%>? ?<%@ page import="com.dao.*,com.lo.*" %><jsp:useBean id="loginUser" class="com.lo.User" scope="page"/>
在實現(xiàn)JavaBean處理用戶登陸的時候發(fā)出的問題
慕粉1142116023
2017-05-20 21:35:17