[jboss-user] [JBoss Seam] - Re: Remove or update entity from a EntityHome.resultList

erik.d.hellman@gmail.com do-not-reply at jboss.com
Thu Sep 20 10:52:45 EDT 2007


You mean something like this? 

<h:dataTable var="ws" value="#{workShifts.resultList}">
  |   <h:form>
  |     <h:column><h:inputText value="#{ws.name}"/></h:column>
  |     <h:column><h:commandLink action="#{workShiftHome.update}" value="Save"/></h:column>
  |     <h:column><h:commandLink action="#{workShiftHome.remove}" value="Remove"/></h:column>
  |   </h:form>
  | </h:dataTable>

I tried variations on that to with no success. Do you have an example of how it should look like? 

Thanks,
Erik

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086741#4086741

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086741



More information about the jboss-user mailing list