三、html標(biāo)簽
html標(biāo)簽種類很多,而且也沒有什么難度,常用的有
<html:form>
<html:text>
<html:password>
<html:textarea>
<html:submit>
<html:reset>
<html:button>
<html:select>
<html:option>
<html:radio>
<html:checkbox>
著重介紹幾個需要注意的標(biāo)簽
1.<html:radio>
a.創(chuàng)建jsp文件






















TestForm中 唯一的屬性就是gender















TestAction中 只打印gender



















c.配置struts-config.xml文件























很簡單 但是有時我們需要radio有默認(rèn)值
解決方法只需要在TestForm中的


2.<html:select>與<html:option>
a.創(chuàng)建jsp文件




























b.創(chuàng)建ActionForm 和 Action
TestForm中 唯一的屬性就是part














TestAction中 只打印part



















還是很簡單的一個例子 同樣有時我們需要select有默認(rèn)值
解決方法只需要在TestForm中的


每天進步一點點
