[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

petemuir do-not-reply at jboss.com
Mon Jul 17 09:52:21 EDT 2006


What about f:param's?


  | <s:link action="#{questionSelectionBean.selectQuestion}" id="selectQuestion">
  |    <f:param name="sectionRowIndex" value="#{sectionRowIndex}" />
  |    <f:param name="questionRowIndex" value="#{questionRowIndex}" />
  | </s:link>
  | 

inject using


  | @RequestParam private Integer sectionRowIndex;
  | @RequestParam private Integer questionRowIndex;
  | 

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

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



More information about the jboss-user mailing list