我在表单中心有带有登录按钮的表单:
<h:panelGrid columns="3" >
.....
<td align="center">
<a:commandButton id="loginButton">
<td>
.....
</h:panelGrid>
我想添加保存按钮,以便两个按钮位于中心。但是,如果只是将按钮添加到<td>
,则保存按钮设置在右侧。
我在表单中心有带有登录按钮的表单:
<h:panelGrid columns="3" >
.....
<td align="center">
<a:commandButton id="loginButton">
<td>
.....
</h:panelGrid>
我想添加保存按钮,以便两个按钮位于中心。但是,如果只是将按钮添加到<td>
,则保存按钮设置在右侧。