码迷,mamicode.com
首页 > 其他好文 > 详细

小学期实践1

时间:2017-06-29 01:03:52      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:编号   sim   input   名称   ext   文件   close   val   phone   

页面设计之前,打开jsp文件,design窗口的代码框黑屏无法显示。

在连接数据库与网页的时候,运行application虽然没有报错,但是网页上无法显示应该出现的数据语句与输入框。

调试后发现是页面设计语句的名称与数据库对象的名称不符合。将两者名称统一后,网页加载出数据输入框

<s:form action="saveCustomer" theme="simple">
<div style="width:10px"></div>
客户编号:<s:textfield name="customer.custno" label="custno"></s:textfield><br>
客户名称:<s:textfield name="customer.custname" label="custname"></s:textfield><br>
电话:<s:textfield name="customer.telephone" label="telephone"></s:textfield><br>
<tr><td>&nbsp;</td></tr>
<s:submit value="保存"></s:submit>
<input width="100" type = "button" id = "smt" name = "btn" value="关闭" onClick="window.close();"/>

 

小学期实践1

标签:编号   sim   input   名称   ext   文件   close   val   phone   

原文地址:http://www.cnblogs.com/DBY0221/p/7091945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!