|
|
|
| 作者:未知 |
| 日期:2003-07-26 |
| 人气: |
| 投稿:Andy.m(转贴) |
| 来源:未知 |
| 字体:大 中 小 |
| 收藏:加入浏览器收藏 |
|
|
|
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来初始化自己。 |
|
|
|