webtier@glassfish.java.net

Re: How to debug action method not being called in command button

From: <webtier_at_javadesktop.org>
Date: Fri, 19 Mar 2010 12:55:19 PDT

It's a composite component which just holds a command button. I have removed it, and it behaves the same way:

                <h:form id="listForm">
                        <h:dataTable value="#{beanService.actorsForClientList}" var="entity" >
                                <h:column>
                                        <f:facet name="header">ID</f:facet>
                                        #{entity.id}
                                </h:column>
                                <h:column>
                                        <f:facet name="header">Action</f:facet>
                                        <h:commandButton value="Delete" action="#{entity.delete}" />
                                </h:column>
                        </h:dataTable>
                </h:form>
[Message sent by forum member 'absmiths']

http://forums.java.net/jive/thread.jspa?messageID=392819