0
これは私のSpringアプリケーションで使用している私のjspコードです。春のラベルタグの使用方法
<form:label path="username">Enter your user-name</form:label>
<form:input id="username" name="uName" path="" /><br>
<form:label path="username">Please enter your password</form:label>
<form:password id="password" name="password" path="" /><br>
<input type="submit" value="Submit" />
誰かがラベルパス属性の使用方法を教えてください。正確に何をしていますか。このパスの値を指定すると、表示中にエラーが表示されるためです。誰かが私にそれが何であるか説明してもらえますか?
可能な重複http://stackoverflow.com/questions/17647050/path-attribute-in-spring) – BackSlash
http://stackoverflow.com/questions/21593988/what-is-the-advantage-of-formlabel-tag-in-spring –
[What is duplicate ofフォームの利点:春のラベルタグ?](http://stackoverflow.com/questions/21593988/what-is-the-advantage-of-formlabel-tag-in-spring) –