form: input label use

<form: INPUT path = "suplier" htmlEscape = "to false" MAXLENGTH = "50" ID = "code" 
class = "form-Control-Seach INPUT" />

form: INPUT tag, a label only one id, path = "xxx" compiled to run the equivalent of id = "xxx" name = " xxx"

Guess you like

Origin www.cnblogs.com/snail8698428/p/10917912.html