Yes. The table is displayed properly with question.questionText for every question.
But when I try to click link
<s:link value="slink_remove"
action="#{QuestionController.removeQuestion(question)}"/>
The parameter question is not passed to the method.
Though using commandLink works perfectly
| <h:commandLink value="remove"
action="#{QuestionController.removeQuestion(question)}"/>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120367#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...