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