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

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

Reply via email to