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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to