SpringMVC的form:input标签和普通的input标签

在SpringMVC 的form:form标签可以通过commandNamemodelAttribute 获取到model中对应的对象。

<form:form id="inputForm" modelAttribute="ower" action="${src}/ower/save" method="post" class="form-horizontal">
<form:input path="name" htmlEscape="false" maxlength="200" class="input-xlarge required"/>
<input id="name" name="name" class="input-xlarge required" type="text" value="${ower.name}" maxlength="200">

上面的form:input和input标签在form:form中的功能实一样的,在form:input中靠的path属性来获取对应的值 

在input标签通过value获取对应的值。(属性名和path要相同。)

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值