I ran into the same thing. Rather than using DataModel, I simply put an <f:param
name="..." value="#{cat.id}"/> inside the <s:link>, and then
I used a @RequestParameter annotation. It's a bit more verbose but it's clear
what it does and how it works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123246#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...