当前位置:开发者网络 >> 技术教程 >> JSP教程 >> 面向对象/设计 >> 内容
精彩推荐
分类最新教程
分类热点教程
  
About Struts---(四)
作者:未知
日期: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来初始化自己。
相关文章: