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#4120367

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120367
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to