자바 배경 에서 프론트 데스크 톱 에 값 을 전달 합 니 다.html:select,html:text 등 로 딩 페이지 에 기본 값 을 표시 하 는 방법

529 단어 자바html
백 스테이지
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/

좋은 웹페이지 즐겨찾기