In JSF 2.0, both <h:button /> and <h:commandButton /> tags are used to render HTML input element of type button, with different mechanism to handle the navigation. 1. JSF h:commandButton example The "h:commandButton" tag is released
private void setOneMenu() { string sql = "select id,name,gids from Config where name<>'高级设置' and name<>'基础设置' order by [Order] desc"; DataTable dt = Sunway.DBUtility.DbHelperSQL.ExecuteDataSet(CommandType.Text, sql, null).Tables[0];