急問:使用JBuilder2005開發Struts應用的時候遇到的奇怪問題-----請指教(線上等)
我和幾個同學在做一個基於Struts框架的專案,用的是JBuilder2005和其內建Struts1.1
現在遇到一個奇怪的問題,請熟悉JBuilder2005的指點一下,不勝感激!!!!!!!!1
這是我的stuRegister.jsp檔案(學生註冊頁面):
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<html:html>
<head>
<title>
stuRegister
</title>
</head>
<jsp:useBean id="bean0" scope="session" class="system.domain.Student" />
<jsp:setProperty name="bean0" property="*" />
<body bgcolor="ffff00">
<h1>
JBuilder Generated JSP
</h1>
<html:form action="/studentAction.do" method="post">
<br><br>
<html:submit value="Submit" property="Submit"/>
<html:reset value="Reset"/>
<hr>bean0<br>
Enter new value for bean0.birthday : <html:text property="birthday"/><br>
Enter new value for bean0.campusID : <html:text property="campusID"/><br>
Enter new value for bean0.name : <html:text property="name"/><br>
Enter new value for bean0.patriarchID : <html:text property="patriarchID"/><br>
Enter new value for bean0.sex : <html:text property="sex"/><br>
Enter new value for bean0.studentNumber : <html:text property="studentNumber"/><br>
<hr><br>
</html:form>
</body>
</html:html>
我的Student類在system.domain包中,但是編譯的時候確提示<jsp:useBean id="bean0" scope="session" class="system.domain.Student" />---->useBean中的class屬性無效
具體錯誤如下:
"stuRegister.jsp": org.apache.jasper.JasperException: file:D:/System/Web/stuRegister.jsp(14,0) The value for the useBean class attribute system.domain.Student is invalid.
但是如果我將Student定義在根目錄下(即不定義在任何包中,執行正確),請大家指教一下
現在遇到一個奇怪的問題,請熟悉JBuilder2005的指點一下,不勝感激!!!!!!!!1
這是我的stuRegister.jsp檔案(學生註冊頁面):
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<html:html>
<head>
<title>
stuRegister
</title>
</head>
<jsp:useBean id="bean0" scope="session" class="system.domain.Student" />
<jsp:setProperty name="bean0" property="*" />
<body bgcolor="ffff00">
<h1>
JBuilder Generated JSP
</h1>
<html:form action="/studentAction.do" method="post">
<br><br>
<html:submit value="Submit" property="Submit"/>
<html:reset value="Reset"/>
<hr>bean0<br>
Enter new value for bean0.birthday : <html:text property="birthday"/><br>
Enter new value for bean0.campusID : <html:text property="campusID"/><br>
Enter new value for bean0.name : <html:text property="name"/><br>
Enter new value for bean0.patriarchID : <html:text property="patriarchID"/><br>
Enter new value for bean0.sex : <html:text property="sex"/><br>
Enter new value for bean0.studentNumber : <html:text property="studentNumber"/><br>
<hr><br>
</html:form>
</body>
</html:html>
我的Student類在system.domain包中,但是編譯的時候確提示<jsp:useBean id="bean0" scope="session" class="system.domain.Student" />---->useBean中的class屬性無效
具體錯誤如下:
"stuRegister.jsp": org.apache.jasper.JasperException: file:D:/System/Web/stuRegister.jsp(14,0) The value for the useBean class attribute system.domain.Student is invalid.
但是如果我將Student定義在根目錄下(即不定義在任何包中,執行正確),請大家指教一下
相關文章
- 關於struts開發時遇到的問題
- 急,急,急,請教高手struts驗證的問題!
- 使用flask的時候遇到的問題及其解答Flask
- 遇到mysql的奇怪問題了MySql
- BMP的JDBC問題,請指教JDBC
- java學習中遇到的問題 請高手幫忙 線上等Java
- jive2.1.2快取問題?各位高手,請指教!!急快取
- struts入門級問題,線上等!!!!
- 求教 一個java取php session的問題 急 請板橋里人指教~~~JavaPHPSession
- struts的validator框架問題?急框架
- Spring+struts 的問題 急!~~Spring
- struts和spring結合的問題(線上等~~)Spring
- [求助]struts的bean:write的問題,急!Bean
- 求教併發問題(非常急,線上等,高手賜教)
- 用weblogic的時候,遇到了 Cannot parse POST parameters of request的問題,請高手相助Web
- 奇怪的問題: 資料庫使用者登入的時候報錯資料庫
- 使用 redisson 時遇到的問題Redis
- 問一個很低等的問題(如何使用EJB的本地介面),請指教!
- Struts Tiles應用問題
- asp線上考試系統,遇到一個問題,請指教
- 求問一個 swipe 的問題,請大神們指教
- 面試的時候應該想的問題面試
- Mysql主從架構搭建的時候遇到的問題MySql架構
- playwright 中使用 xpath 定位元素遇到的奇怪問題
- laravel選單問題,請指教Laravel
- 遇到一個git branch很奇怪的問題Git
- 請高手指教 關於用spring在tomcat5上釋出WebServic的問題(本人線上等)SpringTomcatWeb
- 請高手指教,關於Web應用程式的資源保護問題^_^Web
- 不懂下面struts頁面的集合是什麼時候產生的,請高手指教
- xml方面的的問題,請高手指教XML
- 配置ASM磁碟時發現的奇怪問題,求解~ASM
- 問一個小的運算問題,請高手指教!
- 請教資料庫連線問題??急!資料庫
- struts的多模組應用問題--html:formHTMLORM
- 請問關於Struts的Indexed屬性的問題Index
- jboss問題,請各位高手指教!
- 急問:開發Struts比較便利的工具是什麼啊
- 開發中使用JavaMail遇到的問題,請前輩門給點意見!JavaAI