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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...