我正在尝试从托管bean创建动态表单字段。我已推荐here。在视图中,我想显示以下示例:
<form id="formId">
<div class="container100">
<h1 class="CardBigTopic">
<i class="icon-fa"/> ...
</h1>
</div>
</form>
在我的bean中,我正在使用UiComponent.getChildren().add(...)
。
我知道一些标签:HtmlPanelGroup(用于<div>
),HtmlInputText(用于<input>
),label(用于<label>
),数据表(用于<table>
)...
但是,有了一些基本的html标签<h1>
,<i>
我不知道使用其他类