About Struts---(四)

- 中国WEB开发者网络 (http://www.webasp.net)
-- 技术教程 (http://www.webasp.net/article/)
--- About Struts---(四) (http://www.webasp.net/article/8/7010.htm)
-- 作者:未知
-- 发布日期: 2003-07-26
 

3.3.2 Input Field Types Supported

Struts defines HTML tags for all of the following types of input fields, with hyperlinks to the corresponding reference information.
·   checkboxes
·   hidden fields
·   password input fields
·   radio buttons
·   reset buttons
·   select lists with embedded option or options items
·   option
·   options
·   submit buttons
·   text input fields
·   textareas
上面的这些tag必须被嵌入到一个form tag之中,以便这些域知道哪个bean来初始化自己。

webasp.net