首页上一页 1 下一页尾页 5 条记录 1/1页
《实战突击 java web 项目整合开发》明日知道系统遇到问题。
发表在JavaWeb图书答疑
2012-11-16
是否精华
是
否
版块置顶:
是
否
你好,我把此书光盘里的明日知道系统导入到myeclipse,正常连接了数据库,singleArticle.jsp(论坛问题及回答问题的页面。)里有很多需要从数据库读取的值,怎么都读不出来,比如源码:
<table width="140" height="44" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td width="160" class="huise1">用户:<s:property value="article.user.userName" /><br />
主题:<span class="chengse"><s:property value="article.user.myArticleCount" /></span>
篇<br /> 回答:<span class="chengse" id="replyCount"><s:property value="article.user.myReplyCount" /></span> 个<br />注册:<span class="henhong"><s:date
name="article.user.registerTime" format="yyyy-MM-dd hh:mm:ss" /></span></td>
</tr>
</table>
系统运行到此页面,这些该读出来的值都读不出来,数据库是有值的,并且数据库是连接正常的。
<table width="140" height="44" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td width="160" class="huise1">用户:<s:property value="article.user.userName" /><br />
主题:<span class="chengse"><s:property value="article.user.myArticleCount" /></span>
篇<br /> 回答:<span class="chengse" id="replyCount"><s:property value="article.user.myReplyCount" /></span> 个<br />注册:<span class="henhong"><s:date
name="article.user.registerTime" format="yyyy-MM-dd hh:mm:ss" /></span></td>
</tr>
</table>
系统运行到此页面,这些该读出来的值都读不出来,数据库是有值的,并且数据库是连接正常的。