[jboss-user] [JBoss Seam] - Re: f:param in h:commandLink in h:column
dilator
do-not-reply at jboss.com
Mon Feb 12 19:31:12 EST 2007
Why not use the Seam EL extensions, and a @DataModel. Then you can do:
| <h:dataTable var="entity" values="#{myDataModel}">
| ....
| <h:commandLink action="#{myComponent.delete(entity)}" value="..." />
| ....
| </h:dataTable>
|
That should be easier!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015504#4015504
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015504
More information about the jboss-user
mailing list