프로그래밍/struts
html:select
Super User
2009. 6. 10. 14:35
<html:select name="fbsPostActionForm" property="tb_staff_post.post_group_no">
<html:optionsCollection name="fbsPostActionForm" property="list" label="post_group_name" value="post_group_no" />
</html:select>
<html:optionsCollection name="fbsPostActionForm" property="list" label="post_group_name" value="post_group_no" />
</html:select>