求一份JSP+javaBean做的BBS 只要bean 的代码和jsp代码即可
补充:在线QQ344702443 求高手指点
</div><form action=" " method="post"><div align="center">
</div>
<jsp:useBean id="replyBean" class="com.yzq.reply.replyBean" />
<jsp:setProperty name="replyBean" property="id" value="<%=request.getParameter("id")%>" />
<jsp:setProperty
name="replyBean"
property="username"
value='request.getParameter("username")%' />
<jsp:setProperty
name="replyBean"
property="content"
value='<%=request.getParameter("content")%>' />
<table>
<tr align="center">
<td>ID:</td><td><input type="text" name="id"></td>
</tr>
<tr align="center">
<td>姓名:</td><td><input type="text" name="username"></td>
</tr>
<tr align="center">
<td>内容:</td><td><input type="text" name="content"></td>
</tr>
<tr>
<td align="center"> <input type="submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>
答案:我感觉是tozmcat进行解析后,不能很好支持一些特效代码。在或者360内核和IE内核是分开的。两个方法。换个weblogic试试把代码发布运行,或者tomcat在IE上跑跑》。。。。
我之前有代码也是在360显示不出来。
上一个:想在jsp页面中显示系统时间,请问以下代码存在什么问题,就是出不来,急!
下一个:jsp如下代码,请帮忙看一下,调用add方法alert不会弹出来,貌似读取不Name。应该怎么写,麻烦详细一点。