上一页 1 2 3 4 5 6 7 ··· 40 下一页
摘要: In JSF 2.0, both `` and `` tags are used to render HTML input element of type button, with different mechanism to handle the navigation.##1. JSF `h:co... 阅读全文
posted @ 2015-08-28 07:37 wuhn 阅读(309) 评论(0) 推荐(0) 编辑
摘要: In JSF 2.0, you can use `` tag to render a HTML “script” element, and link it to a js file.For example,``````It will generate following HTML output…``... 阅读全文
posted @ 2015-08-28 07:33 wuhn 阅读(238) 评论(0) 推荐(0) 编辑
摘要: In JSF 2.0, you can use `` output a css file.For example,``````It will generate following HTML output…``````##JSF outputStylesheet exampleAn example t... 阅读全文
posted @ 2015-08-28 07:31 wuhn 阅读(296) 评论(0) 推荐(0) 编辑
摘要: In JSF, you can use `` tag to render a HTML “`img`” element. For example, an image named “`sofa.png`” in a resources folder, see figure below :![jsf2-... 阅读全文
posted @ 2015-08-28 07:29 wuhn 阅读(291) 评论(0) 推荐(0) 编辑
摘要: In JSF 2.0 web application, “`h:outputText`” tag is the most common used tag to display plain text, and it doesn’t generate any extra HTML elements. S... 阅读全文
posted @ 2015-08-28 07:28 wuhn 阅读(224) 评论(0) 推荐(0) 编辑
摘要: In JSF, `` tag is used to render a multiple select dropdown box – HTML select element with “`multiple`” and “`size=1`” attribute.```//JSF... ... 阅读全文
posted @ 2015-08-28 07:24 wuhn 阅读(278) 评论(0) 推荐(0) 编辑
摘要: In JSF, `` tag is used to render a dropdown box – HTML select element with “`size=1`” attribute.```//JSF... ``````//HTML output... ```##`h:... 阅读全文
posted @ 2015-08-28 07:21 wuhn 阅读(320) 评论(0) 推荐(0) 编辑
摘要: In JSF, `` tag is used to render a multiple `select` listbox – HTML `select` element with “`multiple`” and “`size`” attribute.```//JSF... `... 阅读全文
posted @ 2015-08-28 07:17 wuhn 阅读(542) 评论(0) 推荐(0) 编辑
摘要: In JSF, `` tag is used to render a single select listbox – HTML select element with “size” attribute.```//JSF... ``````//HTML output... `... 阅读全文
posted @ 2015-08-28 07:12 wuhn 阅读(436) 评论(0) 推荐(0) 编辑
摘要: In JSF, “`h:selectOneRadio`” tag is used to render a set of HTML input element of type “`radio`“, and format it with HTML table and label tag.```//JSF... 阅读全文
posted @ 2015-08-28 07:08 wuhn 阅读(351) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 40 下一页