|
后台写
request.setAttribute("dateCreated","黑色头发");
前台接收:
html:text
<html:text property="dateCreated" value="${dateCreated}" />
html:select
<html:select property="accountsUser" value="${dateCreated}"><html:option value="">--请选择用途--</html:option></html:select>
黑色头发:http://heisetoufa.iteye.com/ |
|