button « Glassfish « JSF Q&A





1. JSF command button attribute is transferred incorrectly    stackoverflow.com

I have following code in jsf page, backed by jsf managed bean

<h:dataTable value="#{poolBean.pools}" var="item">
    <h:column>
        <f:facet name="header">
     ...