How can I pass selected row to commandLink inside dataTable or ui:repeat?
As to the cause, the <f:attribute> is specific to the component itself (populated during view build time), not to the iterated row (populated during view render time). There are several ways to achieve the requirement. If your servletcontainer supports a minimum of Servlet 3.0 / EL 2.2, then just pass it as an argument of … Read more