如何在JSP中向输入字段添加属性

时间:2016-08-24 10:58:23

标签: forms jsp properties attributes

如何添加以下属性:

  1. 占位符=“文字在这里”
  2. 需要
  3. 数据香菜型= “编号”
  4. 选中(仅限收音机)
  5. 表格中的以下输入:

    <html:text property="text" value="text" />
    <html:radio property="radio" value="1" />
    <html:select property="text" value="1" />
    

0 个答案:

没有答案