[jboss-user] [JBoss Seam] - Re: Remove from list using EntityHome

petemuir do-not-reply at jboss.com
Fri Feb 16 05:31:38 EST 2007


Use page parameters:

<s:link action="#{entityHome.remove}">
  |    <f:param name="entityId" value="#{entity.id}" />
  | </s:link>

<page view-id="/blah.xhtml">
  |    <param name="entityId" value="#{entityHome.id}" />
  | </page>

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

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



More information about the jboss-user mailing list